BODY {

	font: 18px "Verdana", "arial", sans-serif;
	color: black;
	background-color: #ffffff;
	text-align: center;
	padding:0px;
	margin:5px;
}

body table {
	color: black;
	background-color: #E3E3FF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

img {
	vertical-align: middle;
	border: 0px;
}

#main A:link {color: #3377CC; text-decoration: underline;}
#main A:active {color: #3377CC; text-decoration: underline;}
#main A:visited {color: #3377CC; text-decoration: underline;}
#main A:hover {text-decoration: none;}

#main {
	border-top: 3px solid white;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	font-size: 20px;
	width: 750px;
}

#main TABLE {
	background-color: transparent;
	border: none;
}

#main H1 {
	margin-top: 6px;
	margin-bottom: 20px;
	color: #3377CC;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 30px;
}

#main H2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14pt;
}


#topspacer {
	height: 3px;
}

#logocell {
	 width: 165px; height: 80px;
}

.title {
	font-size: 20px;
	padding-left: 12px;
	color: #3D72C8;
	height: 35px;
	width: 585px;
}

.welcome {
	font-size: 18px; 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.words {
	font-size: 18px; 
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#gradcell {
	background: white url(../images/grad.gif) repeat-y;
	width: 590px;
	height: 1px;
}

.tagline {
	font: 15px "Verdana", "arial", sans-serif;
}

#tbarcell {
	padding-left: 12px;
	padding-top: 5px;
	width: 590px;
	height: 44px;
}


DIV#tbar A {
	padding: 5px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	vertical-align: middle;
	COLOR: black;
	BACKGROUND: white;
	BORDER: 1px solid #CCDDF0;
	
	display: inline-block; /* hack for ie to sort out nav buttons */
	vertical-align: middle;
}


DIV#tbar A:hover {
	COLOR: black;
	BACKGROUND: #CCDDF0;
	BORDER: 1px solid #3D77C8;
}


DIV#tbar {
	FONT: 14px Verdana, sans-serif;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}


SPAN#selbutton A {
	BACKGROUND: #AAC1E7;
	BORDER: 1px solid #3D72C8;
}

#midspacer {
	height: 4px;
}

ul {
	margin-top: 0px;
}

.admintable {
	margin-left: 0px;
}

.admintable td {
	padding: 3px 3px 3px 0px;
}

input, textarea {
	font: 15px "Verdana", "arial", sans-serif;
}

input.submit {
	font-weight: bold;
	padding: 4px;
}

.adminput {
	width: 250px;
}

.passedimg {
	border: #3377CC 1px solid;
	text-align:center;
	font-size: 12px;
	margin: 6px;
	padding: 5px;
	float: left;
	width: 200px;
	background-color: #E3E3FF;
}

.passedimg p {
	margin: 0px;
}

.passedimg img {
	width: 200px;
	height: 266px;
	margin-bottom: 5px;
}

/* Contact form styles */

#contactform div {
	clear: both;
	margin-top: 0.23em;
}

#contactform div div {
	float: left;
	clear: none;
}

#contactform div input {
	margin-left: 8em;
	display: block;
}

#contactform div.extracomments {
	margin: 1em 0 0.5em 0;
}

#contactform div.extracomments textarea {
	width: 28em;
	height: 10em;
	margin-top: 0.4em;
}

#contactform div input.submit {
	margin-left: 0;
}