
body{
margin:0;
padding:0;
line-height: 1.25em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 755px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid gray;
}

#topsection{
background: #EAEAEA;
height: 180px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -755px; /*Set left margin to -(MainContainerWidth)*/
background: #EAEAEA;
}

#footer{
clear: left;
width: 100%;
background: #EAEAEA;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ff0000;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}	
.alphalink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.guidelines {
	font-family: Geneva, Arial, Helvetica, sans-serif, Times, serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	background-position: auto;
	text-align: left;
	line-height: 115%;
	max-width: 300px
	}
