body  {		
	background: url(images/mainbg.gif) repeat;
	margin: 20px 0 0 0;
	color: #369;
	}

h1, h2, h3,h4 ,h5  {
	text-align: center;
	}

a:link  {
	color: #369;
	text-decoration: Underline;
	} 
a:visited  { 
        color: #69c;
	text-decoration: none;
	}

a:hover  {
	color: red;
	text-decoration: none;
	}  

a:active  {
	color: gold;
	text-decoration: none;
	}

a:link.weeklist  {
	color: #fff;
	text-decoration: underline;
	} 
a:visited.weeklist  { 
        color: #fff;
	text-decoration: none;
	}

a:hover.weeklist  {
	color: red;
	text-decoration: none;
	}  

a:active.weeklist  {
	color: gold;
	text-decoration: none;
	}	


#frame  {
	width: 100%;
	text-align: center;
	margin: 0px;
	}

#content  {
	background: transparent;
	width: 800px;
	text-align: left;
	margin: 0px auto 0px;	
	padding: 0;
	}

.header  {
	background: url(images/header.gif) no-repeat;
	margin: 0px;
	}

.marquee  {
	background: transparent url(images/siderail.gif) repeat-y;
	width: 750px;
	padding: 0px 0px 0px 118px;
	color: #000;
	font-size: 12px;
	letter-spacing: .3em;
	}

.linksmenu  {
	background: transparent;
	margin: 0px 0px 0 0px;
	padding: 0 0 0 0px;
	}

.innercontent  {
	background: transparent url(images/siderail.gif) repeat-y;
	text-align: justify;
	width: 730px;
	margin: 0px;
	padding: 5px 35px 5px 35px;
	}

.sidelist  {		
	background: #fff url(images/sidebg.gif) repeat;
	color: #fff;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
        border-left: solid 2px gray;
	border-top: solid 2px gray;
	border-right: inset 3px black;
	border-bottom: black inset 3px;
	}

.teampics  {
	float: left;
	margin: 0px 10px 0px 0px;
	}


.center  {
	text-align: center;
	}

.bold  {		
	font-weight: bold;
	}
