/* CSS Document */

body {
	background-color: #6e3539;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(img/bg-grade.gif);
	background-repeat: repeat-x;
}

.LayoutBG { background-image: url(img/bg-main.gif);
   background-repeat: repeat-y;
   background-position: top;
}

.LayoutBorder { background-image: url(img/bgWborder_04.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

.LayoutBorderL { background-image: url(img/bgWborder_07.gif);
   background-repeat: repeat-y;
   background-position: right;
}

.LayoutBorderR { background-image: url(img/bgWborder_09.gif);
   background-repeat: repeat-y;
   background-position: left;
}

.LayoutBorderB { background-image: url(img/bgWborder_11.gif);
   background-repeat: repeat-x;
   background-position: top;
}

A {
	color: #6e3539;
	text-decoration: none;
	font-size: 12px;
}

A:HOVER {
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
}

.subNav {
	color: #6e3539;
	text-decoration: none;
	font-size: 18px;
}

.subNav:HOVER {
	color: #CC0000;
	text-decoration: underline;
	font-size: 18px;
}

.bodyNav {
	color: #6e3539;
	text-decoration: none;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.bodyNav:HOVER {
	color: #CC0000;
	text-decoration: underline;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.baseNav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 10px;
}

.baseNav:HOVER {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
	font-size: 10px;
}

.contactText {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:10px; 
	color:#000000;
}

.contactSec {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color:#990000; 
	margin-left: 2px; 
	margin-top: 2px;
}

/* form items */
.main_lgtexinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	background-color: White;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	height: 80;
	width: 332px;
	padding: 1px;
}

.main_Inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	background-color: White;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	height: 10;
	width: 150px;
	padding: 1px;
}

input.formSpamText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	background-color: #ffffff;
	border: inset 1px #3398C3;
	height: 20;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 1px;
	width: 200px;
}

.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-weight: normal;
	color: White;
	padding: 0px;
	height: 16px;
	width: 120px;
	border-color: #6e3539;
	border-style: ridge;
	border-width: 1px;
	background-color: #6e3539;
}

select.selectstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	background-color: #ffffff;
	height: 22px; 
	padding-left: 8px;
	border-color: #000000;
}

.DirectButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-weight: normal;
	color: White;
	padding: 0px;
	height: 16px;
	width: 150px;
	border-color: #6e3539;
	border-style: ridge;
	border-width: 1px;
	background-color: #6e3539;
}

.direct_Inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	background-color: White;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	height: 8;
	width: 150px;
	padding: 1px;
}

.Cdirect_Inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	background-color: White;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	height: 8;
	width: 250px;
	padding: 1px;
}