body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background: #000000;
}


body a:link, body a:visited, body a:active {
	color: #999999;
	text-decoration: none;
}
body a:hover {
	color: #333333;
	text-decoration: none;
}

#contentcolumn h1 {
	color: #999999;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

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

#topsection{
background: #000000;
height: 90px; /*Height of top section*/
margin-bottom: 20px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contentcolumn{
/* margin-right: 200px; /*Set right margin to RightColumnWidth*/
	background-attachment: scroll;
	background-image: url(../center-bak.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
height: 200px;
	padding-top: 15px;
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #000000;
}

#adcolumn{
float: left;
width: 250px;
height: 250px;
margin-top: 172px;
margin-left: -250px;
background: #000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #999999;
text-align: center;
padding: 4px 0;
	padding-bottom: 15px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

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

.floatCheckbox {
    float: left;
    width: 200px;
}
.floatOption {
    float: right;
    width: 250px;
    margin-right: 15px;
}
/*** The below was original and floats left. Above floats right on option, trying to align things better...
.floatCheckbox {
    float: left;
    width: 240px;
}
.floatOption {
    float: left;
    width: 250px;
} ***/
input.info {
	margin-top: 4px;
}
div#flasharea {
/*height:98px;*/
width:812px;
margin-left:-20px; margin-top:0px;
background-image: url(../flashbak-m.gif);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: 0px 0px;
}
.welcomeform{
width: 500px;
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	background-attachment: scroll;
	background-image: url(../bullet-3.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #999999;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	width: 130px;
}
#nav li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
