body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #94949E;
}
body,table,tr,td	{
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #000000;
}
td, th {
	vertical-align: top;
	text-align: left;
}
img	{
	border-width: 0;
}
h1, h2, h3	{
	font-weight: bold;
	color: #970000;
	display: inline;
}
h1	{
	font-size: 20px;
}
h2	{
	font-size: 16px;
}
h3	{
	font-size: 14px;
}
.b	{
	border: solid 1px #000000;
}
#login_form	{
	top: 170px;
	left: 3px;
	width: 140px;
	z-index: 4000;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#header	{
	width: 780px;
	height: 100px;
	top: 20px;
	left: 0px;
	background: url(../image/headerbg.jpg) no-repeat;
}
#logo	{
	top: 30px;
	left: 230px;
	height: 85px;
	width: 320px;
	z-index: 70;
}
#menubg {
	top: 150px;
	left: 0px;
	width: 150px;
	height: 330px;
	background: url(../image/menubg.jpg) no-repeat;
	z-index: 3000;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto;
  text-align: left;
}
#content {
	top: 120px;
	left: 0px;
	width: 780px;
	height: auto;
	background: url(../image/contentbg.gif) repeat-y;
	z-index: 30;
}
#blah
{
position: relative;
top: 50px;
left: 10px;
width: 140px;
height: auto;
}
#text	{
	position: relative;
	top: 50px;
	left: 170px;
	width: 600px;
	height: auto;
	z-index: 50;
}
#admintext	{
	position: relative;
	top: 50px;
	left: 170px;
	width: 600px;
	height: auto;
	z-index: 50;
}
#content, #header, #logo, #menubg, #copyright, #login_form	{
	position: absolute;
}
#copyrightbg	{
	position: relative;
	background: url(../image/copyrightbg.gif) no-repeat;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 780px;
	z-index: 50;
}
#copyright	{
	color: #77889A;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	top: 0px;
	left: 150px;
	width: 630px;
}
a:link, a:visited, a:hover, a:active	{
	font-weight: bold;
	text-decoration:underline;
}
a:link, a:visited, a:active	{
	color: #77889A;
}
a:hover	{
	color: #970000;
}

a.forgot:link, a.forgot:visited, a.forgot:hover, a.forgot:active	{
	font-weight: bold;
	text-decoration:underline;
}
a.forgot:link, a.forgot:visited, a.forgot:active	{
	color: #FFFFFF;
}
a.forgot:hover	{
	color: #970000;
}