body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #445566;
}

body {
	background-color: #cad5db;
	margin: 10px;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}

form {
	margin: 0;
}

.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.menu {
	vertical-align: top;
	width: 200px;
	padding: 0px;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul {
	border-bottom:1px solid #DDEEFF;
}

.menu ul ul {
	padding-left: 10px;
	border-bottom:0px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	background-image:url("MenuItem.jpg");
	text-decoration: none;
}

.menu_current {
	font-weight: bold;
	border-bottom:1px solid #DDEEFF;
}

.highlight {
	background-color: #D0D0D0;
}

.border {
	font-size: 1px;
	height: 10px;
}

.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}

.login input {
	width: 95%;
	font-size: 10px;
}

.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}

.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

.footer {
	padding-top: 7px;
	background-image: url('Footer.jpg');
	background-repeat:no-repeat;
	background-position: left top;
  width:980px;
	height:66px;
	vertical-align:middle;
	text-align:center;
	color:#7C4700;
}

.leftbar
{
  background-image: url('LeftBar.jpg');
	background-repeat:repeat-y;
	background-position: left top;
	width:10px;
}

.rightbar
{
  background-image: url('RightBar.jpg');
	background-repeat:repeat-y;
	background-position: left top;
	width:10px;
}

.menubar
{
  background-image: url('MenuBar.jpg');
	background-repeat:no-repeat;
	background-position: left top;
  width:201px;
	height:486px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
	border-right:solid 1px #DDDDDD;
}