		body
		{
			margin: 0;
			padding: 0;
			font-size: 80%;
			font-family: Arial, Helvetica, sans-serif;
			background-color:#e6e9f0;
		}
		
		#header
		{
			height: 150px;
			background-color: 181f6d;
			background: #181f6d;
		}
		
		#nav 
		{
			background-color: #bdc2cd;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 12px;
		}
		
		#navlist li
		{
			display: inline;
			list-style-type: none;
			padding-right: 30px;
			text-transform: capitalize;
		}
		
		#navlist a 
		{
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #191e4c;
			font-size: 12px;
			font-weight: bolder;
		}
		#navlist a:hover 
		{
			color: #AF9981;
		}
		
		#col1
		{
			width: 73%;
			height: 760px;
			float: left;
			background-color: #fff;
			margin-left: 0%;
		}
		
		#col1content 
		{
			padding: 10px 20px 0px 50px;
			color: #000000;
			font-size: 12px;
			line-height: 130%;
			text-align: left;
		}
		
		#col2
		{
			width: 27%;
			height: 760px;
			float: left;
			margin-left: 0%;
			background-color: #e6e9f0;
		}
		
		#col2content 
		{
			text-align: center;
			padding: 10px 10px 0px 10px;
		}
		
		#footer 
		{
			width: 100%;
			clear: both;
			float: left;
			background: #bdc2cd url(images/footer_contact.png) no-repeat center;
			height: 50px;
			
		}
		
		.subhead 
		{
			font-size: 11px;
			color: #000000;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		.sidebar {
			margin-bottom: 10px;
			color: #666666;
			font-size: 10px;
			line-height: 140%;
		}
		ul.circle 
		{
			list-style-type:disc;
			margin-left: 40px;
			color: #000000;
			font-size: 12px;
		}
		
		h1 
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			color: #191e4c;
			padding-bottom: 10px;
		}
		
		h2 
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #191e4c;
			align: left;
		}
		
		#footer {
			background-color: #bdc2cd;
			height: 30px;

		}
		
		a:link 
		{
			color:#0000FF;
			text-decoration: none;
		}
		
		a:visited 
		{
			color:#0059b4;
			text-decoration: none;
		}
		a:hover 
		{
			color:#0059b4;
			text-decoration: underline;
		}
		
		a:active { color:#0059b4;}
