/*
Design by Hillner Industries Inc.
http://www.hillnerindustries.com
Created for: St. Paul's Volleyball League
*/

body {
	margin-top: 5px;
	padding: 0;
	background: #707070;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #002fff;
}

#menu {
	width: 600px;	
	margin-top: 5px;
	margin-left: 5px;	
	padding: 5px 5px 7px 10px;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #fff;
	background:#707070;
	}

#menu a {color: #131313;}
#menu a:hover { color: #fff;}
h1 {color: #002fff;}
h2 { font-size: 24px; color: #f3f3f3; }
h3 { font-size: 12px; color: #707070; line-height: 18px;}

p, ol, ul, blockquote { line-height: 20px; }

a {
	text-decoration: none;
	color: #131313;
}

a:hover {
	border: none; color: #fff;
}

strong {
	color: black;
}

/* Posts */

.post {
	width: 416px;
	color: #fff;
	padding: 12px 12px 12px 12px;
	
	
}
.post h2, .post h3 {
	color: black;
	text-align: center;
	line-height: 5px;
}

.MenuItem {
	float: left;
	color: #131313;
	padding: 2px 5px 0px 5px;
	text-align: center;
	
}
.MenuItem h1, .post2 h2, .post2 h3 {
	color: #f3f3f3;
	text-align: center;
	
}
.MenuItem a:hover { color:#fff;}

/* Other Pages */

#otherinfo {
	width: 859px;
	float: left;
	color: #131313;
	padding: 12px 12px 12px 25px;
	text-align: left;
}

#otherinfo h2, #otherinfo h3 {
	color: black;
	text-align: center;
	line-height: 5px;
}

/* Content */

#content {
	width: 900px;
	margin: 0px auto;
	background: url(images/spvllogoheader.png) no-repeat;
	background-position: top right;
}

#colOne {
	float: left;
	width: 445px;
	text-align: center;
	margin-top:10px;
}

#colTwo {
	float: right;
	width: 445px;
	text-align: center;
	margin-top:10px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #a;
}
#footer a:hover {color: #fff;}

#infotables
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#infotables TD, #infotables TH 
{
font-size:1em;
border:1px solid #131313;
padding:3px 7px 2px 7px;
color: #ffffff;
}
#infotables TH 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#707070;
color:#ffffff;
}
#infotables TR.alt TD 
{
color:#ffffff;
background-color:#EAF2D3;
}
