body.standard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	color: #FFFFFF;
}

#printtitle
{
	visibility: hidden;
}

#bannerfill
{
	background: url(/images/testBanner.jpg);	
	position:absolute;
	top: 11px; 
	left: 171px; 
	width: 800px; 
	height: 85px;
}


#cornerbanner
{
	background: url(/images/topLeftNew.jpg) top left repeat;
	position: absolute; 
	top: 10px; 
	left: 13px; 
	width: 158px; 
	height: 173px;
}

#bottombanner
{
	position: relative;
	top: 5px;
	left: 1px; 
	width: 127px; 
	height: 156px;
	background: url(/images/bottomLeftNew.jpg) top left repeat;
}

#sidemenu
{
	position: absolute;
	left: 12px;
	top: 187px;
	width: 123px;
	font-weight: bold;
}


#menu a, #menu a:visited 
{
	position: relative;
	text-decoration:none; 
  	background-color:#003366; 
  	color:#CCCCCC; 
  	display:block; 
  	width:116px; 
  	padding-left: 5px;
  	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 70%;
 }

#menu a:hover 
{
  	color:#FFFFFF;
	background: #737373;
}

#sidemenu img
{
	border:0;
	width:80px;
	height:15px;
}

/* Yes, IE5 and 5.5 have some issues with working out div heights. We'll give this one some padding so that the bottom of the page doesn't get cut off */

#copyright
{
	position: relative;
	top: 50px;
	left: 70px;
	margin-right: 149px;
	font-size: 70%;
	background: transparent;
	color: #ffffff;
	text-align: center;
	height: 5em;
	clear: both;
	padding-bottom: 3em;
}

#copyright a.footer
{
	color: #ffffff;
	background: transparent;
	font-size: 100%;
}

#content div.location
{
	position: relative;
	width: auto;
}

#content div.location h3
{
	display: inline;
	font-size: 80%;
	font-weight: normal;
	line-height: 0.7em;
}

#content div.location a
{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

#content div.location a:hover
{
	text-decoration: underline;
}

#content
{
	position: absolute;
	pos\ition: relative;
	margin-left: 0px;
	mar\gin-left: 142px;
	left: 145px;
	lef\t: 0px;	width: auto;
	margin-top: 77px;
	font-size: 80%;
	width: 814px;
}

#content h1
{
	font-size: 120%;
	width:100%;

}

#content h5{
	font-size: 70%;
}

#content h2
{
	font-size: 100%;
}

#content h3
{
	display: inline;
	font-size: 1000%;
}

#content h4
{
	text-align:center;
	line-height: 1.5em;
}

#content a
{
	text-decoration: underline;
	background: transparent;
	color: #ffffff;
	font-size: 100%;
}
#content a.h1

{
	font-size: 240%; 
	margin-left: 40px;  
	font-weight: bold;
}

#content a.h2
{
	font-size: 160%;
	font-weight: bold;
}

#content p
{
	text-align:justify;
	line-height: 1.5em;
}

#content p.inline
{
	display:inline;
}

#content dt
{
	font-weight: bold;
}

#content img.left
{
	float: left;
	padding-right: 1em;
}

#content img.right
{
	float: right;
	padding-left: 1em;
}

#content textarea
{
	width: 98%;
}

#content input.text
{
	width: 98%;
}

.full
{
	width: 100%;
}

.half
{
	width: 50%;
}

td
{
	vertical-align: top;
}

.four td
{
	width: 25%;
}

a.img
{
	text-decoration:none;
}

hr
{
	background: transparent;
	color: #FFFFFF;
	height: 1px;
}

img
{
	border: none;
}

/* Specific Page CSS */

#content div.rent table{
	border-collapse:collapse;
}

#content div.rent td{
	border: 1px outset #fff;
	padding-left:3px;
}

#content div.rent table .odd{
	background-color:#666666;
}

#content div.rent th{
	border: 1px outset #fff;
	text-align:left;
	padding:0 3px 0 3px;
	font-size:1.3em;
	}

div.members{
	width:100%;
	float:left;
	margin-bottom:25px;
}

div.members div{
	width:40%;
	float:left;
	margin-right:40px;
	text-decoration:none;
}

#booking table
{
	border-collapse:collapse;
	padding: 1px;
	width: 100%;
}

#booking td
{
	border: #000000 1px solid;
}

#booking th
{
	font-weight: bold;
	border: #000000 1px solid;
	width: 14%;
}

#booking .hold
{
	font-style: italic;
	color: #CCCCCC;
	background: transparent;
	text-decoration: none;
}

#booking .allowed
{
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
}

#booking .denied
{
	font-style: normal;
	color: #999999;
	background: transparent;
	text-decoration: line-through;
}

#committee table
{
	border-collapse: collapse;
}

#committee td
{
	padding: 2em 1em 2em 1em;
	border: 1px solid;
	line-height: 1.5em;
}

div.whatdowedo
{
	font-size: large;
	text-align: center;
	width: 100%;
	float:left;
}

div.whatdowedo div
{
	width:25%;
	float:left;
	padding-right: 0;
}

a.whatdowedo
{
	text-decoration: none;
}

div.left
{
	position: relative;
	float: left; 
	width: 48%;
}

div.right
{
	position: relative;
	float: right; 
	width: 48%;
}

.CheckBoxTable
{
	border-collapse:collapse;
	padding: 1px;
	width: 100%;
}

.CheckBoxTable td.label
{
	border-top: #000000 1px solid;
	border-right: #000000 0 solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;

}

.CheckBoxTable td.checkbox
{
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 0 solid;
	width: 10px;
}

#content div.addMember{
	width:100%; 
}
