html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#layout {
	height: 100%;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #282627;
	border-left: 1px solid #282627;
}
#header {
	background: #282627 url(images/top_bg.jpg) no-repeat right bottom;
	height: 77px;
	vertical-align: middle;
	text-align: left;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
}
#horiz_menu {
	height: 25px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #676769;
	width: 760px;
	border-top: 2px solid #FFFFFF;
	text-align: right;	
	padding-right: 25px;
	vertical-align: middle;
}
#horiz_menu a {
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#horiz_menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#banner {
	padding-right: 30px;
	background: #676769;
	height: 25px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #fff;
	border-top: 2px solid #FFFFFF;
}
#banner a:link, #banner a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#banner a:hover {
	text-decoration: underline;
}
#navbar {
	width: 152px;
	vertical-align: top;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 2px solid #FFFFFF;
	background: #676769 url(images/lhs_bg.jpg) no-repeat right bottom;
}
#loginbox, #loginbox td {
	background: #676769;
	font-size: 11px;
	color: #fff;
}	
#loginbox a {
	color: #000;
}	
#content {
	width: 612px;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px;
}
p {
	margin: 0px 0px 8px;
	color: #333333;
}
h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #282627;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #676769;
}
h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #282627;
}
#footer {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 5px 10px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}
.height100pc {
	height: 100%;
}
.dottop {
	border-top: 1px dotted #bebebe;
}
.dotbot {
	border-bottom: 1px dotted #bebebe;
}
