/* CSS Document */


body {
font-size: 11px;color: #666666;
font-family: "arial";
background-color: #666666;
margin-top: 0;
}

p {
font-size: 11px;color: white;
font-family: "arial";
}

h1 {
font-size: 12px;
font-weight: bold;
color: 666666;
margin: 0; padding: 0;
}

#stylefour{position:relative;display:block;height:39px;font-size:11px;
font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}


#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}

#stylefour ul li{display:block;float:left;margin:0;}


#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;
padding:11px 5px 0 5px;height:23px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;
background:#fff url(images/bgON.gif) no-repeat top left;}



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial;
margin:0;
margin-bottom:0em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 1px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #8b0000 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #d50509;
}

#invertedtabs a:hover span{
background-color: #d50509;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

</style>

 #navcontainer
 {
 background: #FFFFFF;
 width: 100%;
 margin: 0 auto;
 padding: 0em 0;
 font-family: arial;
 font-size: 12px;
 font-weight: bold; 
 text-align: center;
 text-transform: none;
 }

 ul#navlist
 {
 text-align: left;
 list-style: none;
 padding: 0;
 margin: 0 auto;
 width: 100%;
 }

 ul#navlist li
 {
 display: block;
 margin: 0;
 padding: 0;
 }

 ul#navlist li a
 {
 display: block;
 width: 100%;
 padding: 0.5em 0 0.5em 1em;
 border-width: 1px;
 border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
 border-style: solid;
 color: #777;
 text-decoration: none;
 background: #FFFFFF;
 }

 #navcontainer>ul#navlist li a { width: auto; }

 ul#navlist li#active a
 {
 background: #f0e7d7;
 color: #CCCCCC;
 }

 ul#navlist li a:hover, ul#navlist li#active a:hover
 {
 color: #000000;
 background: #CCCCCC;
 border-color: #CCCCCC #000000 #CCCCCC #000000;
 }
 
 

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #790000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #790000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: white;
	background-color: black;
	}

/*  container ------------------------------------------------------------------- */

div#container {
	background: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
	border: 5px solid #333333;
	}


#leftcol {
	background-color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
}

#topnavigation {
	background-color: #oooooo;
	width: 760px;

}
		
#content {
	background: #333333;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;



}
	
#rightcol {
	background-color: ;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	
	}
	
#footer {
	font-size: 11px;color: grey;
	font-family: "Verdana";
	background-color: #000000;
	width: 800px;
	padding-left: 2px;


