@charset "UTF-8";
/* CSS Document */

body { 
	font-family: "Century Gothic", Geneva, Helvetica, Arial, sans-serif; font-size:12pt;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header {width:750px; margin-top:10px; height:210px; border-bottom: solid 1px #ED1B1F; }

.nav {height:30px; float:right; width:470px; margin-top:169px; text-decoration:none; color:#ED1B1F;}
.nav a {text-decoration:none; color:#ED1B1F;}
.nav a:hover {text-decoration:none; color:#ED1B1F; border-bottom: solid 1px #FF6688}

.logo {height:210px; float:left; width:280px; }

#subnav {float:right; padding-top:11px; text-align:right; width:500px;}
#subnav a {color:#000000; text-decoration:none; }
#subnav a:hover {color:#ffffff; text-decoration:none; background-color:#0099CC; }

#subnav_icons {float:right; padding-top:11px; text-align:right; width:500px;}
#subnav_icons a img{color:#000000; text-decoration:none; border:none;}
#subnav_icons img a:hover {color:#ffffff; text-decoration:none; }

.oneColFixCtr #container { margin-top:10px;color: #000000; 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent { font-size:11pt;
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent a {color:#0099CC; text-decoration:none; }
.oneColFixCtr #mainContent a:hover {color:#ffffff; text-decoration:none; background-color:#ED1B1F;}

.oneColFixCtr #mainContent img { 
	margin: 0 10px 20px 0;
}

#mainContent a img { border: 0px; text-decoration:none; background-color:none;}
	
#mainContent .caption { font-size:80%; color: #666666; font-weight:normal;}	

h1 {font-size:115%; font-weight:bold; }

h2 {font-size:110%; font-weight:bold; color:#ED1B1F; }

.style1 {
    font-family: "Century Gothic", Geneva, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color:#ED1B1F; text-align:justify;
}

.style2 {color:#ED1B1F;}

.style4 {color: #0099cc}

#mainContent .wide img {margin:10px 0px 10px 0px;}

#mainContent .link img, #mainContent .link img a:hover {margin: 0px; border:none;}

	
#contentSection {width:750px; border-bottom:1px solid #000000;}	
	

#footer {font-size:85%; width:750px; border-top: #000000 solid 1px; color:#000000; padding:10px 0}	
#footer a {color:#000000; text-decoration:none;}
#footer a:hover {color:#ED1B1F; text-decoration:none;}

#footerContact {font-size:85%; width:750px; border-top: #0099CC solid 1px; color:#000000; padding:10px 0}	
#footerContact a {color:#000000; text-decoration:none;}
#footerContact a:hover {color:#ED1B1F; text-decoration:none;}
	
	

