/*
	333333 - background
	 black - default text
	
	10222B - top border			matched
	95AB63 - header BG			matched
	 black - header text		matched
	
	10222B - breadcrumbs BG		matched
	F6FFE0 - breadcrumbs text	matched
	
	31403A - menu BG			matched
	95AB63 - menu titles		matched
	
	1B5421 - footer text		matched
*/

body
{
	color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

div#page_wrapper
{
	width: 800px;
	margin: 0 auto;
	
	border-top: 13px solid #10222B;
	border-bottom: 1px solid white;
}

/***************/
/* Positioning */
/***************/
div#jump
{
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#header
{
	position: absolute;
	background-color: #95AB63;
	
	width: 800px;
}

div#header div#logo
{
	position: absolute;
	clear: none;
	
	margin: 0;
	padding: 0;
	
	width: 200px;
	height: 198px;
	
	text-align: center;	
	background-color: black;
	
	z-index: 100;
}

div#header h2
{
	display: block;
	
	clear: none;
	margin: 0;
	padding: 0 0 0 235px;
	
	width: 800px;
	height: 153px;
	line-height: 153px;
	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28;
}

div#breadcrumbs
{
	position: absolute;
	
	margin: 153px 0 0 200px;
	padding: 0;
	
	width: 600px;
	height: 45px;
	line-height: 45px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	
	color: #F6FFE0;
	background-color: #10222B;
}

div#content_wrapper
{
	position: absolute;
	
	margin: 198px 0 0 0;
	padding: 0;
	
	width: 800px;
	
	color: white;
	background-color: #31403A;
}

div#menu
{
	float: left;
	
	margin: 0;
	padding: 0;
	
	width: 200px;
	
	z-index: 100;
}

div#content
{
	display: block;
	float: right;

	margin: 0;
	padding: 0 35px 0 35px;
	
	width: 530px;
	
	color: black;
	background-color: white;
	height: 1%; /* Holly hack */
	
	border-top: 1px solid white;
}

div#content div#footer
{
	clear: both;
	
	color: #1B5421;
	border-top: 1px solid #1B5421;
	font-size: smaller;
	line-height: 60px;
}

/**************************/
/* Breadcrumbs Formatting */
/**************************/
div#breadcrumbs ul
{
	float: left;
	
	margin: 0 0 0 35px;
	padding: 0;
}

div#breadcrumbs ul li
{
	display: inline;
	
	font-size: smaller;
	
	list-style-type: none;
	margin: 0;
	padding: 0 0.5em 0 0;
}

div#breadcrumbs ul li a:link,
div#breadcrumbs ul li a:visited,
div#breadcrumbs span.url a:link,
div#breadcrumbs span.url a:visited
{
	color: white;
	text-decoration: none;
}

div#breadcrumbs ul li a:hover,
div#breadcrumbs span.url a:hover
{
	color: #45504A;
	text-decoration: underline;
}

div#breadcrumbs span.url
{
	float: right;
	margin-right: 35px;
	font-size: smaller;
}

/*******************/
/* Menu Formatting */
/*******************/
div#menu h3
{
	margin: 15px 0 0 32px;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;	
	text-transform: uppercase;
	
	color: #95AB63;
}

div#menu ul
{
	margin: 0 0 0 32px;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F6FFE0;
}

div#menu ul li
{
	list-style-type: none;
	line-height: 150%;
}

div#menu ul li a:link,
div#menu ul li a:visited
{
	color: #F6FFE0;
	text-decoration: none;
}

div#menu ul li a:hover
{
	color: #F6FFE0;
	text-decoration: underline;
}

/**********************/
/* Content Formatting */
/**********************/
div#content h1
{
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

div#content h2
{
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

div#content p.center
{
	text-align: center;
}

div#content a:link,
div#content a:visited
{
	color: #10222B;
}

div#content a:hover
{
	color: #31403A;
}

div#content a img
{
	border: 0px;
}

/************************/
/* Directory Formatting */
/************************/
div#content ul.directory
{
	margin: 0;
	padding: 0;
}

div#content ul.directory li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;
}

div#content ul.directory li ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content ul.directory li span.name
{
	font-weight: bold;
}

div#content ul.directory li span.title
{
	font-size: smaller;
	font-style: italic;
}

div#content dl dt
{
	font-weight: bold;
}

div#content dl dd
{
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}