BODY 
{
margin:0; 
padding:0; 
background-color:#c1c2f2;
font-family:tahoma;
font-size:12px;
color:#7d8381;
}
	
	a 
	{
	color:#132F66;
	text-decoration:none;
	}
	
	a:hover
	{ 
	text-decoration:underline;
	}

	h1
	{
		font-size:16px;
	}

	#container
    {
	 width:820px;
	 position:relative;
	 margin-left:130px;
	 margin:0px auto;
	 text-align:left;
	 background-color:#ffffff;
	 border-right:5px solid #9393b7;  
	 }

	#headerRow
	{
	height:40px;
	background-color:#ffffff;
	}		 
	 
	 #headerRow img
	 {
	 padding-top:36px;
	 padding-bottom:1px;
	 vertical-align: bottom
	 }
	 
	#topNav

	{
	height:40px;
	padding:0px;
	background-color:#403E9F;
	font-family:tahoma;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	}
	
		#topNav a, a:hover
		{
		text-decoration:none;
		color:#ffffff;
		}
	
	#logo

	{
	height:260px;
	padding:0px;
	background-color:#ffffff;
	}	
	
		#logoLeft

		{
		width:209px;
		padding:0px;
		float:left;
		background-color:#ffffff;
		}
		
		#logoRight

		{
		width:266px;
		padding:0px;
		float:right;
		background-color:#ffffff;
		}


	#bodyContent
	{
	background-color:#ffffff;
	}
	
	 	#bodyContent a, a:hover 
		{
		color:#216e84;
		text-decoration:underline;
		}
		
		#bodyContent h1 
		{
		font-family:tahoma;
		font-size:14px;
		}
	
	
		#leftColumn 
		{
		float:left;
		width:190px;
		padding-left:10px;
		background-color:#eeeeff;
		border:2px solid #eeeeff;
		font-family:tahoma;
		font-size:12px;
		color:#000000;
		}
		
			#leftColumn a 
			{
			color:#000000;
			text-decoration:none;
			}
	
			#leftColumn a:hover
			{ 
			text-decoration:underline;
			}
		
		
		#rightColumn 
		{ 
		float:right;
		width:572px;
		padding-left:15px;
		padding-right:15px;
		background-color:#ffffff;
		border:2px solid #ffffff;
		font-family:tahoma;
		font-size:12px;
		color:#000000;
		text-align:justify;
		}
	
			#rightColumn h1 
			{
			font-family:tahoma;
			font-size:18px;
			color:#403E9F;
			}
	
#footer 
{
clear:both; 
width:820px;
position:relative;
padding-bottom:30px; 
margin-left:130px;
margin:0px auto;
background-color:#ffffff;
/*border-right:5px solid #9393b7*/
border-bottom:5px solid #9393b7;
font-family:tahoma;
font-size:11px;
color:#8c8982;
text-align:center;
}

	#footer a 
	{
	color:#8c8982;
	text-decoration:none;
	}
	
	#footer a:hover
	{ 
	text-decoration:underline;
	}
	
	#footer img
	{
	vertical-align:top;
	}