* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.86em;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	padding: 30px 0 0 0;
	width: 960px;
	background-color: #330000;
	margin: 0 auto;
}
#header {
	height: 90px;
	background-image: url(images/pageheader.gif);
	margin: 0 30px;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}#navigation {
	width: 900px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	margin: 14px 0;
	padding: 0px 30px 6px 30px;
	vertical-align: middle;
	height: 1.5em;
	background-color: #540000;
}
#navigation ul {
	list-style-type: none;
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
}
#navigation ul li {
	float: right;
	padding: 4px 0 6px 18px;
	display: block;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFCC99;
	text-decoration: none;
}
#navigation a:active {
	color: #FFCC99;
	text-decoration: none;
}
#sub #content {
	margin: 40px 0;
	padding: 0 30px;
}
#home #content {
	margin: 40px 0;
}
#content h1 {
	font-size: 1.6em;
	color: #CCCCCC;
	line-height: 2em;
	margin-bottom: .3em;
	font-weight: normal;
}
#content h2 {
	font-size: 1.3em;
	color: #FF0F12;
	line-height: 1.8em;
	margin-bottom: 0em;
	font-weight: normal;
	margin-top: 1em;
}
#content h3 {
	font-size: 1.1em;
	line-height: 2em;
	color: #FC9;
	margin: 18px 0 0 0;
	font-weight: normal;
}
#content a:link {
	color: #FFCC99;
	text-decoration: none;
}
#content a:visited {
	color: #FFCC99;
	text-decoration: none;
}
#content a:hover {
	color: #FFCC99;
	text-decoration: underline;
}
#content a:active {
	color: #800000;
	text-decoration: underline;
}
#content p {
	margin-bottom: 1.2em;
	line-height: 1.8em;
}
#content table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content table caption {
	font-weight: normal;
	text-align: left;
	color: #FFCC99;
}
#content table td {
	margin: 0px;
	padding: 4px 10px 4px 0;
	vertical-align: top;
}
#content .footnote {
	font-size: 0.9em;
}
#content .faculty {
	float: left;
	margin: 8px 12px 0 0;
}
#footer {
	font-size: 0.8em;
	color: #999999;
	background-color: #540000;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 6px 30px 6px 30px;
}
#home #text {
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
}
#sub #content #FlashID {
	margin-left: 14px;
}
#content ul {
	margin: 10px 0 0 20px;
}
#content li {
	margin: 0 0 10px 0;
}
.new {
	color: #C00;
}

