body {
		text-align:center;
		background:#3d353d;
		font-family: Verdana, Geneva, Arial, Helvetica;
		font-size:10pt;
		}
	
#frame {
	width:790px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border:2px solid #ffffcc;
	background:#f8faf6;
	}
	
#contentleft {
	width:155px;
	padding:0px;
	float:left;
	background:#f8faf6;
	
	/*background-image: URL('images/nav-border-bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;*/
	}

#contentcenter {
	width:595px;
	padding:10px 0 10px 10px;
	float:left;
	background:#f8faf6;
	border-left:1px dashed #6a8632;
	}
a {	
	text-decoration: none;
	color:#0000ff;
	}
a:hover {	
	text-decoration: none;
	color:#ff0000;
	}
#nav {
	padding: 0;
	margin-bottom: 0;
	font:10px/14px Verdana, Geneva, Arial, Helvetica;
	font-weight: bold;
	color: #333;
	/*width:250px;*/
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#nav li {
	
	margin: 5px;
	text-align:left;
	}
#nav li.bottom {
	border: none;
	margin: 0;
	text-align:left;
	}
#nav li a {
	display: block;
	padding: 8px 3px 8px 10px;
	background:#000;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	background:#dfdfdf;
	color: #000;
	}
.copyright{
	text-align:center;
	color:#fff;
	font-size:8pt;
	}
H1{
	font-size:14pt;
}