body{
	margin: 0;
	padding: 0;
	background: #DAD6D3;
	font: 13px arial, sans-serif;
}

div#page{
	position: relative;
	width: 786px;
	height: 188px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #93B16F;
}

div#top{
	width: 779px;
	height: 151px;
	margin: 0;
	border: 1px solid #878685;
	padding: 4px 5px 0 0;
	background: url("images/masthead.gif");
	background-position: 135px 0;
	font: bold 16px arial, sans-serif;
}

div#top img{
	float: left;
	margin: -4px 22px 0 0;
	border-right: 1px solid #AFADAC;
}

/* MENU */
div#iemac{
	width: 376px;
	margin: 10px 0 0 0;
	border: 2px solid black;
	padding: 10px;
}

ul#menu {
	clear: both;
	width: 784px;
	margin: 0;
	padding: 0;
	font: bold 16px arial, sans-serif;
}

 ul#menu li ul { 
	display: none; 
}

/* Hide from IE-Mac \*/
div#iemac{
	display: none;
}

ul#menu li { 
	float: left;
	margin: 0; 
	border-bottom: 1px solid #878685;
	padding: 5px 19px 5px 19px;
	list-style-type: none; 
	background: url("images/li.gif");
}
 
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	margin: 5px 0 0 0;
	border-top: 1px solid #878685;
	padding: 0; 
	z-index: 5;
}

ul#menu li:hover > ul li{
	float: none;
	width: auto;
	margin: 0;
	border-right: 1px solid #878685;
	border-bottom: 1px solid #878685;
	border-left: 1px solid #878685;
	padding: 3px 3px 3px 5px;
	background: #B9CC95;
	font: bold 13px arial, sans-serif;
}

ul#menu li.over{
	position: relative;
	height: 295px;
	border: 0;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	width: 162px;
	margin: 0;
	border-top: 1px solid #878685;
	padding: 0; 
	z-index: 7;
}

ul#menu li.over ul li {
	float: none;
	width: auto;
	margin: 0;
	border-right: 1px solid #878685;
	border-bottom: 1px solid #878685;
	border-left: 1px solid #878685;
	padding: 3px 3px 3px 5px;
	background: #B9CC95;
	font: bold 13px arial, sans-serif;
}
 /* End hide */

.inactive:link,.inactive:visited,.inactive:active,.menulink:link,.menulink:visited,.menulink:active{
	color: black;
}

.active:link,.active:visited,.active:hover,.active:active,.inactive:hover,.menulink:hover{
	color: #FFE2A6;
}

/*CONTENT AREA*/
div#contentarea{
	position: absolute;
	top: 187px;
	left: 0;
	width: 784px;
	margin: 0;
	border-right: 1px solid #AFADAC;
	border-bottom: 1px solid #AFADAC;
	border-left: 1px solid #AFADAC;
	padding: 0;
	background: url("images/bg.gif");
	background-repeat: repeat-y;
}

/*LEFT COLUMN*/
div#leftcolumn{
	width: 127px;
	float: left;
	padding: 0 0 5px 9px;
	font: 11px arial, sans-serif;
}

div#leftcolumn p{
	margin-top: 8px;
}

/*CONTENT*/
div#content{
	float: left;
	width: 607px;
	margin: 0;
	padding: 0 20px 10px 20px;
}

h1{
	margin: 15px 0 0 0;	
	font: bold 26px arial, sans-serif;
	color: #155915;
}

h2{
	margin: 18px 20px 0 0;	
	border-bottom: 1px solid #B9CC95;
	font:  20px arial, sans-serif;
	color: #155915;
}

h3{
	margin: 15px 0 -13px 0;
	font: bold 15px arial, sans-serif;
}

h3.ptsaCommittees{
	font: bold italic 16px arial, sans-serif;
}

td h3{
	margin: 0;
}

td{
	padding: 2px 2px 2px 2px;
}

p, table{
	margin: 13px 0 0 0;
	line-height: 17px;
}

p.home{
	margin: 20px 10px 0 2px;
}

p.notice{
	padding: 6px;
	background: #FFE2A6;
	font-size: 13px;
	text-align: center;
}

p.green{
	margin: 25px 0 0 0;
	padding: 6px;
	background: #CFDEB3;
	font-weight: bold;
	text-align: center;
}

p.updated {
	margin: 0;
	font: italic 12px arial, sans-serif;
}

