Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E7E7E9;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #D16521;
	text-decoration: underline; 
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
.center {
	text-align: center;
}
.gray {
	background-color: #eaeaea;
}
.red {
	color: #CC0204;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#header {
	width: 980px;	
}
#wrap {
	width: 980px;
	background-color: #D1D2D4;
	float: left;
}
#menu {
	float: left;
	width: 180px;
	background-color: #D1D2D4;
}
#menu ul {
	list-style-type: disc;
	line-height: 250%;
	padding: 25px 0 15px 30px;
	margin: 0;
}
#menu ul a:link, #menu ul a:active, #menu ul a:visited {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#menu ul a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 749px;
	background-color: #fff;
	border-top: 1px solid #D1D2D4;
	border-right: 1px solid #D1D2D4;
	border-bottom: 1px solid #D1D2D4;
	padding: 25px 25px 25px 25px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #D1D2D4;
	margin: 0;
	color: #D16521;
}
h2 {
	font-size: 14px;
	border-bottom: 1px solid #D1D2D4;
	color: #D16521;
}
#content p {
	line-height: 150%;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul, #content ol {
	line-height: 150%;
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 14px;
}
.foot {
	margin-top: 5px;
	margin-right: 3px;
	text-align: right;
	float: right;
	font-size: 11px;
}