/* Body and layout */
body{

}

A:link, A:visited, A:active { text-decoration: none; color: #98b771;}
A:hover { text-decoration: underline;}

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

#header{
background: #000000;
height: 80px; /*Height of top section*/
}

#topsection{
height: 387px; /*Height of top section*/
border-top: 1px dashed #98b771;
border-bottom: 1px dashed #98b771;
}

#dashed{
height: 5px; /*Height of top section*/
border-bottom: 1px dashed #98b771;
}

#contentwrapper{
float: left;
width: 100%;
}

#rightcolumn{
margin-top: 20px;
margin-left: 350px; /*Set left margin to LeftColumnWidth*/
/*border-left: 1px solid #98b771;*/
}

#leftcolumn{
margin-top: 20px;
float: left;
width: 250px; /*Width of left column*/
margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: #ffffff;
text-align: center;
padding: 50px 0;
}

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


/*  Font Sizes */
.verdana-8
{
font-family: verdana;
font-size:10pt;
color:#98b771;
font-weight:100;
}

.verdana-8-000
{
font-family: verdana;
font-size:8pt;
color:#000000;
font-weight:100;
}

.verdana-12-b
{
font-family: verdana;
font-size:13pt;
color:#98b771;
font-weight:900;
}

.verdana-10
{
font-family: verdana;
font-size:10pt;
color:#000000;
font-weight:100;
}

/* Image floating */
.floatleft { float: left; margin: 0px 5px 5px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

/* NAV */
#nav {
	width: 750px;
	margin: 9px auto 0 auto;
	margin-bottom: 20px;
	text-align: right;
	position: relative;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
