/* CSS Document */

body{
margin:0;
padding:0;
font-family:"Times New Roman", Times, serif;
color:#339933;
}

#header{
height:140px;
width:auto;
background: url(../images/hbar.jpg) repeat-y #ffffff;
border-bottom:2px solid;
border-bottom-color:#008100;
}

#title{
float:left;
clear:none;
height:140px;
width:auto;
padding:0 0 0 150px;
text-align:center;
color:#339933;
border-color:#008100;
border-left:2px solid;
}

#menu{
width:auto;
padding: 5px 50px 5px 100px;
background-color:#d3e7ff;
color:#3c65da;
font-weight:bold;
}

#menu a, #menu a:visited{
color:#3c65da;
font-weight:bold;
text-decoration:none;
margin:0 10px 0 10px;
}

#leftcol{
float:left;
width:180px;
height:auto;
padding:10px 0 40px 0;
background: url(../images/vbar.jpg) repeat-x #ffffff;
}

#rightcol{
float:right;
width:260px;
}

.right_box{
border-style:double;
border-color:#008100;
text-align:center;
margin: 10px 10px 10px 0;
padding:5px;
}

#midcol{
clear:none;
margin: 0 270px 10px 180px;
padding:10px;
color:#339933;
font-weight:bold;
border-left:2px solid;
border-left-color:#008100;
}

#footer{
clear:both;
width:auto;
text-align:center;
}

.large_green{
color:#339933;
font-size:16px;
padding:2px;
}

a, a:visited{
color:#3c65da;
font-weight:bold;
text-decoration:underline;
}

p{
font-weight:bold;
}

/*Hidden Ads to be revealed using ads.js*/
#ad1{
z-index:20;
display:none;
position:absolute;
top:460px;
padding:20px;
height:200px;
text-align:center;
background-color:#FFFFCC;
border:double #008100;
}