body {

	margin: 10px;

	padding: 0;

	background-image: url('images/background.jpg');

	background-repeat: repeat-x;

	background-color: #000000;

	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;

	color: #000000;

}


p, ul, ol, blockquote {

	margin-top: 0;

}



img {

	border: none;

}



/* Container */



#container {

	background-repeat: repeat-y;

	background-position: center;

}



/* Header */



#header {
	width: 860px;
	height: 125px;
	padding: 0;
	background-image: url(images/headers/header_100306.jpg);
	border: 5px solid #FFFFFF;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}



#header h1 {

	text-align: center;
font-weight: none;
	font-size: 9px;

}



#header h2 {
	text-align: center;
	font-size:8px;
	font-weight: normal;
}



#header a {

	text-decoration: none;

	color: #000000;

}



/* Menu */



#menu {

	width: 860px;

	height: 36px;

	margin: 0 auto;

	padding: 0;

	background: #000000;

	border: 5px solid #FFFFFF;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

	border-right: 1px solid #FFFFFF;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;

	float: left;

	width: auto;

	height: 26px;

	padding: 10px 15px 0px 15px;

	text-align: center;

	text-decoration: none;

	color: #ffffff;
	font-weight: ;

}



#menu a:hover, #menu .active a {
	color: #000000;
	background: #666699;
	font-weight: bold;
}


/* Active Menu Item */

body#home #menu li.home a,
body#menu1 #menu li.menu1 a,
body#menu2 #menu li.menu2 a,
body#menu3 #menu li.menu3 a,
body#menu4 #menu li.menu4 a,
body#menu5 #menu li.menu5 a,
body#menu6 #menu li.menu6 a,
body#menu7 #menu li.menu7 a,
body#menu8 #menu li.menu8 a {
	background: #FFFFFF;
	color: #000000;
}


/* Splash */



#splash {
	width: 860px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* Content */



#content {
	width: 860px;
	margin: 0 auto;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	color: #FFFFFF;
	background-color: #000000;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;}



#content .title {
	padding: 10px 20px;
	background-image: url('images/title_bg.png');
	font-size: 1em;
	border: 2px solid #4e4e4e;
	border-bottom: none;
	color: #ffffff;
    font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
}



#content .story {
	padding: 20px;
	border: 2px solid #4e4e4e;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
}



#content img.floatleft {

	float: left;

	border: 2px solid #000000;

	margin-right: 10px;

}



#content img.floatright {

	float: right;

	border: 2px solid #000000;

	margin-left: 10px;

}



#content h1 {

	font-size: 3em;

}



#content h2 {
	font-size: 17px;
	text-decoration: underline;
}


#content a {
	color: #66F;
	text-decoration: none;
	font-weight: bold;	
}
#content b {
	font-size: 12px;
}


#content a:hover, #content .active a {

	background: #FFFFFF;

	color: #000000;

}


#content li {
	
	padding: 3px;

	list-style-type: none;

}



#content hr {

	width: 60%;

}



/* Footer */



#footer {
	width: 820px;
	margin: 0 auto;
	padding: 10px 20px;
	border: 5px solid #FFFFFF;
	border-top: none;
}



#footer p {

	margin: 0;

	padding: 0;

	text-align: center;

	color: #ffffff;

}



#footer a {

	margin: 0;

	padding: 0;

	color: #ffffff;

}
