

html
{
	background-color: #ffffff;
	overflow: auto;
}

body
{
	background-color: #ffffff;
	color: #1a3733;
	font-family: arial;
	font-size: 11px;
	width: 782px;
	margin: 0px auto;
}

table
{
	color: #1a3733;
	font-family: arial;
	font-size: 11px;
}

A:link {text-decoration: underline; color: #333333;}
A:visited {text-decoration: underline; color: #333333;}
A:active {text-decoration: underline; color: #333333;}
A:hover {text-decoration: underline; color: #666666;}

#headerbar A:link {text-decoration: none; color: #333333;}
#headerbar A:visited {text-decoration: none; color: #333333;}
#headerbar A:active {text-decoration: none; color: #333333;}
#headerbar A:hover {text-decoration: none; color: #666666;}

input
{
	font-family: arial;
	font-size: 10px;
	color: #1a3733;
}

#header
{
	margin: 0px;
	width: 782px;
	height: 122px;
	background-image: url("../media/header.jpg");
}

#headerbar
{
	margin: 0px;
	width: 642px;
	height: 25px;
	line-height: 25px;
	background-image: url("../media/headerbar.jpg");
	text-align: left;
	padding-left: 140px;
}

#menu
{
	float: left;
	display: inline;
	width: 100px;
	height: 250px;
	background-color: #b0a062;
	color: #ffffff;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

.menu_button
{
	display: block;
	padding: 3px 3px 3px 13px;
	background-color: #544c34;
	background-image: url("../media/menu_icon_off.gif");
	background-repeat: no-repeat;
}

.menu_button_on
{
	display: block;
	padding: 3px 3px 3px 13px;
	background-color: #544c34;
	background-image: url("../media/menu_icon_on.gif");
	background-repeat: no-repeat;
}

.menu_separator
{
	height: 5px;
	background-image: url("../media/menu_sep.gif");
	background-repeat: no-repeat;
}

#menu A:link {text-decoration: none; color: #f3efe1;}
#menu A:visited {text-decoration: none; color: #f3efe1;}
#menu A:active {text-decoration: none; color: #f3efe1;}
#menu A:hover {text-decoration: none; color: #ffffff; background-color: #76683d; background-image: url("../media/menu_icon_on.gif");}

#bottom
{
	margin: 0px;
	width: 782px;
	height: 20px;
	background-image: url("../media/bottom.png");
}
			
#middle
{
	margin: 0px;
	width: 760px;
	padding: 0px 11px;
	background-image: url("../media/bkgnd.gif");
}

#content
{
	margin-left: 125px;
	margin-right: 20px;
	background-position: 90% 100%;
	background-repeat: no-repeat;
	height: 250px;
}

#inner_content
{
	padding: 10px;
	text-align: left;
	height: 250px;
	overflow: auto;
}

#legal
{
	font-size: 10px;
	color: #999999;
	text-align: center;
}

strong
{
	color: #12264e;
	font-weight: bolder;
}

h4
{
	color: #12264e;
}

h5
{
	color: #12264e;
}

