html,body
{
	background-color:#c8c8c8;
	font:13px Arial, Verdana, sans-serif;
	margin:0;
}

#container
{
	background-color:#fff;
	margin:0 auto;
	width:898px;
}

/* START header */
#header
{
	background:url(/images/header.png) no-repeat 0 0;
	height:200px;
}
/* END header  */

/* START navigation */
div#nav
{
	background-color:#e8e9ed;
	height:44px;
	width:100%;
}

div#nav ul
{
	list-style:none;
	margin:0;
	padding:0;
}

div#nav ul li
{
	float:left;
}

div#nav ul li a
{
	background-color:#e8e9ed;
	border-right:2px solid #fff;
	color:#5b5b5b;
	display:block;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding:14px 20px;
	text-decoration:none;
	vertical-align:middle;
}

div#nav div
{
	color:#5b5b5b;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding:14px 20px;
	vertical-align:middle;
	float: right;
}

div#nav ul li a:hover
{
	background-color:#5b5b5b;
	color:#e8e9ed;
}
/* END navigation  */

/* START Content */
#content
{
	color:#404040;
	padding:20px;
	height:100%;
}

#content h1
{
	color:#008218;
	font-size:18px;
	margin:0;
}

#content ul li{
	margin: .25em 0;
}

#content a,#trail_bar a
{
	color:#AA2C1A;
}

#content a:hover,#trail_bar a:hover
{
	text-decoration:none;
}

#content p
{
	line-height:1.3em;
	margin:1em 0;
}

#content p.bottom-p {
	margin-bottom: 2em;
}
/* END content  */

/* START trail_bar */
#trail_bar
{
	width: 100%;
	margin:0;
	background-color:#E8E9ED;
	color: #888;
	font-size: 12px;
}

#trail_bar div#copyright,
#trail_bar div#credit,
#trail_bar div#design_by
{
	float:left;
	height: 1em;
	padding: 1em;
}

#trail_bar div#copyright
{
	margin-left: 10px;
}
#trail_bar div#credit
{
	margin-left: 30px;
}

#trail_bar div#design_by
{
	margin-left:25px;
}
#bottom_spacer
{
	height:15px;
}
/* END trail_bar  */

/* START misc */
div.clr
{
	clear:both;
}

.green
{
	color:#008218;
}

.bold
{
	font-weight:bold;
}

.underline
{
	text-decoration:underline;
}

.italic
{
	font-style:italic;
}

.large {
	font-size: 16px;
}

.medium {
	font-size: 14px;
}

#header h2,hr
{
	display:none;
}