html {
	height: 100%;
}
body {
	background-color: #787878;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
/* Hack for IE */
* html #wrapper {
    height: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
}
img {border-style: none;}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	background-image: url(images/back.gif);
}
#leftmenu {
	float: left;
	width: 150px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 590px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}
a {
	font-size: 12px;
	color: #0000CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}