body{
margin:0;
padding:0;
line-height: 1.0em;
background:#ffffff;
}

#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;

}
#topsection{
background: #ffffff;
height: 90px; /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
float: left;
width: 100%;

}
#contentcolumn{
margin-right: 320px; /*Set right margin to RightColumnWidth*/
margin-left:2px;

}
#rightcolumn{
display: inline;
float: right;
width: 320px; /*Width of right column*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
background: #ffffff;
}
#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #0d4631;
text-align: center;
padding: 4px 0;
font-size:11px;

}
#footer a{
color: #0d4631;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Horizontal Menu */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.jpg) center center repeat-x;
}
#widebox{
display: inline;
float: right;
width: 100%;
background-image: url(media/widebox-back.jpg);
background-repeat:repeat-x;
padding: 2px;
line-height: 1.5em;
}

/*Drop Down Menu */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding-left: 1px 0;
text-decoration: none;

background-image:url(media/drop-background.jpg);
background-repeat: repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#FFFFFF;
background-image:url(media/drop-active.jpg);
background-repeat: repeat-x;
}

.bodytext {
	font-family: Georgia;
}