﻿body
{
	background-color: #333333;
	color: black;
	background-image: url(images/bg.gif);
}
#container
{
	background-color: #ffffff;
	width: 795px;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	text-align: left;
	margin-top: 50px;
	clear:both;
}
#heading
{
	height: 85px;
	background-image: url(IMAGES/headerLogo.jpg);
	background-color: #336699;
	border-bottom: solid 1px #000000;
}
#navLinks
{
	height: 30px;
	background-color: #333366;
	color: White;
	padding-top: 5px;
	border-bottom: white 1px solid;
}
#navLinks A
{
	color: White;
	text-decoration: none;

}	
#bottomNavLinks A
{
	color: White;
	text-decoration: none;
}
#str
{
	font-weight: bold;
	font-size:1.15em;
	color:#333366;
}
h1
{
	color:White;
	font-size:2em;
	}
#mainContent
{
	background-color: #bbd1e8;
	border-top: darkgray 2px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 15px;
	overflow:auto;
}
#mainContent img
{
	float: left;
	margin: 0em 1.2em 1em 0em;
}
#bottomNavLinks
{
	clear:both;
	height: 28px;
	background-color: #29509d;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	
}
#links
{
	text-align: right;
}
#footer
{
	
	height:52px;
	border-top: darkgray 2px solid;
	background-color:#244b90;
	color: White;
	vertical-align: middle;
	padding-top: 15px;
	padding-left:35px;
}
#footer A
{
	color: White;
	text-decoration: none;
	
}

ol li
{
	list-style-type: disc;
	vertical-align: top;
	list-style-position: outside;
}