body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: darkslateblue;
	height: 100%;
}
p {
	font-size: 10pt;
	/* color: midnightblue; */
	color: whitesmoke;
}
a {
	font-size: 10pt;
	/* color: blue; */
	color: greenyellow;
	padding: 0;
	margin: 0;
}
ul {
	font-size: 9pt;
	/* color: midnightblue; */
	color: whitesmoke;
}
h2 {
	color: white;
}
.dark {
	font-size: 10pt;
	color: midnightblue;
}
.adark {
	font-size: 10pt;
	color: mediumslateblue;
}
.alight {
	font-size: 10pt;
	color: azure;
}

.content {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-color: lightsteelblue;
}
.light {
	font-size: 10pt;
	color: azure;
}
.small {
	font-size: 8pt;
}
ul.small{
	margin-left: 0;
	padding-left: 10px;
	font-size: 8pt;
}
.container {
	vertical-align: top;
	background-color: lightsteelblue;
}

/* Styles for 7-2005 site update */
.bg {
	font-size: 10pt;
	color: whitesmoke;
	background-color: #25276F;
}
.containmain {
	background-color: #4E6EB1;
	margin: 0px;
	padding: 0px;
	cell-spacing: 0px;
}	
.lcolgreen {
	font-size: xx-small;
	color: #0D280B;
	background-image: url(images/left_col.gif);
	background-repeat: no-repeat;
	background-color: #65AD18;
	border-right: solid white 1px;
	padding-top: 10px;
	padding-left: 10px;
}
.polar {
	background-image: url(images/bg_polar.jpg);
	background-repeat: no-repeat;
	background-color: #4E6EB1;
	color: whitesmoke;
	padding-top: 10px;
	padding-left: 10px;
}
	

/* Footer styles */
.footer {
	font-size: xx-small;
	color: whitesmoke;
	background-color: #25276F;
	border-top: solid white 1px;
}
.afooter {
	font-size: xx-small;
	color: greenyellow;
}
#banner{
	background-image: url(images/banner-bg.jpg);
	background-attachment: top left;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 109px;
	padding: 0;
	margin: 0;
}
td.nopad{
	padding: 0;
}
#banner p{
	display: block;
	width: 69%;
	margin: 0 auto;
	padding-top: 25px;
	font-style: italic;
	color: midnightblue;
	font-size: 14pt;
}
#wrap{
	width: 814px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
}
.page-content{
	width: 95%;
	padding: 10px 0 10px 10px;
}


	
