html, body
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.850em;
	color: #424242;
	background-color: #b8b8b8;
	margin: 0px;
	margin-top: 3px;
	height: 95%;
}

div.ref_container
{
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.mainblock
{
	text-align: center;
}

div.page_header
{
}

div.content
{
	position: relative;
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: #ff6600;
}

div.logo
{
	position: absolute;
	top: 8%;
	left: 520px;
}

div.vertmenu
{
	position: absolute;
	top: 180px;
	width: 210px;
	left: 0px;
	font-size: 12px;
	letter-spacing: 3px;
	background-color: #ff6600;
	height: auto;
}

.vertmenu div
{
	width: 200px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: white;
	border-bottom: 1px white solid;
}

.vertmenu a
{
	text-decoration: none;
	color: white;
}

.vertmenu div:hover
{
	background-color: #99cc33;
	color: white;
	border-bottom: 1px white solid;
}

div.html_footer
{
	border: 1px red solid;
	width: 900px;
	margin-left: 200px;
	color: #666666;
}

div.page
{
	position: relative;
	margin-left: 205px;
	padding: 5px;
	background-color: white;
	height: 80%;
}

div.page h2
{
	color: #99cc33;
}

.header_icon
{
	position: absolute;
	top: 20px;
	left: 25px;
}

ul
{
	color: #ff6600;
	font-weight: bold;
	
}

div.squares
{
	margin-top: 10px;
}

img
{
	margin: 10px;
}

a img
{
	border: none;
}

img.border
{
	border: 2px #ff6600 solid;
	margin: 5px;
}

img.menulogo
{
	margin: 0px;
	margin-right: 10px;
}

img.clean
{
	border: none;
	margin: 0px;
}

div.pagedivider
{
	height: 3px;
	border-bottom: 1px #999999 dotted;
	border-top: 1px #999999 dotted;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

a
{
	color: #424242;
}

h3.head_1
{
	color: #99cc33;
	margin-bottom: 2px;
}

