@charset "utf-8";
/* CSS Document */

body {
	background: #002463;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-bottom: 10px;
}
#callOutBox {
	font-size: 11pt;
	font-weight: bold;
	color: #012463;
	border: 1px solid #ab1314;
	background-color: #f0f2f5;
	padding: 6px;
	text-align: center;
	margin-bottom: 6px; 
}
#header {
	border-bottom-style: solid;
	border-bottom-color: #ab1314;
	border-bottom-width: 5px;
}
#leftColumn {
	width: 180px;
	background: #f0f2f5;
	padding: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;	
	height: auto;
}
#leftColumn a {
	color: #012463;
	text-decoration: underline;
}
#leftColumn a:hover {
	color: #8b0c06;
	text-decoration: none;
}

#mainContent {
	width: 560px;
	background-image: url(images/star_bkgnd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}
#mainContent a {
	color: #012463;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #8b0c06;
	text-decoration: none;
}
#subContent {
	width: 270px;
	font-size: 8pt;
	line-height: 15px;
}
#subContent a {
	color: #012463;
	text-decoration: underline;
}
#subContent a:hover {
	color: #8b0c06;
	text-decoration: none;
}
#footer {
	border-bottom-style: solid;
	border-bottom-color: #ab1314;
	border-bottom-width: 5px;
	height: 5px;
}
#wrapper {
	background: url(images/bg_blue.gif) repeat-y left;
}

