/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
margin-top: 0px;
margin-left: 0px;
background-color:#666666;
}

#container
{
	width: 715px;
	height: auto;
	background-color:#FFFFFF;
	background-image: url(../images/BG.jpg);
    background-repeat:repeat-y;
}

#leftnav
{
	float:left;
	width: 175px;
	height: 557px;
	background-color:#FFF;
	background-image:url(../images/leftnav.jpg);
	background-repeat:no-repeat;
	padding: 50px 0px 20px 20px;

}

#banner
{
	float:left;
	width:715px;
}

#content
{
	float: left;
	width: 480px;
	height: auto;
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	border-left: none;
	background-color:#FFF;
	background-image: url(../images/helm.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}

h1
{
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 20px;
	
}

h2
{
font-size: 12px;
font-style: italic;
}

h3
{
font-size: 10px;
font-weight: bold;
}

a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #069;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #0CF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