p.indent {
	margin-left: 30px;
}

ul{
	margin: 15px 0 0 21px;
	padding: 0 0 0 0;
}

li{
	line-height: 17px;
}

a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #0F4A77;
}

a, a:hover{
	cursor: pointer;
	color: #1C5784;
}

fieldset, img{
	border: 0;
}

div.thumbnails{
	float: left;
	width: 129px;
	margin: 10px 15px 4px 0;
	border: 1px solid black;
	font-size: 0;
	text-align: center;
}

div.thumbnails img{
	width: 129px;
	height: 100px;
	border-bottom: 1px solid black;
}

div.highlight{
	float: right;
	width: 210px;
	margin: 3px 0 0 20px;
}

.gray{
	background: #cbc8c5;
}

td.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}
/*Home Page*/
div#headlines{
	width: 171px;
	height: 310px;
	float: right;
	margin: 20px 0 10px 20px;
	padding: 0 4px 0 7px;
	background-color: #CFDEB3;
	background-image: url("images/home.gif");
	background-repeat: no-repeat;
	word-wrap: break-word;
}

div#slideshow {
	padding-top: 20px;
}

div#slideshow img {
	width: 400px;
}

p#caption {
	margin-top: 2px;
	font-size: 12px;
	color: #888;
	text-align: center;
}

p.external{
	font-size: 12px;
	color: #888;
}

h3.headlines{
	margin-bottom: 0;
	border-bottom: 1px solid #B9CC95;
	font-size: 16px;
	color: #155915;
}

/*Calendar*/
table#boxCalendar h2{
	margin: 0;
	border: 0;
	text-align: center;
}

td.event{
	width: 80px; 
	height: 100px; 
	border: 1px solid #bbb;
	line-height: 14px;
	font-size: 11px;
}

td.event a:link, td.event a:visited, td.event a:active{
	font-weight: normal;
}

td.event div{
	padding: 10px 0 0 0;
}

/*Clubs Page*/
table#clubs {
	border: 1px solid  #DAD6D3;
	font-size: 12px;
}

th {
	background: #DAD6D3;
	text-align: left;
}

table#clubs td {
	border: 1px solid  #DCD6D3;
}

td.club {
	width: 150px;
	font-weight: bold;
}

/*Sports Pages*/
img.sporticon {
	float: left;
	margin: 15px 6px 7px 0;
}

p.sportlinks {
	margin-left: 28px;
}

div#alcohol{
	float: right;
	width: 150px;
	margin: 0 5px 0 0;
	border: 4px double #155915;
	background: #DAD6D3;
	font: bold 20px georgia, serif;
	text-align: center;
}

div#paytoplay{
	width: 380px;
	margin: 15px 0 0 0;
	border: 4px double #155915;
	padding: 10px 6px 10px 6px;
	background: #CFDEB3;
}

div#paytoplay h3{
	margin: 0 0 10px 0;
}

/*FAQ*/
table#whoDoesThat td {
	padding: 6px 0 6px 0;
}

/*RIGHT COLUMN*/
div#rightcolumn{
	width: 171px;
	float: right;
	margin: 10px 0 10px 20px;
	padding: 0 4px 0 7px;
	background-color: #CFDEB3;
	background-image: url("images/rightcolumn.gif");
	background-repeat: no-repeat;
	word-wrap: break-word;
}

div#rightcolumn div{
	width: 182px;
	margin: 0 -4px 0 -7px;
	padding: 0;
	background-image: url("images/rightcolumnfooter.gif");
	background-repeat: no-repeat;
}

div#rightcolumn h3 {
	margin-bottom: 0;
}

h3.events{
	margin: 15px 0 0 0;
	border-bottom: 1px solid #B9CC95;
	font-size: 16px;
	color: #155915;
}

div#rightcolumn p, div#rightcolumn table{
	margin: 10px 0 0 0;
}

.plain:link, .plain:visited, .plain:hover, .plain:active{
	font-weight: normal;
}

/*Admin*/
ul.admin{
	font-size: 14px;
}

ul.admin ul{
	width: 160px;
}

/*FOOTERS*/
div.copyright{
	clear: both;
	width: 734px;
	border-top: 1px solid #AFADAC;
	padding: 3px 50px 2px 0;
	background: #B9CC95;
	font: 11px arial, sans-serif;
	text-align: center;
	color: #1E1E1E;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active
{
	font-weight: normal;
}