body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-color: #E7E7E6;
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #666;
}

.babyblue {
	color: #3D66A3;
}

.image {
	border: 1px solid #C0C0C0;
	margin: 3px;
	padding: 0px;
}
.caption {
	font-size: 9px; color: #666666 }
.hilite {
	background-color:#DADADA;
	height: 20px;
}
.title_headers {
	font-size: 10px;
	font-style: normal;
	color: #3F70B5;
	text-decoration: none;
}
.maintext {
	font-size: 12px;
	color: #333;
}
.header {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3F70B5;
}
.copyright {
	font-size: 10px;
	color: #2B2B81;
	margin: 0px;
	padding: 10px;
}
.standings {
	font-size: 12px;
	font-style: normal;
	color: #666;
}
.POW {
	font-size: 11px;
	font-style: normal;
	color: #666;
}
.imageborder {
	border: 1px solid #CCC;
}
.headerborder {
	border: 1px solid #CCC;
	padding: 5px;
}
.scores {
	font-size: 10px;
	font-style: normal;
	color: #666;
}
.schedule {
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding: 5px;
	border: 1px solid #CCC;
}
.headlines {
	font-size: 10px;
	font-style: normal;
	color: #3F70B5;
	text-decoration: none;
	letter-spacing: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.maintext_red {
	font-size: 12px;
	color: #7C0005;
}
.stats {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding: 5px;
}
.header_stats {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #11114C;
}
.forum {
	font-size: 11px;
	font-style: normal;
	color: #333;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.forum_creator {
	font-size: 10px;
	font-style: normal;
	color: #333;
}
.rules {
	font-size: 14px;
	font-style: normal;
	color: #003;
}
.POWList {
	border: 1px solid #CCC;
	width: 180px;
	height: 270px;
}

#container {
	width:758px;
	background:#FFFFFF;
	font-size:12px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer{
	background:#F0F0F0;
	padding:10px;
	border:#999 dotted 1px;
}

