@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: 100px;
	float: left;
	padding: 15px 0px 15px 30px;
}

#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 100px 150px;
	background: #3464AF url(images/main_bg.png) no-repeat left bottom;
}
#table {
	margin: 0px 0px 0;
	padding: 10px 70px 150px;
	background: #3464AF url(images/main_bg.png) no-repeat left bottom;
	vertical-align: top;
	color: #FFFFFF;
}
#table p {
	color: #FFFFFF;
}
.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: #FFFFFF;
}

.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding-top: 20px;
}
.date {
	font: 12px "Times New Roman", Times, serif;
	color: #333366;
}

