body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 760px;
	background-color: #E4DABF;
}
#header {
	background-color: #FFFFFF;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 5px;
}#main {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
}
#main a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#main a:hover {
	color: #990000;
	text-decoration: underline;
}
#main h2 {
	color: #666666;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 18px;
}

#footer {
	width: 760px;
	background-color: #7E5A18;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 4px;
}
#footer a {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
#footer a:hover {

	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5{
	padding-top: 8px;
	padding-bottom: 2px;
}

#menu {
	background-color: #FFFFFF;
	padding-left: 0px;
	margin-left: 4px;
}
#menu a {
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 12px;
	text-decoration: none;
	width: 178px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-left: 3px;
	padding-right: 1px;
	padding-left: 5px;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width: 178px;
	line-height: 12px;
	margin-top: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}
.anylinkcss a:hover{
	color: #000000;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #FDFCCE;
}
#bottomlinks {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.red {
	color: #990000;
}
.blue {
	color: #000099;
}
.green {
	color: #006600;
}
.white {
	color: #FFFFFF;
}
.leftborder {
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
.topborder{
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}
.rightborder{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
}
.bottomborder{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.allborder {
	border: 1px solid;
	border-color: #333333;
}
.allborder_grey {
	border: 1px solid;
	border-color: #999999;
}
.box_topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.box_leftborder {
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:#000000;
}
.box_rightborder {
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	}
.box_bottomborder {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	}
#lists {
	font-size: 11px;
}
#lists input {
	font-size: 11px;
}
#lists h3 {
	font-size: 12px;
	margin: 0;
}
#lists textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lists select {
	font-size: 9px;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
.required {
	font-size: 9px;
	color: #990000;
}
.nopadding {
	margin: 0px;
	padding: 0px;
}
