/* CSS Document */

body {
	background-color: #214078;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	margin: 0 auto;
	width: 730px;
	background: #fff url(images/content-bg.gif) repeat-y;
	border-bottom: 3px solid #003;
	}

#message {
	background-color: #88050a;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px 0;
	}
	
#leftnav {
	float: left;
	background-color: #CDD7ED;
	width: 193px;
	min-height: 430px;
	height: 100%;
	border-right: 3px solid #9BA2B8;
	}

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

#leftnav a.item:link {
	color: #000000; 
	text-decoration:none; 
	font-size: 12px; 
	font-weight: bold
	}

#leftnav a.item:hover {
	color:#8A0505; 
	text-decoration:none; 
	font-size: 12px; 
	font-weight: bold
	}

#leftnav a.item:visited {
	text-decoration:none; 
	font-size: 12px; 
	font-weight: bold
	}


#content {
	float: right;
	width: 533px;
	min-height: 430px;
	background-color: #fff;
	font-size: .8em;
	}


#footer {
	padding-bottom: 20px;
	text-align: center;
	}

#footer h3 {
	text-align: center;
	}
#footer .smallredlink {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; color: #000000; text-decoration: none}
#footer a:hover { font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; color: #931312; text-decoration: none }	
#footer .copyright {
	text-align: center;
	font-size: .75em;
	text-decoration: none;
	}
	