/* CSS Document */






p {
	font: normal 12px arial, helvetica, sans-serif;

	color: #333333;
}

body {
	font: normal 12px arial, helvetica, sans-serif;

	color: #333333;
}

.whitetext {color: #ffffff;
font: normal 11px arial, helvetica, sans-serif;
}

.whitetext a {color: #CCCCCC;
font: normal 11px arial, helvetica, sans-serif;
}

.whitetext a:hover {color: #333333;}



  hr {border: none 0; 
border-top: 1px solid #99CC66;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 


h2 {
	font: normal 12px arial, helvetica, sans-serif;

	font-weight: bold;
	color: #052553;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73ADD6;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	display: block;
	margin: 0px;
	
}

h3 {
	font: normal 11px arial, helvetica, sans-serif;

	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	display: block;
	margin: 0px;
	
}


#container {
	background-color: #FFFFFF;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	height: auto;
	
	
}

#headertext {

color: #FFF;
position:relative;
	left:589px;
	top:57px;
	width:341px;
	height:27px;
	z-index:1;
font: normal 18px arial, helvetica, sans-serif;
text-align: center;



}

#avtophome {
	background:  url(images/back.jpg) no-repeat bottom left;   
	background-color:#1C4A5B;
	width: 928px;
	height: 150px;
	}



#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 12px arial, helvetica, sans-serif;
text-align: center;
}

#navtop li { display: inline; }

#navtop li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navtop li a:hover
{
background-color: #369;

color: #fff;
}








#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73ADD6;
	font: normal 11px arial, helvetica, sans-serif;
width: 150px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;

}

#navlist li a { text-decoration: none; 
color: #cccccc;}

#navlist li a:hover
{

color: #fff;
}


#story {
width: 560px; 
float: left; 
margin:20px; 
padding: 15px; 
background: #ffffff;
}


#leftside {
	background-color: #369;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 800px;
		
}


#navbar {
	background-color: #000000;
	height: 45px;
clear: right;

	
}
.clear {
	clear: both;
}


#footer {
	background-color: #003163;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}



div.spacer {
  clear: both;
  }


	
	

