* {
    padding: 0;
    margin: 0;
} 

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a { color: #990033; }
a:hover { text-decoration: underline; color : #99CC00; }

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #99CC00 url(../images/menu.jpg) no-repeat;
	height: 140px; /*Height of top section*/
	text-transform: lowercase;
	margin-top: 0px;
}

#topsection ul {
	padding-left: 10px;
}

#topsection ul li {
	display: block;
	float: left;
	margin-top: 110px;
}

#topsection ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bolder;
font-size: 16px;
letter-spacing: 0px;
}

#topsection ul li a:hover {
color: #eee;
text-decoration: underline;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 250px; /*Set right margin to RightColumnWidth*/
	margin-top: 20px;
}

#rightcolumn{
	float: left;
	width: 249px;
	margin-top: 20px;
	margin-left: -250px;
	border-left: 1px solid #bbb;
}

#footer{
clear: left;
width: 100%;
background: #eee;
border-top: 3px solid #99CC00;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0 30px 30px 30px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube ul{
	list-style-type: square;
	padding-left: 15px;
	color: #333333;

}

.innertube h1 {
color: #990033;
font-size: 24px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.innertube h2 {
color: #99CC00;
font-size: 18px;
font-weight: 100;
padding : 10px 0 5px 0;
}

.innertube p {
color: #333333;
font-size: 13px;
font-weight: 100;
padding : 0px 0 10px;
}

.innertube ol{
	padding-left: 25px;
}

.innertubeleft ul{
	list-style-type: square;
	padding: 10px 0px 30px 35px;
	color: #99cc00;

}
.innertubeleft h2 {
color: #990033;
font-size: 18px;
font-weight: 100;
padding : 10px 10px 5px 15px;
}

#pie a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990033;
	line-height: 24px;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
}
.title2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
}
