body{
margin:0;
padding:0;
line-height: 1.2em;
background: url(images/background.gif);
font-family:trebuchet MS;
font-size:.9em;
}

b{font-weight: bold;}
em{color: red;}
img{border: 0;}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFF;
border: 1px solid #fff;
}

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

#navigation{
background: #003;
height: 20px; /*Height of navigation section*/
text-align:center;
width:760px;
font-size: .9em;
color: #fff;
font-style:bold;
line-height:1.5em;
}

#navigation a{
color: #fff;
text-decoration:none;
}

#navigation a:hover{
color: #ccc;
}

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

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -760px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

.mainDivider{
float: left;
width: 185px;
}


#sponsors{
clear: left;
width: 100%;

height:50px;
margin:0 auto;
text-align: center;
}

#footer{
clear: left;
width:760px;
background: #003;
color: #fff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #fff;
}

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

h1 {
font-size: 1.1em;
color:#003;
}

.block{
display:block;
clear:left;
}

.left{
float:left;
}

.faq {
font-size: .8em;
}

.faq a{
font-weight:bold;
color:#000;
text-decoration:underline;
}
	
.faq a:hover{
font-weight:bold;
color:#009;
text-decoration:none;
}

ul a{
font-weight:bold;
color:#000;
text-decoration:underline;
}

ul a:hover{
font-weight:bold;
color:#009;
text-decoration:none;
}


