
/* Layout Stylesheet */ 

body {
	margin-top: 10px;
	background: url(images/stripesb.png) repeat;
	background-color: #080000;
	color: #333333;
	font-size: 1em;
	text-align:center;
	padding:0;
	
 }
 body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#outer {
 text-align:left;
 border:0px solid #000000;
 width:916px;
 margin:auto;
 padding: 0;
 }

#hdr {
 height:330px;
 width: 916px;
 background: url(images/header.png) no-repeat left;
 color: #666666;
 margin: 0;
 padding: 0;
 }

#bar {
 height: 33px;
 width: 916px;
 background: url(images/navbg.png) repeat-y left;
 color: #0c0c0c;
 font-size: 12px;
 padding: 0 0 0 7px;
 line-height: 23px;
 margin: 0;

 }
 

#bodyblock {
 position: relative;
 background: url(images/wrapper.png) repeat-y left;
 color: #333333;
 width:916px;
 padding: 0;
 margin-top: 5px;
 
 }
 #bodyblockhome {
 position: relative;
 background: url(images/wrapperhome.png) repeat-y left;
 color: #333333;
 width:916px;
 padding: 0;
 margin-top: 5px;
 
 }
#rightbar
{
	width: 210px;
	height: 100%;
	margin: 0 10px 0 7px;
	padding: 15px 0px 0 8px;
	float: left;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	
} 
#rightcontent
{
	padding: 10px 20px 0 10px;
	
}

#cont 
{
 width: 630px;
 color: #333333;
 text-align:left;
 margin: 0px 0 0 0 ;
 padding: 15px 30px 15px 10px;
 font: Arial, Helvetica, sans-serif;
 }
 #conthome 
{
 width: 900px;
 color: #333333;
 text-align:right;
 padding: 0px 8px 0px 0px;
 margin: 0;
 font: Arial, Helvetica, sans-serif;
 }
 


#ftr {
 height: 68px;
 background:#999999;
 color: #000000;
 font-weight: bold;
 margin: 0;
 padding: 0px 0 0 0;
 background: url(images/footer.png) no-repeat left;
 font: Arial, Helvetica, sans-serif; 
 font-size: 11px;
 }
 
/*Menu*/

#menu {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("images/seperator.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #000000 url("images/arrowb.png") bottom center no-repeat;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;                    
}    

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover
{
 	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}  

p {margin-top: 0;}              