/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background: #ccc;
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#container{
float: left;
width: auto;
padding-left: 130px;
}

#wrap{
text-align: left;
width: 800px;
margin: 0 auto;
background: #ffffff;
}
#headernav{
clear: both;
width: 100%;
background: #BEA876 url('headernav.jpg') top center no-repeat;
}
#subheadernav{
padding: 8px;
text-align: left;
font-size: 12px;
color: #ffffff;
}
#subheadernav p{

font-size: 12px;
color: #ffffff;
}
#subheadernav a{
color: #ffffff;
text-decoration: underline;
line-height: 20px;
}

#subheadernav a:hover{
border-bottom: 1px solid #ffffff;
}
#header{
width: 100%;
background: #aaaaaa url("header.jpg") top center no-repeat;
height: 160px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
}
#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
border-top: 2px solid #ffffff;
}
#menu li a:hover{
border-color: #a0a0a0;
}
#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url('mg.jpg') right no-repeat;
border: 1px solid #ccc;
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('main.jpg') top left repeat-x;
}
#main h1{
font-size: 16pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main h2{
font-size: 13pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main h3{
font-size: 12pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main a{
color: #990000;
text-decoration: none;
border-bottom: 1px dashed #222222;
}
#main a:hover{
background: #e0e0e0;
}
#submain{
padding: 8px;
}
#right{
float: right;
width: 580px;
margin-bottom: 50px;
margin-right: 5px;
}
#right p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
}
#right ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#right ul li{
margin-bottom: 5px;
}
#left{
margin-top: 5px;
margin-bottom: 50px;
border-right: 1px solid #e0e0e0;
padding-right: 7px;
width: 190px;
float: left;
}
#left p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#left ul{
margin-left: 20px;
font-size: 11px;
}
#left ul li{
margin-bottom: 3px;
}
#footer{
clear: both;
width: 100%;
background: #BEA876 url('footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}
#googlefooter{
clear: both;
width: 100%;
margin-bottom: 5px;
background: bottom center no-repeat;

}
#googlevert{
float: right;
width: 170px;
border-left: 1px solid #cccccc;
	padding-top: 100px;
	padding-right: 10px;
}
/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter, .imgrightb{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 5px 5px 0;
}
.imgrightb{
display: block;
margin: 5px 15px 5px 0;
}
.imgcenter{
display: block;
margin: 5px auto;
}
.imgcap{
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #000066;
	font-style: italic;
}
#imgsponsor {
padding: 3px;
margin: 400px 80px 5px 80px;
border: 1px solid #e0e0e0;
}
#imgsponsor a{
border-bottom: none;
}
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}
.highlite {
background: #e0e0e0;
}
.highlite span {
left:-20em;
position:absolute;
background: #D6C8A1;
}

.highlite:hover span {
left:auto;
}

