@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0A3281;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: #000000;
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	padding: 0px;
}

#header {
	background-image: url(images/bowlingheader.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:169px;
	background-origin: border-box;
	vertical-align: top;
	border: 0;
	padding: 0px;
    margin: 0px;
	background-color:#000000;
}

#footer {
	width:800px;
	background-color:#000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: underline;
	color: #91F9D1;
}
.footer a:active {
	text-decoration: none;
	color: #91F9D1;
}
#copyright {
	width:800px;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

 #content_wrapper {
    width:800px;
	background-color:#000000;
	border: 0;
	margin: 0px;
	padding-top: 0px;
	float: right;
} 

#leftcol  {
	background-image: url(images/bowlingbuttons.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	width: 150px;
	max-width:150px;
	line-height: 1.2em;
	margin: 0px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding: 0px;

}
#rightcol  {
	background-color:#000000;
	width: 620px;
	max-width:620px;
	line-height:1.5em;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content  {
width:570px;  
border:5px solid #0A3281;  
padding-left:20px;
padding-right:20px;
background-color:#F5F67A;
}

#navigation {
	width:135px;
	height:685px;
	float:left;
	padding-top: 25px;
	padding-left:15px;
	font: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
	display: block;
	padding:7px 5px;
	margin: 2px;

}
#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:7px 5px;
	margin: 2px;
	}
#navigation a:hover {
	color: #0A3281;
	text-decoration: none;

}

#navigation a:active {
   color: #0A3281;
	text-decoration: none;
  
}
.smalltext {
	font-size: 10px;
}
.boldtext {
	font-weight: bold;
}


.sitelinks {
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #0A3281;
}
.sitelinks a:link {
	color: #0A3281;
	text-decoration: none;
}
.sitelinks a:visited {
	text-decoration: none;
	color: #0A3281;
}
.sitelinks a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.sitelinks a:active {
	text-decoration: none;
	color: #0066CC;
}
.copyright {
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #ffffff;
}
.copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #91F9D1;
}
.copyright a:active {
	text-decoration: none;
	color: #91F9D1;
}

/*text */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0A3281;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #E60000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #029B36;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #E60000;
}
.green {
	color: #029B36;
}
.red {
	color: #E60000;
}
a:link {
	color: color: #0A3281;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: color: #0A3281;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
