/* basic elements */
body {
	color: #eeeeed;
	background: #262320;
	margin: 0px 0px 0px 0px;
	width:741px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 16pt;
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #4b1600;
	}


/* specific divs */
#container { 
	padding: 0px 0px 0px0px;  
	margin: 0px; 
	}

#intro { 
	background: url(leftHeader.png) no-repeat top left; 
	margin-bottom: 0px;
	height: 160px;
	min-width: 324px;
	}
#pageHeader { 
	background: url(rightHeader.png) no-repeat top right; 
	margin-bottom: 0px;
	margin-top: 0px;
	height: 110px;
	min-width: 417px;
	}
#pageHeader h1 {}
#pageHeader h1 span {}
#pageHeader h2 {}
#pageHeader h2 span {
	display:none;
	}

#mission {
	background: #000000 url(rightMid.png) no-repeat top right; 
	margin: 0px 0px 0px 0px; 
	width: 417px; 
	float: right;
	height: 210px;
	}
#mission p {
	font: normal 10pt/14pt tahoma; 
	margin-top:220px;
	margin-right: 32px;
	width: 417px;
	text-align:right;
	}

#mission2 {
	margin: 0px 0px 0px 324px; 
	width: 417px; 
	float: right;
	}
#mission2 h1 {
	font: bold 8pt/10pt tahoma; 
	padding: 0px 5px 0px 0px; 
	background: #97460f;
	text-align:right;
	}
#mission2 p {
	font: normal 9pt/12pt tahoma; 
	text-align:right;
	}

#linkBar {
	background: url(leftBottom.png) no-repeat bottom left; 
	width: 324px;
	height: 396px;
	margin-left: 0px;
	margin-top:50px;
	}
#linkBar ul {
	margin: 0px;
	padding-top: 10px;
	}
#linkBar li {
	max-width: 324px;
	margin-left: 0px;
	padding: 10px;
	line-height: 30px;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	}
#linkBar li a:link {
	color: #eeeeed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	}
#linkBar li a:visited {
	color: #eeeeed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	}
