div.centered {
	font-size: medium;
	text-align: center;
	border: none;
	padding-left: 150px;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 0;
	margin: 0;
	margin-top: -1px;
}

* > div.centered {
	padding-top: 1px;
}

h1.maintitle {
	color: #66FF66;
	text-indent: -500em;
	height: 100%;
	background-image: url(../public/title.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

dt {
	float: left;
	padding-right: 1em;
}

dd:before {
	content: "-";
	padding-right: 1em;
}

dd {
	display: block;
}

/* Sorry for using images.... but... but... I couldn't help it!
 * I'm kind of mad that css supplies no way to vertically align content
 * (HTML does not technically have valign but all browsers support it)
 * and also no *uniform* method to horizntally align content.
 */
img.valign {
	height: 60%;
	width: 0px;
	border-style: none;
}

div.innercentered {
	vertical-align: middle;
	height: 100%;
	background-color: black;
	border-width: 2px;
	border-color: green;
	border-style: solid;
	margin: 3px;
	padding: 15px;
	overflow: visible;
	z-index: 4;
}

p {
/*	text-indent: 1em; */
	padding: 0;
	margin: 1em;
}

div.bodycon ul li {
        margin-left: 2em;
}

/*
Validator doesn't like.

p:last-child {
	margin-bottom: 0;
}
*/

code {
	display: block;
	margin-left: 5em;
	margin-right: 5em;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #333333;
	color: white;
	padding: 1em;
}

div.links, div.logo, div.footer {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	z-index: 10;
}

div.footer {
	clear: left;
}

div.links {
	top: 150px;
	margin-top: 1px;
	display: block;
	z-index: 5;
	clear: left;
}

html > body div.links {
	margin-top: 0px;
}

h2 {
	color: inherit;
	font-size: 2em;
	margin: 0;
	text-align: center;
}

ul.mainlinks {
	margin: 0;
	padding: 2px;
	background-color: #003300;
}

* > ul.mainlinks {
	width: 100%;
}

li.mainlink {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: visible;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: green;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}

li.mainlink:hover {
	background-color: #00bb00;
}

li.mainlink a {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

li.mainlink a:link, li.mainlink a:visited {
	color: white;
}

li.mainlink a:active {
	color: #660000;
}

div.links ul li.mainlink ul {
	display: none;
	position: absolute;
	left: 35px;
	width: 10em;
	top: auto;
	margin-top: -1em;
	margin-left: 90px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	background-color: black;
	/* Mozilla 1.7+ and Firefox 0.9+ now support CSS3 opacity! */
	opacity: .9;
	border-width: 2px;
	border-color: green;
	border-style: solid;
	z-index: 10;
}

div.links ul li.mainlink ul a {
	text-align: left;
}

div.links ul li.mainlink:hover ul {
	display: block;
	position: absolute;
}

div.links ul li.mainlink ul li.mainlink ul {
	display: none;
	position: absolute;
	top: auto;
	left: -10px;
	margin-left: 10em;
	margin-top: -1em;
	width: 10em;
}

div.links ul li.mainlink ul li.mainlink:hover ul {
	display: block;
}

div.links a.submenu {
	background-image: url(../public/arrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.linkbracket {
	display: none;
}

div.logo {
	position: absolute;
	top: 3px;
}

* > div.logo {
	top: 5px;
}

body {
	background-color: #333333;
	color: #00CC00;
	margin: 5px;
	padding: 0;
}

div.bodycon {
	font-size: medium;
	color: #00CC00;
	text-align: center;
	display: block;
	border: none;
	position: absolute;
	left: 155px;
	top: 145px;
	right: -5px;
}

* > div.bodycon {
	left: 156px;
	top: 150px;
	right: 0px;
} 

div.bodycon div.innercentered {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 6px;
	text-align: left;
}

div.bodycon > div.innercentered {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}

div.faqblock {
	color: #66FF66;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: white;
}

div.faqblock h2 {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.faqcontent {
	min-height: 12em;
	padding: 0;
	margin: 0;
}

a:link {
	color: #AA00FF;
}

a:visited {
	color: #AA00FF;
}

a:hover {
	color: #CC33FF;
}

a:active {
	color: #FF0000;
}

#alreadythere {
	background-color: #aa9999;
}

#alreadythere a {
	color: #660000;
}

#alreadythere * a {
	color: black;
}

#alreadythere:hover {
	background-color: #776666;
}

#skiplink {
	display: none;
}

div.centered h1.maintitle, div.logo div.innerimg {
	vertical-align: middle;
	height: 102px;
	max-height: 102px;
	min-height: 102px;
}

acronym {
	cursor: help ;
	border-bottom-style: dotted ;
	border-bottom-width: 1px ;
	border-bottom-color: #66FF66 ;
}

span.abbr {
	cursor: help ;
	border-bottom-style: dotted ;
	border-bottom-width: 1px ;
	border-bottom-color: #66FF66 ;
}

abbr {
	cursor: help ;
	border-bottom-style: dotted ;
	border-bottom-width: 1px ;
	border-bottom-color: #66FF66 ;
}

.addressouter {
	text-align: center;
}
address {
	font-size: small;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 22em;
}

div.innerimg {
	text-align: center;
}

div.outerimg {
	margin-left: auto;
	margin-right: auto;
}

img {
	border-style: none ;
	border-width: 0px ;
	text-align: center ;
}

table {
	margin-left: auto;
	margin-right: auto;
}

tr.first td {
	padding-top: 1em;
}
thead th {
	text-align: center;
	color: white;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}
tbody td {
	text-align: center;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: black;
}

tbody.freshmenppl td {
	border-color: #994800;
}

tbody.sophamoreppl td {
	border-color: #990000;
}

tbody.juniorppl td {
	border-color: #999900;
}



tbody.seniorppl td {
	border-color: #009900;
}

.copyright {
	text-align: center;
	font-size: smaller;
}


img.wthreeclogo {
	width: 88px;
	height: 31px;
}

/*
img.wthreeclogo {
	width: 44px;
	height: 16.5px;
}
*/


span.todo {
	color: red;
	border: 2px #880000 dashed;
	font-size: 2em;
}


