@charset "utf-8";

html, body {
	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;
	background-color: #E3E6E8;
	background-position: center center;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
} 
a {
	*/ padding-left: 20px; */
	text-decoration: none;
	color: #003366;
}

a hover{
	text-decoration: underline;
}




#container {
	width: 1001px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #31334B;
}


#mainContent li{
	list-style-type: square;
	padding: 5px;
}


#mainContent img{
	text-align:center;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
}


#mainContent p{
text-align: justify;
}



#navMenu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navMenu li
{
float: left;
border-right:solid 1px #FFFFFF;
/* border-left:solid 1px #CCCCCC; */

}

#navMenu li a {
background: url(../images/button_bg.gif) #fff bottom center repeat-x;
height: 52px;
line-height: 54px;
float: left;
/*width: auto; */
float: left; 
_width: 0px;

padding-left: 20px;
padding-right: 20px;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#navMenu ul li a:hover {
	color: #000;
	/* background-position: 0 -82px; */
	background: url(../images/button_bg_on.gif) top center no-repeat;
}







/* Hide from IE5-Mac \*/
#navMenu li a {
float: none
}
/* End hide */

#navMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 52px;
	background-color:#FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
} 

#navHolder {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 52px;
} 

#header{
	background-image: url(../images/header_01.gif);
	background-repeat: no-repeat;
	height: 201px;
	width: 1001px;
	clear:both;
}
#footer{
	height: 40px;
	width: 1001px;
	background-image: url(../images/footer_02.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

#pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #820000;
	padding-top: 2px;
	padding-left: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/page_title.gif);
	height: 32px;
	background-repeat: no-repeat;
}
.pageSubTitle {
	font-size: 18px;
	font-weight: bold;
	color: #820000;
	padding-top: 5px;
	padding-left: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/sub_title.gif);
	height: 32px;
	background-repeat: no-repeat;
}
#fromLeft {
	padding-left: 30px;
}

.newsHeading{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #326A85;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: bold;
	background-image: none;
	padding-top: 20px;
}

.sponsorHeadingLast{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #326A85;
	font-weight: bold;
	background-image: none;
	padding-top: 30px;
	
}


.sponsorHeading{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #326A85;
	font-weight: bold;
	background-image: none;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-top: 28px;	
}


.newsSource{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a[class ="external"] {
   padding-right: 14px;
   background: transparent url(../images/external_link_bg_logo.gif) no-repeat center right;
}

.external{
}


#sponsors img{
	padding: 10px;
	margin: 0px;
}
