
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	background:#3e0569;
    margin:0; padding:0; border:0;
}

h1, h2, h3 {
	color:#efbc0d;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#efbc0d;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	text-transform:uppercase;
	color:#fff;
	height:124px;
	position:relative;
	margin:0 0 5px 5px;
}

#logoarea {position:absolute;}
#logoarea p {padding:0;text-align:center;line-height:40px; margin:2.5px 0;}

#crest {height:80px; vertical-align:middle;}
#crest p {font-size:15px; text-align:justify; line-height:20px; padding:0 0 0 80px; margin:0;}
#crest img {float:left;width:70px;height:80px;}

#navigation {
	height:120px;
	background-image:url('nav-bg/Picture 13.png');
	background-position:bottom right;
	position:absolute;
	bottom:0px;
	right:0;
	white-space:nowrap;
}

#menu2 {
	padding:0;
	white-space:nowrap;
	font-size: 20px;
	border: 1px #fff solid;
	border-left: 0;
	border-right: 0;
	background:#3e0569;
	position:absolute;
	bottom:-20px;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
}

#menu2 li {
	display:inline;
}

#menu2 li a {
	padding:.1em .5em;
	color:#fff;
	text-decoration:none;
	float:left;
	background: none;
}

#menu2 li#current a#current{
	background:#efbc0d;
	color:#000;
}

#menu2:hover li#current a#current{
	background:none;
	color:#fff;
}

#menu2:hover li#current:hover a#current:hover{
	background:#efbc0d;
	color:#000;
}

#menu2 li a:hover {
	background:#efbc0d;
	color:#000;
}


.content {
	padding:.5em 1em;
	background: #1f0335;
}

#footer {
	font-size:11px;
	margin:15px 0 0 0;
	text-align:center;
	letter-spacing:1px;
}

#clear {
	clear:both;
}

.hidecompletely {
	filter:alpha(opacity=0);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*--IE 8 Transparency--*/
	font-size:20px;padding:3em;
}

#board a img {border:2px solid #1f0335;}
#board a:hover img{border:2px solid #efbc0d;}
#board p {padding:0 0 1em 9em; margin:0 0 0;}
#board p#name {color:#efbc0d; padding-bottom:0; text-transform:uppercase;}
#board p#position {color:#efbc0d; text-transform:uppercase;}
#board p#school {color:#fff; text-transform:uppercase;}
#board img {height:135px;}

form	{
	width:625px;
	margin: 10px auto 20px;
	color:#fff;
	}
fieldset	{
	border: 0px;
	cursor: default;
	width: 520px;
	margin:0px auto 0;
	}
fieldset label	{
	float:left;
	width:90px;
	margin:4px 16px 0 0;
	text-align:right;
	font-size: 16px;
	color:#efbc0d;
	font-weight:600;
	}
	
input, textarea	{
	margin:0em 0 1em; 
	font-size: 16px; /*firefox bug to condense inside font-family for the textbox in the form*/
	border: 2px solid #3e0569;
	width: 350px;
	background:#fff; /* was e2*/
	padding: 3px 4px;
	font-family:Arial, Helvetica, sans-serif;
	}

input#go	{
	background: #efbc0d;
	color:#000;
	border: 1px solid #3e0569;
	margin:0 0 0 318px;
	width:8em;
	height: auto;
	cursor: pointer;
	text-transform:uppercase;
	}
input#go:hover {
	}
input#go:focus {
	}