body { 
	color: white; 
	background-color: #97cadd; 
	padding:0px;
	margin:0px;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Tahoma, helvetica, sans-serif;
}

h1, .h1 {
	color: #00447c;
	font-size:1.4em;
	padding:0px;
	margin:0px;
	margin-bottom: 15px;
}
h2, .h2 {
	color: #00000;
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom: 15px;
}
h3, .h3 {
	color: #00447c;
	font-size:1.2em;
	font-weight:bolder;
	padding:0px;
	margin:0px;
	margin-bottom: 3px;
}
.news .h3, #sidecontent h3 {
	font-size: .95em;
}
h4, .h4 {
	color: #007BA6;
	font-size:1em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom: 3px;
}
.box .h4{
	font-size: 1.2em;
}

p {
	color: #000000;
	margin: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	padding-left:5px;
	margin: 5px;	
}

a:link, a:visited {
	color:#007ba6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#00447c;
	text-decoration: underline;
}

img {
	border: 0px;
}

/********SPORTSCOVER Links IN TOP BAR*******************************************************************/

#SClinks {
	background: #525252;
	background-image: url(../images/topNavigationBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;
	padding-top:6px;
}
#SClinks-width {
	width: 850px;
	white-space: nowrap;
	text-align: center;
	font-size: .8em;
	vertical-align: middle;
	font-family: Ottawa,tahoma,arial,helvetica,sans-serif;
	padding-right:5px;
	padding-bottom: 3px;
}

#SClinks a:link, #SClinks a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}
#SClinks a:hover {
	color:#ffffff;
	text-decoration: underline;
	font-weight: normal;
}

.SC {font-weight: bold;
}

/*********MAIN PAGE LAYOUT STYLES******************************************************************/

#body {
	/*border: 1px solid #00447c;*/
	background-color: #ffffff;
	color: #000000;
	width: 869px;
	margin-top:8px;
	font-size: .9em;
}

#mainmenu {
	vertical-align: bottom;	
	font-family: "Avant Garde", "Century Gothic",tahoma,arial,helvetica,sans-serif;
}


#content {
	width: 100%;
	border:1px solid #00447c;
	border-top:1px solid #F0F3ED;
}

#maincontent, .maincontent {
	padding:10px;
	vertical-align: top;
	background: transparent url(../images/watermark.gif) top right no-repeat;

}
.board-img {
	padding-right:10px;
	padding-bottom:10px;	
	padding-top:3px;
}
.bold, .strong {
	font-weight:bold;
}
.footnote {
	font-size: .8em;
}

.box {
	background: #fdfbfb url(../images/box-bg.gif) bottom repeat-x;
	border: 1px solid #00447c;
	padding:8px;
	font-size: .85em;
	margin:15px;
	margin-bottom: 20px;
	text-align: left;
}

#maincontent .box {
	width: 240px;
}




/********SIDE BAR CONTENT STYLES*******************************************************************/



#sidecontent, .sidecontent {
	background: #007ba6 url(../images/sidebg.gif) center bottom repeat-y !important;
	padding:5px;
	padding-top:0px;
	vertical-align: top;
	font-size: .8em;
	width: 210px;
	height:450px;
}
#sidecontent h3 {
	background: #E7E8F2 url(../images/title.gif) no-repeat top ;
	/* padding: 7px 15px ;*/
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	margin-top:5px;
	font: bold 120%/100%;
	cursor: pointer;
	width: 208px;
	text-indent: 8px;	
}
#sidecontent h3:hover {
	background: #E7E8F2 url(../images/active.gif) no-repeat top ;
	color:#00447c;
	width: 208px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
#sidecontent h3.active {
	background: #E7E8F2 url(../images/open-content.gif) no-repeat top ;
	color:#00447c;
	width: 208px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidecontent table {
	display: none;
	background: #ffffff;
	width: 208px;
	margin-bottom:4px;
	padding-bottom: 3px;
	margin: 0;
	/*
	border:solid 5px #ffffff;
	 padding: 10px 15px 10px;	 */
	
}


.newspic {
	padding-right:8px;
	padding-bottom: 5px;
}
.more {
	float: right;
	font-weight: bold;
}



/*********COPYRIGHT / PAGE FOOTER******************************************************************/

#copyright{
	font-size: .7em;
	padding: 20px;
	color: #eeeeee;
	text-align: center;
	white-space: nowrap;
}


