/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background: #cccccc;
text-align: center;
font-family: Arial, sans-serif;
font-size: 12pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #cccccc url('images/TopLogo4.gif') no-repeat top center;
height: 138px;
}
#header h1{
color: #ffffff;
text-align: left;
position: relative;
top: 30px;
left: 70px;
line-height: 5px;
font-size: 24pt;
}

#header h2{
color: #ffffff;
text-align: left;
position: relative;
top: 10px;
left: 630px;
line-height: 15px;
font-size: 10pt;
}



#menu{
/* width: 100%; */
position: relative;
height: 30px;
font-size: 12pt;
}
#menu ul{
list-style: none;
margin-left: 80px;
margin-top: 63px;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 10px;
display: block;
padding: 0 5px;
color: #000099;
/* text-transform: lowercase;*/
text-decoration: none;
/* border-top: 8px solid #303030;*/
border-bottom: 1px solid #ffffff;
/* border-left: 2px solid #303030;*/
/* border-right: 2px solid #303030; */


}
#menu li a:hover{
border-color: #000099;
}
#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url('images/mg.jpg') no-repeat right;
border: 1px solid #c0c0c0;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 8pt
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('images/main.jpg') repeat-x top left;
}
#main h1{
font-size: 20pt;
padding-bottom: 22px;
color: #303030;
background: url('images/titlebar4.jpg') repeat-x bottom left;
}
#main h2{
font-size: 14pt;
padding-bottom: 4px;
padding-top: 10px;
margin-bottom: 0px;
color: #303030;
background: url('images/titlebar4.jpg') repeat-x bottom left;
}
#main h3{
font-size: 10pt;
padding-bottom: 1px;
padding-top: 10px;
margin-bottom: 3px;
color: #303030;
border-bottom: 1px solid; display: inline;
/* background: url('images/titlebar4.jpg') repeat-x bottom left; */
}
#main h4{
font-size: 12pt;
padding-bottom: 1px;
padding-top: 10px;
margin-bottom: 3px;
color: #f03030;
border-bottom: 0px solid; display: inline;
/* background: url('images/titlebar4.jpg') repeat-x bottom left; */
}
#main h5{
font-size: 12pt;
padding-bottom: 1px;
padding-top: 10px;
margin-bottom: 3px;
color: #303030;
/*border-bottom: 1px solid; display: inline;*/
background: url('images/titlebar4.jpg') repeat-x bottom left; 
}


#main a{
color: #303030;
text-decoration: none;
border-bottom: 1px dashed #303030;
}
#main a:hover{
background: #e0e0e0;
}
#submain{
padding: 8px;
}

#left70{
float: left;
width: 500px;
margin-bottom: 5px;

}
#left70 p{
font-size: 13px;
line-height: 18px;
margin-bottom: 10px;
margin-left: 20px;
}
#left70 ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left70 ul li{
margin-left: 20px;
margin-bottom: 5px;
}
#right30{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 230px;
float: right;
}
#right30 p{
font-size: 13px;
line-height: 18px;
margin-bottom: 10px;
margin-left: 15px;
}
#right30 ul{
margin-left: 20px;
font-size: 13px;
}
#right30 ul li{
margin-bottom: 3px;
margin-left: 15px;
}



#left50{
float: left;
width: 365px;
margin-bottom: 5px;
}
#left50 p{
font-size: 13px;
line-height: 18px;
margin-bottom: 10px;
margin-left: 20px;
}
#left50 ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left50 ul li{
margin-bottom: 5px;
margin-left: 20px;

}
#right50{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 365px;
float: right;
}
#right50 p{
font-size: 13px;
line-height: 18px;
margin-bottom: 10px;
margin-left: 20px;
}
#right50 ul{
margin-left: 20px;
font-size: 13px;
margin-left: 20px;
}
#right50 ul li{
margin-bottom: 3px;
margin-left: 20px;
}
#footer{
clear: both;
width: 100%;
background: #aaaaaa url('images/footer.jpg') no-repeat bottom center;
}
#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;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
h6,h7{
text-transform: lowercase;
}
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;
}