body
{
color: #;
margin: 0;
padding: 0;
background: # url(images/background.gif) repeat-y;
font: 85%/130% arial, helvetica, sans-serif;
}
	#header { background: #6699ff; }
	
	#header h1
{
margin: 0;
padding: 2;
width: 615px;
height: 222px;
background: url(images/header1.jpg) no-repeat;
}
	
	#header h1 em
	{
		position: absolute;
		left: -1000px;
		width: 900px;
	}
	
	#topnav
	{
		float: left;
		width: 100%;
		background: #000080 url(images/navstrip.jpg) repeat-y;
		border-top: 1px solid #9AA2C8;
		border-bottom: 1px solid #9AA2C8;
	}
	
	#topnav ul
	{
		width: 614px;
		float: left;
		padding: 0;
		margin: 0 0 0 40px;
		list-style-type: none;
		background: url(images/nav-line.gif) repeat-y 0 0;
	}
	
	#topnav li { display: inline; }
	
	#topnav li a
	{
		display: block;
		float: left;
		padding: 7px;
		text-align: center;
		background: url(images/nav-line.gif) repeat-y 100% 0;
		font-weight: bold;
		color: #000080;
		text-decoration: none;
	}
	
	#topstrip
	{
		clear: both;
		height: 13px;
		background: #000080 url(images/navbase.jpg) no-repeat;
		font-size: 1px;
	}
	
	#content
	{
		clear: both;
		float: left;
		width: 540px;
		display: inline;
		margin: 20px 50px 20px 40px;
	}
	
	#content .intro
	{
		font-size: 120%;
		font-weight: 250%;
		color: #993333;
		line-height: 130%;
		margin-bottom: .5em;
	}
	
	#content ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	#content ul li
	{
		padding: 0 0 0 15px;
		background: url(images/arrow.gif) no-repeat 0 .4em;
	}
	
	#content h2
	{
		margin-bottom: 0;
		color: #0E1D6D;
		font-size: 140%;
		line-height: normal;
	}
	
	#content p { margin: 0 0 1.5em 0; }
	
	#content a
	{
		color: #0E1D6D;
		text-decoration: none;
	}
	
	#content a:link { border-bottom: 1px solid #616A9C; }
	
	#content a:visited
	{
		color: #5E6200;
		border-bottom: 1px solid #929554;
	}
	
	#content a:hover, #content a:active
	{
		color: #600;
		border-bottom: 1px solid #930;
	}
	
	#banners
	{
		float: left;
		width: 148px;
		padding: 20px 0 0 0;
	}
	
	#banners img
	{
		margin-bottom: 20px;
		display: block;
		border: 0;
	}