﻿body
{
	background-position: center top;
	background-image: url('images/bg.png');
	background-color: #246794;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
}



#logo
{
	position: absolute;
	width: 385px;
	height: 60px;
	top: 30px;
	left: 30px;
	z-index: auto;
}
#maintable
{
	height: 90%;
	left: 50px;
	margin-top: 135px;
}
#date
{
	position: absolute;
	z-index: auto;
	width: 225px;
	top: 1px;
	color: #FFFFFF;
	margin-right: 55px;
	float: right;
	display: inline;
	left: 80%;
}
#rght_back
{
	background-position: center top;
	position: absolute;
	width: 323px;
	height: 333px;
	
	background-image: url('images/rght_back2.png');
	background-repeat: no-repeat;
	top: 110px;
	left: 70%;
}
#menu
{
	background-position: center top;
	position: absolute;
	background-repeat: no-repeat;
	top: 90px;
	left: 30%;
	text-align: center;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
}
#catpanel
{
	width: 15%;
	padding: 10px;
	background-color: #FFFFFF;
	height: 90%;
	margin-left: 10px;
	margin-right: 10px;
}
#content
{
	width: 55%;
	margin: 15px 0px 0px 75px;
	height: 90%;
}
#rightcontent
{
	width: 30%;
	margin: 65px 0px 0px 75px;
}
ul
{
	list-style: none;
}
li
{
	list-style-image: url('images/checkbox.png');
	color: #333333;
	font-size: .83em;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #4097D0;
	font-size: 1.5em;
}

h2
{
	color: #4097D0;
	font-size: 1.3em;
}

h3
{
	color: #4097D0;
	font-size: .1em;
}
h3
{
	color: #4097D0;
	font-size: .95em;
}
h4
{
	color: #4097D0;
	font-size: .90em;
}
.cntable
{
	width: 90%;
	top: 0px;
}
a .header
{
	color: #ffffff;
	font-size: 1em;
}
 
a:hover .header
{
	color: #4097D0;
	font-size: 1em;
}
