body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../Images/BCcheckers2.gif);
margin-left:175px;
width: 800px;

}


#Header{
background-image:url(../Images/BGHeader.gif);
height:100px;
float:left;
width: 800px;

}

#Footer{
height:20px;
float:left;
width: 800px;
background-color:#333333;
color:#CCCCCC;

}



a:link{
color:#FFFFFF;

}

#NaviBar{
float:left;
height:15px;
background-color:#333333;
width: 800px;
padding-top: 5px;
padding-bottom: 5px;
}

#NaviLink{
	width:100px;
	height: 15px;
	float: left;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-style: solid;
	background-color:#333333;
	border-right-width: thin;
	text-decoration: none;
	background-position: center center;
	font-weight: bold;
}

#LastUpdated{
	width:185px;
	height: 15px;
	float: left;
	color:#FFFFFF;
	text-align:right;
	font-size:9px;
}

a.HoverLink:hover {
	width:100px;
	height:15px;
	float:left;
	color:#333333;
	background-color:#CCFF00;
	font-weight: bold;	

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#Index{
	Width: 800px;
	background-color:#CCFF00;
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	border: thin dotted #00FF00;
}

#BodyContent{
	background-color:#FFFFFF;
	float:left;
	width: 635px;
	border: thin dotted #00FF00;
	padding: 15px;
	height:auto


}

#SideContent{
	float:right;
	width: 95px;
	border: thin dotted #00FF00;
	background-color:#FFFFFF;
	padding: 15px;
	height:inherit;
}


.PageHeader{
	font-size:18px;
	color: #00CC00;
	font-weight: bold;
	}
	
	