body
{
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
}

#master
{
	position:relative;
	text-align:center;
	height:100%;
	background-image:url(http://phdsoccerclub.com/graphics/grass_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
}

body>#master
{
	background-attachment: fixed;
}

#main
{
	position:relative;
	text-align:center;
	height:100%;
	background-image:url(http://phdsoccerclub.com/graphics/grass_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

#top
{
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:131px; 
	padding:0; 
	background-image:url(http://phdsoccerclub.com/graphics/top_bg.gif);
	z-index:8;
	text-align:center;
}

#logo
{
	width:750px;
	height:131px;
	padding:0;
	background-image:url(http://phdsoccerclub.com/graphics/top_logo.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin:auto;
	z-index:9;
}

#ad
{
	float:right;
	margin:auto;
	position:relative;
	top:18px;
	right:50px;
}

#ad_1
{
	float:right;
	margin:auto;
	position:relative;
	top:18px;
	right:0px;
}

#middle
{
	position:relative;
	top:111px;
	width:770px;
	margin-left:auto; 
	margin-right:auto;
	clear:both;
	background-color:transparent;
	z-index:7;
}

#content
{
	width:623px;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	border: solid #9AC19A;
	border-width:0 1px 1px 1px;
	background-color:#F5F5F5;
	background-position: 50% 100%;
	background-repeat:no-repeat;
	padding:0;
}

#text
{
	width:600px;
	text-align:left;
	margin:auto;
}

#sidebar
{
	float:right;
	text-align:left;
	width:130px;
	font-size:11px;
}

#catlist
{
	line-height:17px;
	margin-left:5px;	/* IE */
	padding-left:5px;	/* Fx */
}

#nav
{
	position:relative;
	top:90px;
	left:100px;
	text-align:left;
}

a	  
{
	color:#4A8A4A; 
	text-decoration:none;
}

a:visited 
{
	color:#4A8A4A; 
	text-decoration:none;
}

a:hover   
{
	color:#64B864; 
	text-decoration:none;
}

a:active 
{
	color:#9AC19A; 
	text-decoration:none;
}

a.nav	  
{
	font-family: Century Gothic, Arial, Helvetica, Sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ECF0EC; 
	text-decoration:none;
}

a.nav:visited 
{
	color:#ECF0EC; 
	text-decoration:none;
}

a.nav:hover   
{
	color:#FFFFFF; 
	text-decoration:none;
}

a.nav:active 
{
	color:#CCCCCC; 
	text-decoration:none;
}

a.black	  
{
	color:#000000; 
	text-decoration:none;
}

a.black:visited 
{
	color:#000000; 
	text-decoration:none;
}

a.black:hover   
{
	color:#008000; 
	text-decoration:none;
}

a.black:active 
{
	color:#00C000; 
	text-decoration:none;
}

.heading1 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14pt;
	line-height:20px; 
	font-weight:bold; 
	color:#000000;
}

.heading2 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	font-weight:bold; 
	color:#000000;
}

td.bullet
{
	padding-bottom:3px; 
	width:10px; 
	text-align:right; 
	vertical-align:top;
}

div.feedback
{	
	font-family: arial, helvetica, sans-serif;
	background-image:url(http://phdsoccerclub.com/graphics/separator.gif);
	background-repeat:no-repeat;
	width:400px;
	height:10px;
	font-size:11px;
	margin:0 auto;
	text-align:center;
}

.meta	
{
	font-size:11px;
}

.centered
{
	padding:0;
	margin:0 auto; 
	text-align:center;
}

.contact
{
	float:left; 
	width:50%; 
	height:50px;
}

/*--------User Inputs--------*/

select
{
	height:17px;
	font-size:8pt; 
	cursor: default;
}

input	
{ 
	color: #6D7579; 
	padding: 2px; 
	background-color: transparent; 
	border: 1px solid #008000; 
	font: 8pt verdana, sans-serif;
}

input[type="text"] 
{
	margin: 0 2px 0; 
	background-color:transparent;
}


input[type="text"]:hover
{
	border-color: #008000; 
	color:#4A8A4A;
}


input[type="text"]:focus
{
	border: 1px solid #008000; 
	color: black;
	background: white;
}
