body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a
{
	color: #55202d;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #aaa;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #6f6f6f;
	background: #242424 url('/img/header-background.jpg');
}

#header h1
{
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 24pt;
	margin: 0 50px;
	padding: 50px 0;
	letter-spacing: -3px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #7a2e40;
	background-image:url('/img/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #7a2e40; /*main green color*/
	border-width: 0 1px;
	border-style: solid;
	border-color: #55202d;
	height: 28px;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #7a2e40;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#content a {
	text-decoration: underline;
}

#content #subnav {
	float: right;
	width: 180px;
	border: 1px solid #7a2e40;
	background-color: #fff;
	margin: 20px 0 10px 10px;
	padding: 5px;
}

#content #subnav h2 {
	border-style: none;
	font-size: 14pt;
	margin: 4px;
}

#content #subnav ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

#content #subnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid #eee;
	font-size: 11pt;
}

#content #subnav ul li.first_li {
	border-top: none;
}

#content #subnav ul li a {
	text-decoration: none;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #7a2e40 url('/img/menu-background.jpg') repeat-x;
	border: 1px solid #b5b5b5;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
}
