@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#262626; 
	font-weight:lighter; 
	margin:0px;
	}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#31A4DE;
	font-weight:bold;
	margin:0px;
	}

P {
	line-height:180%;
}

    
a:link {
	color: #277BC0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #31A5DE;
}
a:hover {
	text-decoration: none;
	color: #34AAEB;
}
a:active {
	text-decoration: underline;
	color: #438ECB;
}



img {
	border:none;
}

/* BLACK TOP HEADER */
#DivTopHeader {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#141414;
}

#DivTopHeaderLogo {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0px 5px 0px;
}
/* END BLACK TOP HEADER */



/* NEW NAV */
#DivTopNav {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:thin;
	border-bottom-color:#1ea5de;
	border-bottom-style:solid;
	border-top:thin;
	border-top-color:#1ea5de;
	border-top-style:solid;
	background-color: #1ea5de;
	overflow: hidden;
}

#DivNav {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#Nav {
	width:960px; 
	margin-left:auto;
	margin-right:auto;
	}
	

ul#MainNav {
	font-family:arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	width:100%; 
	
	}
	
ul#MainNav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
	}
	
ul#MainNav li a {
	text-decoration:none;
	display:block;
	padding:0.9em 0.9em;
	color:#fff;
	}
	
ul#MainNav li a:hover {
	color:#fff;
	background-color: #1A96CD;
	}

/* NAV */





/* CENTER SPLASH */ 
#DivOverallCenter {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/center-home-splash-back.png);
	background-position:center top;
	background-repeat:repeat-x;
	padding-top:10px;
}

#CenterDiv {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#CenterCalloutDiv {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

/* END CENTER SPLASH */


/* BODY AREA */
#OverallBody {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#DivLeft {
	width: 630px;
	float:left;
	padding-top:25px;
}

#DivLeftFull {
	width: 960px;
	float:left;
	padding-top:25px;
}

#DivRight {
	width: 300px;
	float:right;
}

#DivClear {
	clear:both;
}

#OverallDiv {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#FCC;
}

.PhotoCaption {
	padding-left:25px;
	font-size:12px;
	padding-right:5px;
	text-align:center;
}
/* END BODY AREA */




/* OVERALL FOOTER */


#OverallFooter{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
	font-size:12px;
	padding-top:15px;
}


a.FooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
	
}
a.FooterLink:link {
	text-decoration: none;
	
	color:#999;
	
}
a.FooterLink:visited {
	text-decoration: none;
	color:#999;
}
a.FooterLink:hover {
	text-decoration: underline;
	color:#999;

}
a.FooterLink:active {
	text-decoration: none;
	color:#999;
}
.downloadBtn {
	padding-left: 10px;
}
