/* CSS Document created 01/08/08 by Fraser Patullo*/
*{
	margin:0;
	padding:0;
}
body {
	font-family: verdana, arial, sans-serif;
	background-color:white;
        color: #393A3F;
        font-size: 0.9em;
}
#wrapper{
	margin:0 auto;
	width:984px;
	background-color:white;
	position:relative;
}
#banner{
	margin:10px 0 0 0;
	text-align:center;
}
#nav{
	float:left;
	width:100%;
	border-bottom: 1px solid #05612c;
        margin-bottom: 4px;
}
#nav ul{
	margin:0;
	padding: 6px 0 0 0;
	list-style: none;
}
#nav li{
	height:30px;
	float:left;
	background-image: url("../attributes/tabLeftGreen.gif");
	background-repeat:no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 19px;	
}
#nav a{
	float:left;
	display:block;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../attributes/tabRightGreen.gif");
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	font-weight:bold;
	height:30px;
	color:#FFFFFF;
	padding:0.2em 19px 0 0;
}

#nav a:hover{
	color: #05612c;
}

#index #nav li.index,
#courses #nav li.courses,
#entertainment #nav li.entertainment,
#nextYear #nav li.nextYear,
#local #nav li.local,
#newsbody #nav li.news,
#photoGallery #nav li.photoGallery{
	background-image:url("../attributes/tabLeftPurple.gif");
}

#index #nav li.index a,
#courses #nav li.courses a,
#entertainment #nav li.entertainment a,
#newsbody #nav li.news a,
#local #nav li.local a,
#photoGallery #nav li.photoGallery a{
	background-image:url("../attributes/tabRightPurple.gif");
}
#bottomBit{
	clear:both;
	text-align:center;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}
#content p{
	font-family: verdana, Georgia,'Times New Roman',times,serif;
        line-height:20px;
        font-size: .8em;
}
#content a, #content a:visited{
    color: #393A3F;
    text-decoration:none;
    font-weight: bold;
}
#content a:hover{
    text-decoration:underline;
}
#subMenu{
	position:relative;
	bottom:4px;
	clear:both;
	width:100%;
	margin:0 0 6px 0;
	background-color:#383838;
	height:17px;
}
#subMenu ul li{
	list-style:none;
	color:#FFFFFF;
	float:left;
	clear:none;
        padding:0 10px;
	border-right:1px solid #ffffff;
	text-align:center;
}
#subMenu ul li a, #subMenu ul li a:visited{
	display:block;
	text-decoration:none;
	font:normal 0.9em;
	color:#FFFFFF;
}
#subMenu ul li a:hover{
	color:#FFA500;
}
#content h2, #content h1{
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#content h1{
	font-size:1.6em;
}
a img{
	border:0;
}
#valid{
	float:right;
}
