@CHARSET "ISO-8859-1";



html

{

overflow-y: scroll; /*avoids Mozilla based-browser x shift on pages requiring scroll bars */

height:100%;

margin-top: auto 0px;

}



body {

	padding: 0px;

	margin-top: auto 0px;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 12px;

	line-height: 18px;

	color: #333;

	background-image: url(../images/backgroundRepeat.jpg);

	background-repeat: repeat-x;

	background-attachment: fixed;

}



#container {

	width: 800px;

	margin: 0px auto;
	
	color: #333;

	border-color: #062E21;

	border-style: solid;

	border-width: 1px;

	background-color: #FFF;

}



/*#main_centered_column {



	width: 800px;



	margin: 0px auto;



	height:100%;



}*/





#centerCol {

	width: 800px;

	height: 100%;

	margin: 0px auto;
	
	padding: 0px;

}

#centerColText {

	width: 740px;

	padding-top: 10px;

	padding-left: 30px;

	padding-right: 30px;

	padding-bottom: 20px;
	
	border-color: #FFF;
	
	margin: auto 0px;

}


#centerColText a{

	color: #333;
	
	text-decoration: none;

}

#centerColText a:hover{

	color: #000;
	
	text-decoration: underline;

}


#centerImage{

	width:800px;

	margin: auto 0px;

}


#flashContainer {

	width: 800px;
	
	height: 337px;
	
	padding-bottom: 15px;
	
	margin: 0px;

}


img.sponsors {

	width: 209px;
	
	height: 147px;
	
	border-color:#FFF;
	
	border-width: 0px;
	
	border-style:none;
	
	padding: 10px;
	
}

img.floatLeftClear { 

    float: left; 

    margin: 0px; 
    
    border-width: 0px;

}

img.floatRightClear { 

    float: right; 

    clear: right;

    margin: 10px; 
    
    border-width: 0px;

}


#header {

	width: 800px;

	height: 124px;

	padding-bottom: auto 0px;

	margin: 0px auto;

	background-image: url(../images/headerImage.jpg);

	background-repeat: no-repeat;
	
	color: #FFF;


}


.headerNavBar {

	width: 800px;

	height: 20px;

	margin: auto 0px;

	background-image: url(../images/navBarGlass.jpg);

	background-repeat: repeat-x;

}


#horizontalPageDivide {
	
	width: 740px;
	
	height: 20px;
	
	padding-top: 10px;
	
	padding-bottom: 10px;
	
	bottom-border-color: #333;
	
	border-bottom-width: 1px;
	
	border-bottom-style:inset;
	
	font-size: 13px;

}


/******** MENU *******/


.headerNavBar ul {
	/*DF ADDITION. TWO LINES BELOW*/
	margin: 0px;
	padding-top: 0px;
	/*DF ADDITION. TWO LINES ABOVE*/

    list-style-type: none;

    text-align: center;
    
    color: #FFF;

    }



.headerNavBar ul li {  

	text-align: right;

	padding-left: 2px;

	padding-right: 2px;

    display: inline;

    }



.headerNavBar ul li a {

	color: #DCEED8;

	padding-left: 5px;

	padding-right: 5px;

    text-decoration: none;

    }



.headerNavBar ul li a:hover {	

	color: #FFF;
	
	height: 30px;

	padding-left: 5px;

	padding-right: 5px;

    background-image: url(../images/navBarGlassOver.jpg);

	background-repeat: repeat-x;


    }





.linkSelected {

	padding-left: 5px;

	padding-right: 5px;

	color: #FFF;

	text-decoration: none;

    background-image: url(../images/navBarGlassOver.jpg);

	background-repeat: repeat-x;

 	display: inline;

}



#footer {



	font-size: 10px;

	

	line-height:  12px;



	color:#FFF;

	

	width: 800px;

	

	height: 45px;

	

	text-align: center;

	

	background-color: #062E21;



}



#footerText {

	

	width: 800px;

	

	line-height: 18px;

	

	padding-top: 2px;
	
	
	padding-bottom: 2px;


}



#footer a {



	font-size: 10px;



	color: #FFF;

	

	text-decoration:none;



}



#footer a:hover {



	font-size: 10px;



	color: #FFF;



	text-decoration:underline;



}



#bottomRightsText {

	width: 800px;

	padding-top: 10px;

	margin-bottom: 10px;

	text-align: center;

}



.h1 {

	height: 20px;

	margin: auto 0px;

	padding-top: 10px;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 14px;

	line-height: 18px;

	font-weight:normal;

	color: #000;

}



.h2 {

	height: 20px;

	margin: auto 0px;

	padding-top: 5px;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 12px;

	font-style:italic;

	line-height: 18px;

	color: #000;

}



.h3 {

	margin: auto 0px;

	text-align: right;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 9px;

	color: #333;

	}
	
.h3 a{

	color: #532755;

	}
	
.h3 a: hover{

	color: #000;

	}


.h4 {

	margin: auto 0px;

	text-align: left;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 16px;

	color: #FFF;

	}
	
.h4 a{

	color: #790912;

	}
	
.h4 a: hover{

	color: #C90909;

	}

	

	

	

	

	