/* CSS Document */


/*  layout */
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg) repeat-x #13324F top;
}
body, table, td, p, div {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
form {
	display:inline;
}

/* LINKS */
a 		{ color:#ACC6D3; text-decoration:none; }
a:hover { color:#DDDDDD; text-decoration:underline; }

.header a 		{ color:#666666; text-decoration:none; }
.header a:hover { color:#002A5E; text-decoration:none; }

.footer a 		{ color:#CCCCCC; text-decoration:none; }
.footer a:hover { color:#FFFFFF; text-decoration:underline; }

a.subNav 		{ color:#FFFFFF; text-decoration:none; }
a.subNav:hover { color:#FFFFFF; text-decoration:underline; }

/*  HEADERS */
h1 {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:21px;
	display:inline;
}
h2 {
	color:#043957;
	font-size:14px;
	display:inline;
}


/* CLASSES */
.header {
	width:971px; 
	height:127px; 
	margin:0px auto;
}
.navigation {
	width:961px; 
	height:39px; 
	margin:0px auto;
}
.navigation div {
	float: left;
}
.flash {
	width:971px; 
	height:275px; 
	margin:0px auto;
}
.contentContainer {
	width:961px; 
	margin:0px auto; 
	background:url(bg_contentcontainer.jpg) repeat-y;
}
.clear {
	clear:both;
}
#copyrightContainer {
	width:971px; 
	margin:0px auto; 
}
.copyright {
	padding:35px 0px 0px 10px;
	float:left;
	color:#999999;
	font-family: Arial;
	font-size:12px;
}
.blender {
	float:right;
	height:30px; 
	margin:0px auto;
	padding-top:25px;
	text-align:right;
}
.footer {
	font-size:12px;
	width:100%;
	margin:0px auto; 
	padding-top:20px;
	height:22px; 
	text-align:center;
	color:#999999;
	background:url(bg_footer.jpg) repeat-x;
}