body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.copy {
	font-size: 0.75em;
	color: #000000;
}

.indented {
   font-size: 0.75em;
   color : #000000;
   padding-left : 50pt;
   padding-right: 50pt;
}

.yellow {
	font-size: 0.75em;
	color: #F9D299;
}

.pagetitle {
	font-size: 0.9em;
	color: #8B3B00;
	font-weight:bold;
	height:40px;
	padding-left: 12px;
}

.ptitle {
	font-size: 0.75em;
	color: #8B3B00;
	font-weight:bold;
}

.subtitle {
	font-size: 0.75em;
	color: #B97C4E;
	font-weight:bold;
}

.subtitleItalic {
	font-size: 0.75em;
	color: #B97C4E;
	font-weight:bold;
	font-style: italic;
}

.menu {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F6E7DB;
}

.bkg_homeheader {
	background-image: url("images/bkg_homeheader.jpg");
	background-repeat: no-repeat;
}

.bkg_header {
	background-image: url("images/bkg_header.jpg");
	background-repeat: no-repeat;
	background-color:#FDA959;
}

.bkg_header_nav {
	background-color: #000000;
}
.logoborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.bkg_nav {
	background-image:  url("images/bkg_nav.gif");
	background-repeat: repeat-x;
	font-size: .75em;
	font-weight: bold;
	color: #8B3B00;
}
.footer {
	font-size: 0.65em;
	color: #8B3B00;
	background-image: url(images/bkg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 28px;
}
.menu_bottom {
	background-image:  url("images/bkg_menu.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.bkg_logobottom {
	color: #F9D299;
	background-image: url("images/bkg_logo_bottom.gif");
	font-size: 0.75em;
	height: 21px;
	}
.submenu {
	font-size: 0.75em;
	color: #411C00;
	background-image:  url("images/bkg_menu_click.gif");
	background-repeat: repeat-x;
	padding: 1px;
	margin-bottom:8px;
}

.submenu_over {
	font-weight:bold;
	color: #8B3B00;
}

a.footerlink:link, a.footerlink:visited {
	color: #8B3B00;
	text-decoration:underline
}

a.footerlink:hover {
	color: #411C00;
	text-decoration: none;
}
a.yellow:link, a.yellow:visited {
	color: #F9D299;
	text-decoration:underline
}

a.yellow:hover {
	color: #ffffff;
	text-decoration: none;
}


a:link, a:visited {
	color: #8B3B00;
	text-decoration:underline
}

a:hover {
	color: #411C00;
	text-decoration: none;
}

a.secnav:link, a.secnav:visited {
	color: #8B3B00;
	text-decoration:none
}

a.secnav:hover {
	color: #411C00;
	text-decoration: underline;
}
li {
	font-size: 0.75em;
	color: #000000;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}

.groupname {
	font-size: 0.75em;
	color: #8B3B00;
	font-weight:bold;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	font-style: italic;
	height: 35px;
}


.formquerylabel {
	font-size: 0.75em;
	color: #333333;
}

.margin25 {
	margin-left: 25px;
}

.successmessage {
	font-size: 0.75em;
	color: #333333;
	font-weight: bold;
	padding-right: 25px;

}

.errormessage {
	font-size: 0.75em;
	color: #CC0000;
	font-weight: bold;
	padding-right: 25px;
}

form {
	display: inline;
}

select, input, textarea{
	font-size: 0.75em;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #705627;
}

.radio, .checkbox{
	font-size: 0.75em;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px 
}

.requiredselect, .requiredinput, .requiredtextarea, .requiredradio, .requiredcheckbox  {
	font-size: 0.75em;
	color: #000000;
	background-color: #FFECD7;
}

.requiredradio, .requiredcheckbox  {
	font-size: 0.75em;
	color: #000000;
	background-color: #FFECD7;
	border: 0px
}


.buttons {
	font-size: 0.75em;
	color: #8B3B00;
	font-weight:bold;
	background-color: #EABC8F;
		border: 1px inset #705627;
	
}

.querybox {
	background-color: #FFFFFF;
	margin:20px;
	width:650px;
}

.resultbox {
	font-size: .75em;
}

.resultheader {
	color:#333333;
	background-color: #EDB767;
	font-weight: bold;
}


.resulttext {
	color: #000000;
	background-color: #FFEED2;
}

.userinstruction {
	font-size: 0.75em;
	color: #000000;
	margin-bottom:20px;
}
.tanborder {
	background-image:  url("images/bkg_login.jpg");
	background-repeat: no-repeat;
	height:208px;
	width: 449px;

}

.bkg_homesections{
background-image: url("images/bkg_homesections.jpg");
background-repeat: repeat-x;
background-color:#FFFFFF;
padding:8px;
}


.bkg_homeleftsections{
background-image: url("images/bkg_homeleftsections.gif");
background-repeat: repeat-x;
background-color:#FFFFFF;
padding:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39573;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C39573;
}


.bkg_homesectionstitle{
background-color:#8B3B00;
height: 4px;
}
.borderbtm_tan {
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39573;
}
hr{
color:#C39573;
}


.listleft{
	font-size: 0.75em;
	color: #000000;
	background-color: #FFC781;
	border: 0px inset #705627;
	width:250px;
}

.listright{
	font-size: 0.75em;
	color: #000000;
	background-color: #FFECD7;
	border: 0px inset #705627;
	width:250px;
}

.arrowbuttons {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #8B3B00;
	background-color: #EABC8F;
	border: 1px inset #705627;
}
