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

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #F0F6FF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #C8D9F4;
}
#nav p {
	font: 105% "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#holder {
	width: 750px;
	background:#3464AF;
	text-align: left;
	margin: 0px auto 0;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

#updates {
	width: 200px;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
	float: right;
}
#updates_text {
	border-right: 1px solid #D9E8FE;
	border-bottom: 1px solid #D9E8FE;
	border-left: 1px solid #D9E8FE;
	border-top-width: 1px;
	border-top-color: #D9E8FE;
	padding: 5px 15px 15px 15px;
	background: #3464AF;
}

#header {
	margin-left: 25px;
	background: #3464AF url(images/gradient_bg.png) repeat-y;
}
#top {
	width: 754px;
	margin: 7px auto 0px;
}

#nav {
	width: 475px;
	float: right;
	padding: 0px 20px 10px 0px;
	background: url(images/line.gif) no-repeat right bottom;
	color: #FFFFFF;
	margin-top: 57px;
	text-align: right;
	clear: none;
}
caption {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

#content {
	margin: 0px 0px 0;
	padding: 10px 280px 180px 70px;
	background: url(images/main_bg.png) no-repeat bottom;
}
#all {
	background: url(images/main_bg.png) no-repeat bottom;
	padding-bottom: 280px;
}
.logo {
	float: left;
	padding-top: 15px;
}
#footer p {
	font: 75% "Times New Roman", Times, serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #3564AF;
	text-align: center;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
	text-align: justify;
}
#nav a {
	color: #FFFFFF;
	font: medium "Times New Roman", Times, serif;
	text-decoration: none;
}
h5 {
	color: #FFFFFF;
	font: 18px "Times New Roman", Times, serif;
	text-shadow:#00132A 0px 1px 0px;

}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus{
	color:#00132A;
	text-decoration:none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color:#00132A;
	text-decoration:underline;
}

#footer {
	padding: 5px;
	border-top: 4px solid #396186;
	border-bottom-width: 1px;
	background: #00132A;
	height: 30px;
}
.copyright {
	font: 12px "Times New Roman", Times, serif;
	color: #396186;
}
.copyright a {
	font: 12px "Times New Roman", Times, serif;
	color: #396186;
	text-decoration: none;
}
.copyright a:hover {
	font: 12px "Times New Roman", Times, serif;
	color: #396186;
	text-decoration: underline;
}

.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding-top: 20px;
}
.updates {
	color: #FFFFFF;
	font: 15px "Times New Roman", Times, serif;
	text-shadow:#00132A 0px 1px 0px;
}
#updates_top {
	height: 23px;
	background: url(images/updates_top.png);
	padding-left: 20px;
	padding-top: 3px;
}
#updates_text p {
	line-height: 110%;
}
#updates a {
	color: #000033;
	font: medium "Times New Roman", Times, serif;
	text-decoration: underline;
}
#updates a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#updates a:hover, #updates a:active, #updates a:focus {
	color:#00132A;
	text-decoration:underline;
}
.date {
	text-shadow: #00132A 0px 1px 0px;
	font: 13px "Times New Roman", Times, serif;
}

