* {
padding: 0;
margin: 0;
} 

body {
font: .10em Arial, "Lucida Sans", "Trebuchet MS", Verdana,  Sans-Serif;
background-image: url(image/optsbg.gif);
background-repeat: repeat;
}

a {
text-decoration: none;
color: #36648B;
}

a:hover { 
color: #548B54; 
}

#wrap 
{
margin: 20px auto;
width: 650px;
padding: 10px;
background-color: #fff;
}


#header 
{
height : 90px;
background-color : #fff;
background-image: url(head.PNG);
background-repeat: no-repeat;
height:180px;
text-align:center;
}

#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #31799F;display: none; }
#header h1 a { font-size: 25px; color: #31799F; text-decoration: none;display: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 14px; color: #fff; display: none;}

#menu {
text-align: center;
margin-top: 10px;
font-size : 13px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border: 0px solid #D8E3EE; 
background: #F9FCFC;

}

#menu a {
color : #36648B;
text-decoration : none;
padding: 7px;
width:15%;
}

#menu a:hover {
color : #000;
}

#submenu {
text-align: left;
margin-top: 10px;
font-size : 12px;
padding-left:20px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border: 1px dashed #000; 
background: #F9FCFC;
width:40%;

}


#content { 
text-align: left;
margin-top: 5px;
padding: 10px;
font-size: 12px;
}

#content h2 { 
font-size: 14px; color : #008B45; 
padding: 0 0 5px 0;
}

#footer { 
margin-top: 25px; 
clear: both;
text-align: center; 
color: #fff;
font-size:10px; 
padding:2px;
background-image: url(foot.PNG);
background-repeat: no-repeat;
height:60px;

}

.meta {
padding-bottom:2px;
font-size: 12px;
color:#548B54;
font:Arial, Helvetica, sans-serif;
font-weight: bold;
}

#bottom {
	font-size:11px;
	padding: 10px 0 0 0;
}

#bottomleft {
width:45%;
float:left;
background:#fff;
padding-bottom:10px;
padding-left:5px;
}


#bottomright {
width:45%;
float:right;
background:#000;
padding-bottom:10px;
padding-right:5px;
}

#divider {
text-align: left;
font-size : 11px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

#blinkIt{
font-size: 16px;
color: red;
}
#blinkIt.invisible{
color: gray;
}


