body {background: #444444 url(images/back.jpg) repeat-x; margin: 0; padding: 0;}
body,td,li,p {font: 12px Verdana,Arial,Helvetica,sans-serif;}
#container {background: #FFFFFF url('images/header.jpg') no-repeat;
	position: relative;
	width: 750px;
	margin: 25px auto;
	border: 2px #222222 solid;
}
#content {
	margin: 0px 20px 0px 20px;
	padding-top: 140px;
	padding-bottom: 10px;
	min-height: 430px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 430px;} 
/* */ 
a 	{text-decoration: underline;}
a:hover, a.sfhover		{text-decoration:underline;}
a:link {color: #B67702;}
a:visited {color: #B67702;}
a:active {color: #B67702;}
.normal {  font-size: 12px}
.note1 {  font-size: 10px}
.note2 {  font-size: 9px; }
.note3 { font-size: 10px; }
h1, .head1 {  font-size: 22px; font-weight: bold; text-align: center; vertical-align: middle; color: #FD5335}
h2, .head2 {  font-weight: bold; vertical-align: middle; color: #B67702; font-size: 16px;}
.head3 {  color: #FD5335; font-size: 14px; font-weight: bold;}
.head4 { font-weight: bold; vertical-align: middle; color: #FD5335; font-size: 12px;}
.error{color:#FF0000; }

.table1 {  margin: 4px; border: 1px #FDB836 solid ;}
.table2 {  margin: 4px; border: 0px; padding: 3px;}
.tablehead {  background: #B67702; color: #FFFFFF; font-weight: bold; text-align: center;}
.tablerow1 {  background: #FFFFFF;}
.tablerow2 {  background: #CCCCCC;}

.header a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 100px;
}
.header a b {
	display: none;
}
/* Top banner, navigation area */
#top {
	position: absolute;
	background: #444444 url('images/nav_back.gif') repeat-x;
	left: 0px;
	top: 100px;
	width: 750px;
	height: 30px;
}
#navtop {
	margin: 0;
	padding: 0;
}
#navtop ul {
	list-style: none;
	border: 1px solid #999999;
}
#navtop li { 
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	float: left;
	width: 148px; 
	background: transparent;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#navtop a {
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#navtop li:hover, #navtop li.sfhover  {
	background: transparent url('images/nav_hover.gif') repeat-x;
}
#navtop a:hover, #navtop a.sfhover  {
	color: #FDB836;
}
#footer {
	clear: both;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 7px 3px;
	text-align: center;
}
