body {
	font-family: Trebuchet, Helvetica, sans-serif;
    font-size: 16px;
	line-height:26px;
	display: block; 
	margin: 0;
	padding: 0;
	background-color:#212020;
}

.content {
	margin-top: 50px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #4D4D4D;
	background-color:#E6E6E6;
}


.header {
	background-image: url("images/headersp09.jpg");
	background-repeat: no-repeat;
	height:219px;
	padding-left:50px;
	padding-top:40px;
	max-width:490px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:0px;
	border-left:1px solid #182801;
}


* html .menu {
	margin-left: -3px;
}

.center {
	padding:20px;
	padding-left:40px;
	padding-right:40px;
}

.footer {
	font-size: 14px;
		line-height:14px;
		height: 25px;
		text-align:center;
	color: #999;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #ea6497;
	font-size: 12px; 
	font-weight:BOLD;
	line-height:15px;
	display:block;
	text-decoration: none;
	background-color:#558b2e;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
	width: 92%; /*Define width for IE6's sake*/
}

.menu li a:hover {
	text-decoration: none;
	background-color:#77b640;
}

.p{
	
}

h2{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:5px;
	font-size: 13px; 
	font-weight:bold;
	display: block;
	line-height:13px;
	color: #e4a258;
	font-style:italic;
}

h1{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:-1px;
	padding-left:5px;
	font-size: 1.4em;
	font-weight:bold;
	color: #558b2e;
}

h3{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:5px;
	font-size: 15px; 
	font-weight:bold;
	display: block;
	line-height:13px;
	color: #be371d;
}

a{
	color:#be371d;
	text-decoration:none;
}

a:hover{
	color:#be371d;
	text-decoration:underline;
}

blockquote{
	background-color:#db711d;
	padding : 3px;
	border-left:2px solid #F5F8EF;
}
