body {
	margin:0px;
	border:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/btmbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
a:link{color: #0C5F4B;}
a:hover{color:#AF6010;}
a:visited{color:#0C5F4B;}
a:visited:hover{color:#AF6010;}
/*
body {
	scrollbar-3dlight-color:#F4F4ED;
	scrollbar-arrow-color:#67735D;
	scrollbar-base-color:#B4C0AA;
	scrollbar-track-color:#F4F4ED;
	scrollbar-darkshadow-color:#F4F4ED;
	scrollbar-face-color:#B4C0AA;
	scrollbar-highlight-color:#B4C0AA;
	scrollbar-shadow-color:#B4C0AA;
}
*/
h1 {font-weight:500; font-size:14pt; color:#033026; margin: 10px;}
h3 {font-weight:500; font-size:12pt; color:#584327; margin: 10px;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#331B00;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
}
.txt {font-size:10pt; font-weight:500; color:#331B00;}

a.txtlnk {
	font-size:10pt;
	font-weight:500;
	color:#033026;
	text-decoration:none;
}
a.txtlnk:hover {color:#641406;text-decoration:underline;}
a.txtlnk:visited {color:#033026;text-decoration:none;}
a.txtlnk:visited:hover {color:#641406;text-decoration:underline;}

a.menu {
	font-size:13px;
	font-weight:500;
	color:#331B00;
	text-decoration:none;
}
a.menu:hover {color:#FFFFFF;text-decoration:none;}
a.menu:visited {color:#331B00;text-decoration:none;}
a.menu:visited:hover {color:#FFFFFF;text-decoration:none;}

a.foot {
	font-size:11px;
	font-weight:500;
	color:#033026;
	text-decoration:none;
}
a.foot:hover {color:#EBE4DA;text-decoration:underline;}
a.foot:visited {color:#033026;text-decoration:none;}
a.foot:visited:hover {color:#EBE4DA;text-decoration:underline;}


.homebody{
	border-width: 1px;
	border-style: solid;
	border-color: #BC976D;
  background-image: url(../images/homebody_topgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding:30px 0 20px 0;
}
.subbody{
	border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
	border-style: solid;
	border-color: #BC976D;
  background-image: url(../images/sub_topgrad.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding:30px 0 20px 0;
}

.topgrad{background-image: url(../images/topbg_grad.jpg); background-repeat: repeat-x; background-position: top;}
.navbg{background-image: url(../images/nav_bg.jpg); background-repeat: no-repeat;}
.bgbtm{background-image: url(../images/btmbg_grad.jpg); background-repeat: repeat-x; background-position: bottom;}
.footbg{background-image: url(../images/btmbg.jpg);}

.rightcolumn{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #BC976D;
  padding: 50px 0 0 20px;
}

.footer{background-image: url(../images/btmbg.jpg); padding:20px;	font-size:10pt; font-weight:500; color:#033026;}





.inpt10 {
	width:60px;
	height:20px;
	font-size:12px;
	font-family:Arial;
	color:#333333;
	line-height: 85%;
	font-weight: bold;
	background:#ABBFE0;
	border:solid 1px #101C30;
	margin: 2px;
	padding:2px;
}
.inpt400 {
	width:250px;
	height:100px;
	font-size:12px;
	font-family:monospace;
	color:#333333;
	background:#E7EBF1;
	border:solid 1px #101C30;
	margin:2px;
	padding:2px;
	margin-left: 12px;
}
.inpt200 {
	width: 150px;
	height:18px;
	font-size:12px;
	font-family: sans-serif;
	color:#333333;
	line-height: 90%;
	background:#E7EBF1;
	border:solid 1px #101C30;
	margin:2px;
	padding:2px;
}
.smallred{
	font-family: sans-serif;
	font-size: 11px;
	color: #CC3333;
}

