/* CBMEA Basic Stylesheet
 * Author: Matthew Elliott
 * Updated: 10/6/04
 */

html {
	background-color: black;
	background-image: url("/images/background.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
 
html, body {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h1 {
	position: absolute;
	top: 2px;
	left: 122px;
}

* html h1 {
	padding-top: 12px;
}

h2 {
	text-align: center;
	font-family: times new roman, times, serif;
	font-size: 2em;
	margin-top: 4px;
	margin-bottom: 0px;
}

h3 {
	color: #E68F5B;
	border-bottom: dotted white 1px;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

table {
	border: solid white 1px;
}

td, th {
	border: solid white 0px;
	padding: 4px;
	vertical-align: top;
}

tr.alternate {
	background-color: #72472D;
}

th {
	font-weight: bold;
	text-align: center;
	background-color: #E68F5B;
	color: black;
}

#content a {
	color: #E68F5B;
}

#content a:hover {
	text-decoration: underline;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 170px;
	border: solid #E68F5B 1px;
	border-width: 0px 0px 1px 0px;
	width: 605px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 98px;
	background-color: black;
}

* html #navigation ul {
	padding-top: 94px;
}

#navigation li {
	float: left;
	display: block;
	background-color: black;
}

#navigation li.first {
	padding-left: 34px;
}

#navigation a {
	display: block;
	padding: 3px 16px 4px 16px;
	font-family: times new roman, times, serif;
	font-size: 14px;
	background-color: black;
}

#navigation a:hover {
	border-top: solid #E68F5B 1px;
	padding-top: 2px;
}

#content {
	padding-top: 124px;
	margin-left: 180px;
	width: 583px;
}
	
* html #content {
	padding-top: 132px;
}

#links {
	float: right;
	width: 200px;
	/*border: solid #E68F5B 1px;
	border-width: 1px 0px;*/
	margin: 20px 0px 10px 10px;
	padding: 1px;
	padding-left: 10px;
	background-color: black;
}

#links ul {
	margin: 0px;
	padding: 7px;
	list-style-type: none;
	border: solid white 1px;
	border-width: 1px 0px;
	padding-bottom: 12px;
}

#links ul li {
	margin-top: 5px;
}

#footer {
	border: solid #E68F5B 0px;
	border-width: 1px 0px 0px 0px;
	text-align: center;
	font-size: .9em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contactList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 2em;
}

.person li {
	float: left;
	display: block;
}

.person {
	clear: both;
	margin-top: 1.7em;
}

.person ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}

.email {
	width: 230px;
}

.school {
	width: 210px;
}

.level {
	width: 60px;
}

.area {
	width: 60px;
}

li.schoolName {
	font-weight: bold;
	margin-top: 5px;
}

li.schoolName ul {
	font-weight: normal;
	list-style-type: none;
}

.fileInfo {
	font-size: .85em;
}

.indent {
	margin: auto 1.5em;
}