﻿/* CSS Document */
/* BASICS */
body {  
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	color: #010E22; 
	background: #F5F5E9 url(/images/bkgrnd.jpg) repeat; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font: 12pt/20pt Georgia, Times New Roman, Times, serif;
	margin-top: 0px;
	text-align: left;
	color: #010E22;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #628DAE;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #628DAE;
}
a:hover, a:active {
text-decoration: underline;
color: #628DAE;
}
	
/* LAYOUT */
#container {
	text-align: left;
	position: relative;
	background: #fff no-repeat left top;
	margin: 10px auto;
	border: 10px solid #94C2DD;
	padding: 0px;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 740px;
}
	html>body #container {
	width: 800px;
}
#intro {
	margin: 0px;
	background: #E0E5E2;
	}
	
#wrapper {
	background: #EAEFEC;
	margin: 0px;
	padding: 0px 0px 0px 215px;
}
#pageheader h1 {
	font-size: 36px;
	color: #103C53;
	padding: 0;
	margin: 0px 70px 0px 0;
}
#pageheader h2 {
	font-size: 24px;
	color: #D4E8FF;
	margin: 18px 5px 50px 0;
	padding: 0;
	font-weight: bold;
}
#pageheader {
	padding-top: 5px;
	background: #EAEFEC url(/images/devils_backbone3.jpg) no-repeat;
	border-bottom: 10px solid #94C2DD;
	margin: 0;
	text-align: right;
}
#content {
	background: #ffffff;
	padding: 20px 20px 20px;
	border-left: 3px solid #94C2DD;
	margin: 0px 0px 0px 220px;
	border-bottom: 3px solid #94C2DD;
}

/* HEADLINES */
h1 {
font: bold 26px Georgia, "Times New Roman", Times, serif;
color: #666666;
margin-top: 0px;
}
h2 {
font: bold 20px Georgia, "Times New Roman", Times, serif;
color: #666666;
}
h3 {
font: bold 18px Georgia, "Times New Roman", Times, serif;
color: #666666;
}

#quickSummary p {
	font: bold 8pt/16pt Georgia, Times New Roman, Times, serif; 
	text-align:left;
}
	
/* LINKS */	
#linkList {
	position: absolute;
	top: 165px;
	left: 5px;
	width: 200px;
}
#linkList2 {
	font: 12px verdana, sans-serif;
	width: 200px;
}
#menu {
	text-align: center;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	padding: 0;
	margin: 2px 5px;
	vertical-align: middle;
	text-align: left;
}
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	background-color:#E0E5E2;
	color:#FFFFFF;
	height: 25px;
	padding: 3px 0 0 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/button4.jpg);
	width: 200px;
}
#menu li a:hover, #menu li a:active {
	display: block;
	background-color:#E0E5E2;
	color:#231A0C;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/button4_hover.jpg);
}
	
/* FOOTER */
#footer {
	background: #E0E5E2;
	padding: 10px;
	text-align: right;
}
#footer a:link, #footer a:visited { 
	margin-right: 10px; 
}
