body { behavior:url("css/csshover.htc"); }
html {font-family: Arial; font-size: 9pt; background-color: #a0a0a3;}

#bgbox
{
	width: 738px;
	margin: 10px auto 0 auto;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #8a8551;
}

#header
{
	width: 738px;
	height: 104px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navigation
{
	float: left;
	width: 199px;
}

#topmenu, #bottommenu
{
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#topmenu li
{
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 2px;
	padding-left: 24px;
	padding-top: 3px;
}

#topmenu li:hover
{
	background-image: url(../images/menubg_on.jpg);
	background-repeat: no-repeat;
}

#topmenu li a {color: #f9f5e5; font-size: 12px; font-weight: bold; }

#canvas

{
	float: right;
	width: 531px;
}

.clear
{
	clear: both;
}

a {text-decoration: none;}

img {border: 0;}



#footer
{
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-y;
	width: 740px;
	height: 36px;
	color: #baa429;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px; 
}

#footer p {padding: 0; margin: 0;}
#footer a {color: #baa429; font-weight: bold;}

p 
{
	padding: 0; 
	margin: 5px 0; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #77787b;
}

h1 {font-size: 12pt; color: #aa9a14; padding: 0; margin: 0;font-weight: bold}

h2 {font-size: 11pt; color: #aa9a14; padding: 0; margin: 0;font-weight: bold}
table {width: 100%; border-collapse: collapse;border-right: 1px solid #e7e8b6; border-left: 1px solid #e7e8b6;}
td {color: #77787b; font-size: 9pt; padding: 2px 10px 2px 10px; border-top: 1px solid #e7e8b6; border-bottom: solid 1px #e7e8b6;}
td.imgcell, td.linkcell {width: 1%;white-space: nowrap;}
td.imgcell {padding-left: 20px;}
td.linkcell {padding-right: 20px;}
.btn {background-image: url(../images/searchbtn.jpg); background-repeat: no-repeat; width: 93px; height: 21px;padding:0; margin: 0;border: 0;}
select {width: 200px;border: 1px solid #666666; margin-right: 10px;}


