body 
{
	background: ghostwhite url(../images/under21_bg.gif) top left repeat-y;	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
}

.poollink img {border:0;}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 600px;
}

#master_headertop
{
	background: url(../images/sepfbanner.gif) no-repeat left top;
	background-position: top;
	text-align: center;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 1200px;
}

.master_menu 
{
	float: left;
	width: 240px;
	padding-right: 20px;
}

/* Menu Layout */

.sidebar 
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(../images/sidebar_header_u21.gif) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

.sidebarfooter
{
	height: 14px;
	background: url(../images/sidebar_footer_sepf.gif) no-repeat left top;
}

.sidebarcontent
{	
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 10px 20px 5px 20px;
	line-height: 1.5em;
	font-weight: bold;
	background: ghostwhite;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: darkgreen;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: darkgreen;
	color: #FFF;
}

/* Upcoming Events Layout */

.eventscontent
{	
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 10px 20px 5px 20px;
	line-height: 1.5em;
	font-weight: bold;
	background: ghostwhite;
	font-size:90%;
}

.sepfevent a
{
	color: #205066;
	text-decoration: none;
}

.sepfevent a:hover
{
	background-color: #205066;
	color: #FFF;
}

p.sepfevent
{
	color: #205066;
}

.reg1event a
{
	color: darkred;
	text-decoration: none;
}

.reg1event a:hover
{
	background-color: darkred;
	color: #FFF;
}

p.reg1event
{
	color: darkred;
}

.reg2event a
{
	color: navy;
	text-decoration: none;
}

.reg2event a:hover
{
	background-color: navy;
	color: #FFF;
}

p.reg2event
{
	color: navy;
}

.reg3event a
{
	color: chocolate;
	text-decoration: none;
	padding: 1px 1px;
}

.reg3event a:hover
{
	background-color: gold;
	color: #FFF;
}

p.reg3event
{
	color: chocolate;
}

.reg4event a
{
	color: olive;
	text-decoration: none;
	padding: 1px 1px;
}

.reg4event a:hover
{
	background-color: olive;
	color: #FFF;
}

p.reg4event
{
	color: olive;
}

.ladiesevent a
{
	color: purple;
	text-decoration: none;
}

.ladiesevent a:hover
{
	background-color: purple;
	color: #FFF;
}

p.ladiesevent
{
	color: purple;
}

.u21event a
{
	color: darkgreen;
	text-decoration: none;
}

.u21event a:hover
{
	background-color: darkgreen;
	color: #FFF;
}

p.u21event
{
	color: darkgreen;
}

/* Master Content Layout */

#master_content
{
	float: left;
	width: 900px;
	margin-right: -900px;
	/*color: #666666;*/
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_contentheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(../images/content_header_u21.gif) no-repeat right top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#master_contentdata
{
	padding: 20px 20px 20px 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background: ghostwhite;
	/*line-height: 1.5em;*/
}

#master_contentfooter
{
	background: url(../images/content_footer.gif) no-repeat right top;
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

/* Latest News */

.sepfnews th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/sepf_bg.gif) repeat-y;
}

.sepfnews td {
		text-align:left;
		vertical-align:top;
}
/*.sepfnews A:link {color:black}
.sepfnews A:visited {color:black}
.sepfnews A:active {color:black}
.sepfnews A:hover {color:#5377A9}*/

.sepfnews a
{
	color: #205066;
	text-decoration: none;
}

.sepfnews a:hover
{
	background-color: #205066;
	color: #FFF;
}

.reg1news th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/reg1_bg.gif) repeat-y;
}

.reg1news td {
		text-align:left;
		vertical-align:top;
}
/*.reg1news A:link {color:black}
.reg1news A:visited {color:black}
.reg1news A:active {color:black}
.reg1news A:hover {color:darkred}*/

.reg1news a
{
	color: darkred;
	text-decoration: none;
}

.reg1news a:hover
{
	background-color: darkred;
	color: #FFF;
}

.reg2news th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/reg2_bg.gif) repeat-y;
}

.reg2news td {
		text-align:left;
		vertical-align:top;
}
/*.reg2news A:link {color:black}
.reg2news A:visited {color:black}
.reg2news A:active {color:black}
.reg2news A:hover {color:navy}*/

.reg2news a
{
	color: navy;
	text-decoration: none;
}

.reg2news a:hover
{
	background-color: navy;
	color: #FFF;
}

.reg3news th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/reg3_bg.gif) repeat-y;
}

.reg3news td {
		text-align:left;
		vertical-align:top;
}

.reg3news a
{
	color: chocolate;
	text-decoration: none;
}

.reg3news a:hover
{
	background-color: gold;
	color: #FFF;
}

.reg4news th {font-size: small;
		color: white;
		text-align: left;
		background: url(images/reg4_bg.gif) repeat-y;
}

.reg4news td {
		text-align:left;
		vertical-align:top;
}

.reg4news a
{
	color: olive;
	text-decoration: none;
}

.reg4news a:hover
{
	background-color: olive;
	color: #FFF;
}

.ladiesnews th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/ladies_bg.gif) repeat-y;
}

.ladiesnews td {
		text-align:left;
		vertical-align:top;
}
/*.ladiesnews A:link {color:black}
.ladiesnews A:visited {color:black}
.ladiesnews A:active {color:black}
.ladiesnews A:hover {color:purple}*/

.ladiesnews a
{
	color: purple;
	text-decoration: none;
}

.ladiesnews a:hover
{
	background-color: purple;
	color: #FFF;
}

.u21news th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/under21_bg.gif) repeat-y;
}

.u21news td {
		text-align:left;
		vertical-align:top;
}
/*.ladiesnews A:link {color:black}
.ladiesnews A:visited {color:black}
.ladiesnews A:active {color:black}
.ladiesnews A:hover {color:purple}*/

.u21news a
{
	color: darkgreen;
	text-decoration: none;
}

.u21news a:hover
{
	background-color: darkgreen;
	color: #FFF;
}

/* Schedule Of Events */

.sepftour th {padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(../images/sepf_bg.gif);
		background-repeat: repeat-y}
		
.reg1tour th {padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(../images/reg1_bg.gif);
		background-repeat: repeat-y}
		
.reg2tour th {padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(../images/reg2_bg.gif);
		background-repeat: repeat-y}		
		
.reg3tour th {padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(images/reg3_bg.gif);
		background-repeat: repeat-y}
		
.reg4tour th {padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(images/reg4_bg.gif);
		background-repeat: repeat-y}
		
.ladiestour th { padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(../images/ladies_bg.gif);
		background-repeat: repeat-y}
		
.u21tour th { padding: 10px 10px 10px 10px;
		font-size: small;
		color: white;
		text-align: left;
		background: url(../images/under21_bg.gif);
		background-repeat: repeat-y}

.events a {text-decoration: none;}
.events A:link {color:white}
.events A:visited {color:white}
.events A:active {color:white}
.events A:hover {color:black}

/* Results */

.drawgrid th {font-size: small}
.drawgrid td {font-size: 90%;
		text-align:center;
		vertical-align:middle}

.sepfresults th {font-size: small;
		color: white;
		text-align: left;
		background: url(../images/sepf_bg.gif);
		background-repeat: repeat-y}
.sepfresults td {font-size: 90%;
		text-align:center;
		vertical-align:top;
		}

