/* CSS Document */

body{
	background-image:url(images/background_texture50.png);
	background-repeat:repeat-x;
	background-color:#02171F;
	margin:0px;
	padding:0px;
	}
	
p.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:0px;
	min-height:25px;
	padding-left:10px;
	padding-top:3px;
	}
	
div#wrapper{
	margin:auto;
	width:768px;
	padding-left:2px;
	padding-right:2px;
		clear:both;
	}
	
div#topimage{
	max-width:756px;
	min-height:145px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

div#container{
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	width:760px;
	min-height:400px;
	height:100%;
	}

div#content{
	background-image:url(images/background_content.png);
	background-repeat:repeat-x;	
	background-color:#F28E14;
	max-width:750px;
	min-height:500px;
	height:100%;
	margin-left:4px;
	border-bottom:solid 2px #F28E14;
	}
	
div#navcontainer{
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	width:750px;
	height:35px;
	}
	
div#contenttitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	padding-left:5px;
	}	
	
div#contentsub{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#052646;
	paddling-left:5px;
	}
	

	
div#contenttitle p{
	margin-left:5px;
	margin-top:2px;
	margin-bottom:1px;
	}
	
div#contentsub p{
	margin-left:20px;
	}

div#footer{
	background-image:url(images/background_bottom.png);
	background-repeat:no-repeat;
	margin-left:3px;
	height:50px;
	max-width:766px;
	}
	
#navcontainer ul
{
border: 0;
margin: 0;
padding-top: 7px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #052646;
width: 78px;
height: 18px;
border-top: 1px solid #052646;
border-left: 1px solid #052646;
border-bottom: 1px solid #052646;
border-right: 1px solid #052646;
padding: 0px;
margin: 0 10px 10px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #000;
background: #F16712;
border:solid 1px #fff;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #F16712;
border: 1px solid #fff;
color: #000;
}
