body {
	background-color: #efeedf;
	font-family:  Verdana, Arial, sans-serif; 
	font-size: 10pt;
	color: black;	
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: black;
	letter-spacing: 3px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 101%;
}

.smallRed {
	color: #af2929;
	font-size: 100%; 
	font-weight: bold;
}

hr {
	color: #af2929;
}

img.profile {
	margin: 1px 10px 3px 0;
}

.announcement {
	font-size: 11pt; 
	color: #af2929; 
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #8d0707;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 940px;
	margin: 0px auto;
	border: #999999 1px solid;
	background-color: white;
}

/*
	Header
*/

#header {
	background: #8d0707;
	padding: 5px 50px 0px 50px;
	height: 160px;
}

#logo {
	float: left;
	margin: 15px 0 10px 0;
	text-indent: -11000em;
	width: 113px;
	height: 96px;
	background: url('../images/logo.png') no-repeat bottom left;
}

/*	
	HeaderRight
*/
#headerRight {
	margin: 0 0 0 600px;
	font-weight: 500;
	font-size: 8pt;
}


/*
	Main Navigation
*/
#navbar {
	clear: both;
	height: 5px;
}

#navbar ul {
	margin-left: -55px;
	list-style-type: none;
	font-weight: 500;
	font-size: 10pt;
	color: white;
}

#navbar ul li {
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
	float: left;
	border-right: white solid 1px;
}

#navbar ul li.navItem {
	border-right: white solid 1px;
}

#navbar ul li.lastNavItem {
	border-right: 0px;
}

#navbar ul li a{
	color: white;
}

#navbar ul li a:active{
	color: white;
}

#navbar ul li a:hover{
	color: white;
}


/*
	Sub Navigation
*/
#subnav {
	width: 860px;
	padding-bottom: 10px;
	/*height: 30px;*/
}

#subnav ul {
	padding: 0 0 10px 0;
	margin-left: -15px;
	list-style-type: none;
	font-weight: 500;
	font-size: 10pt;
}

#subnav ul li {
	margin: 0 0 0 5px;
	padding: 0 10px 0 10px;
	float: left;
	border-right: white solid 1px;
}

#subnav ul li a{
	color: #af2929;
}

#subnav ul li.currentPage {
	color: black;
}

#subnav ul li a:active{
	color: #af2929;
}

#subnav ul li a:hover{
	color: #af2929;
}

#thirdLevelNav {
	clear: both;
	/*height: 80px;*/
	width: 800px;
}

#thirdLevelNav ul li{
	float: none;
}




/*
	Extra Links 
*/

#extraLinks ul {
	margin-left: -35px;
	padding-bottom: 20px;
	list-style-type: none;
}

#extraLinks li {
	width: 200px;
	height: 13px;
}

#extraLinks ul li a{
	color: white;
}

#extraLinks ul li a:active{
	color: white;
}

#extraLinks ul li a:hover{
	color: white;
}

#searchForm {
	margin: 0 20px 0 4px;
	color: white;
}

#searchForm input {
	color: black;
	font-weight: bold;
	font-size: 80%;
	background: white;
	border: 1px solid;
}

/*
	Main Content
*/

#mainContent {
	margin: 10px 80px 10px 50px;
}

.image {
	float: left;
	background: white;
	min-width: 100px;
	margin: 0 10px 0 -3px;
}

.imageCredit {
	clear: left;
	background: #af2929;
	color: white;
	padding: 3px;
	font-size: 8pt;
	/*margin: 1px 0 0 1px;*/
	border-top: 1px white solid;
}

#leftColumn {
	float: left;
	margin: 10px 10px 0 0;
	width: 	210px;
}

h2 a {
	color: black;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: none;
}

#news {
	background: #d3cdad;
	height: 100%;
	padding: 10px;
	margin: 5px 0 10px 0;
}

#news dl {
	font-size: 80%;
}

#news dd {
	margin: 0 0 0 0px;
	padding-bottom: 10px;
}


#bodyText {
	line-height: 110%;
	margin: 20px 0 20px 0;
}

/*
	footer
*/

#footer {
	clear: both;
	width: 900px;
	margin: 0 0 0 20px;
	border-top: #af2929 2px solid;
}

#adminLink {
	float: left;
	width: 30px;
	margin-top: -10px;
	padding-left: 30px;
	text-align: left;
	font-size: .7em;
}

#contactInfo {
	margin: 5px 0 0 0;
	padding: 0 50px 0 0;
	text-align: right;
	font-size: .7em;
}

#contactInfo a {	
	color: black;
}

#copyrightInfo {
	margin: 3px 0px 10px -50px;
	width: 100%;
	text-align: right;
	font-size: .7em;
}


/*	
	extras
*/
#loginBox {
	float: right;
}

ul.memoriam {
	padding-top: 10px;
	list-style-type: none;
}

ul.memoriam li {
	height: 20px;
	width: 300px;
}

#adminMenu {
	margin: 20px 0 20px 0;
	clear: both;
}

#adminMenu ul {
	list-style-type: none;
}

#profile img {
	margin: 1px 10px 3px 0;
}



