body {
    background-color: #FFF;
    background-image:url(img/blue-px.jpg);
	background-position:top center;
    background-repeat:no-repeat;
    background-attachment:fixed;
	margin:0;
	padding:0;
}

#wrap { 
	width:100%;
	height:100%; 
	margin: 0 auto; 
	background-position:center;
}

#header_wrap {
	width:100%;
	height:150px;
	background:url(img/blue-px.jpg)repeat;
	margin:0 auto;
}

#header {
	width:100%;
	background-position:center;
	margin:0 auto;
}
	

#strip {
	width: 100%;
	height:auto;
	margin:0 auto;
}

.strip	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	justify:left;
}



.box {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

.blue {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6699FF;
	font-size:12px;
	font-weight:bold;
}
.green {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3C7E24;
	font-size:12px;
	font-weight:bold;
}
 




p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color:#000;
}
	
	H1  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px ;
	font-style:italic;
	color:#000;
}	
	H2   {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
	H3  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:110%;	
	color:#FFFFFF;
}
	H4  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
}

	.lhd  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00CC00;
	
}


	
A:link {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
   }
   
A:visited {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
   } 
   
   
 A:hover {
	color:#996633;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
   }
   
a.list:link {

   color:#FFFFFF;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12pt;
   font-weight: normal;
   text-decoration:none;
   
   }

a.list:visited 
{
   color:#FFFFFF;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12pt;
   font-weight: normal;
   text-decoration:none;
   
   }

a.list:hover 
{
   color:#6699FF;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12pt;
   font-weight: normal;
   text-decoration:none;
   
   }
   
   
#menubot_wrap {
	width:100%;
	background-position:center;
	background-color:#FFF;
}

#menubot {
	width:900px;
	height:250px;
	margin:0 auto;
}

#menubot ul{
	margin:0 0 0 0px;
	padding:0px;
	list-style:none;
}

#menubot li{
	margin:0px;
	padding:0px;
	display:inline;
	
}

#menubot a{
	float:left;
	display:block;
	height:20px;
	width:150px;
	padding:0px 0px 0 0 ;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	outline:none;
}

#menubot a:hover {
	color:#996633;
}

#menubot .current {
	color:#996633;
}
