
body{
background-color: #C0C0C0;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
padding:0;
}

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

#maincontainer{
width: 801px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(../images/background_faux.gif);
background-repeat: repeat-y;
}

#topsection{
background: #EAEAEA;
height: 94px; /*Height of top section*/
margin-left: 100px;
margin-right: 100px;
}

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

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

#contentcolumn{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0 143px 0 149px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 0 90px 0 110px;
background-color: #CCCCFF;
}

#contentcolumnpages{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0 100px 0 149px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 0 20px 0 110px;
background-color: #CCCCFF;
}

#leftcolumn{
float: left;
width: 139px; /*Width of left column in pixel*/
margin-left: -701px; /*Set margin to that of -(MainContainerWidth) (JC modified to compensate for the extra 100 pixels)*/
background: #CB0000;
}

#rightcolumn{
float: left;
width: 133px; /*Width of right column*/
margin-left: -233px; /*Set left margin to -(RightColumnWidth) (JC again added another 100px to compensate for faux column/dropshadow)*/
background: #CCCCFF;
}

#footer{
	clear: left;
	width: 601px;
	height: 44px;
	background-image:url(../images/footer.jpg);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
	bottom: auto;
	margin-left: 100px;
}

#footer a{
color: #FFFF80;
}

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



/*This is CSS from the old site*/
/*The body selector was removed and put at the top of this CSS page*/

p {
	text-align: left;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0033FF;
}
#navigation ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #cc0000;
	text-align: left;
}

#navigation ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

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

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

#navigation a:hover {
	text-decoration: underline;
}

.star {
	list-style-image: url(../images/starred3.gif);
}



#contact {
	width: 462px;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.left {
	float: left;
}
.right {
	float: right;
}

#advertisement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
	text-align: center;
	}
	
#advertisement a{
	text-decoration: none;
	font-size: x-small;
	}

