body {
	background-color: #F7931D;
	margin-top: 0px;
	margin-left: 0px;	
}
.footerBar {
	background-color: #000000;
	height: 17px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7931D;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.footerBar a {
	background-color: #000000;
	height: 17px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7931D;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.footerBar a:hover {
	background-color: #000000;
	height: 17px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}


.siteBy {
	font-size: 9px;
	background-color: #F7931D;
}
.menuContainer {
	background-color: #F9B461;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	text-align: left;
	vertical-align: top;
}
.mainContent {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}



.outerContainer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: auto;
	width: 1000px;
	border: 1px solid #000000;
}
.Header {
	background-color: #FFFFFF;
	background-image: url(../images/template/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 130px;
}
.orangeBar {
	background-color: #F9B461;
	height: 3px;
	width: 100%;
}
.lightOrangeBar {
	background-color: #FCD3A4;
	height: 3px;
	width: 100%;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}

.buttons a {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 1px;
padding-left: 10px;
display: block;
border-bottom: 1px solid #EEEEEE;
border-left: 5px solid #F9B461;
border-right: 1px solid #EEEEEE;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:link {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 1px;
padding-left: 10px;
display: block;
border-bottom: 1px solid #EEEEEE;
border-left: 5px solid #F9B461;
border-right: 1px solid #EEEEEE;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:visited {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 1px;
padding-left: 10px;
display: block;
border-bottom: 1px solid #EEEEEE;
border-left: 5px solid #F9B461;
border-right: 1px solid #EEEEEE;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:hover {
background-color: #EEEEEE;
border-left: 5px solid #F7931D;
padding-left: 10px;
color: #000000;
text-decoration: none;}

a:link {
    color: #F7931D;
	text-decoration: none;    
}

a:visited {
    color: #F7931D;
	text-decoration: none;    
}

a:hover {
    color: #004400;
    text-decoration: none;
}

a:active {
    color: #7492b7;
	text-decoration: none;    
}

.table_outer {
	border: thin outset #F7931D;
}
.row_light {
	background-color: #FCD3A4;
}
.row_dark {
	background-color: #F9B461;
}

.input
{
	color: #781351;
	border: 1px solid #781351;
	background-color: #FEEFDE;
}

.submit input
{
	color: #000;
border: 2px outset #d7b9c9
	background-color: #FEEFDE;
	background-color: #F9B461;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FCD3A4;
	border-right-color: #F9B461;
	border-bottom-color: #F9B461;
	border-left-color: #FCD3A4;
} 