 html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(/testing/sports_web/images/bckg.jpg);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
} 
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
blockquote {
	background-color: #FFFF33;
	color: #000000;
	font-style: italic;
	padding: 8px;
}


 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bckgbody.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
} 
 
#header{
	height:205px;
	background-color:#cc6601;
	width:100%;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
} 
#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	top: 135px;
	position: relative;
}
#title h1 {
	font-size: 3em;
	color: #DBD2C3;
	padding-right: 25px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.25em;
}


 
 #header2 {
	position:relative;
	height:140px;
	background-color:#cc6601;
	width:800px;
	background-image: url(images/header3a.jpg);
	background-repeat: no-repeat;
}

#quotes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	float: right;
	width: auto;
	position: relative;
	text-align: right;
	}
	
.quotes {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}

#leftcol{
	width:204px;
	float:left;
	position:relative;
	background-color:#0066CC;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
	height: 100%;
 }
 
#maincol{
	background-color: #0066CC;
	float: right;
	display:inline;
	position: relative;
	width:596px;
	margin: 0px;
	padding: 0px;
 }
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	color: #000000;
}
#content a:hover, #content a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
}
 
#footer{
	height:100px;
	background-color:#0066CC;
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
 } 
 
#navcontainer
{
	width: 199px;
	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 199px;
	margin: 0;
	float: left;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 172px;
	padding: 0.5em 0em 0.5em 25px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a
{
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #0066CC;
}

ul#navlist li a:hover /*, ul#navlist li#active a:hover */
{
	color: #003875;
	border-color: #aaab9c #fff #fff #ccc;
	background-color: #CCE600;
}
#subnavcontainer
{
	width: 169px;
	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	text-align: right;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}

ul#subnavlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 169px;
	margin: 0;
	float: right;
}

ul#subnavlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#subnavlist li a
{
	display: block;
	width: 142px;
	padding: 0.5em 0em 0.5em 25px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#subnavcontainer>ul#subnavlist li a {
	width: auto;
}

ul#subnavlist li#active a
{
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #0066CC;
}

ul#subnavlist li a:hover /*, ul#subnavlist li#active a:hover */
{
	color: #003875;
	border-color: #aaab9c #fff #fff #ccc;
	background-color: #CCE600;
}

.lorem {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
#foottxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin: 20px auto auto;
	height: auto;
	float: right;
	width: 596px;
}
#geekit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	color: #999999;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 204px;
	padding-top: 50px;
}
#geekit a:link, #geekit a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#geekit a:hover, #geekit a:active {
	color: #0033CC;
	background-color: #FFFFFF;
	border: 1px solid #0033CC;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
