@charset "utf-8";
/* CSS Document */
<!--
body{
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #dad2d7;
	margin: 0 0 20px 0;
	padding: 0;
	background-image:url(/i/Background.png);
}

h1 {
	font-size: 18px;
	color: #011126;
}

h2 {
	font-size: 16px;
	color: #F60;
}

h3 {
	font-size: 14px;
}

a:link{ 
	text-decoration: none; color: #1a148e;
	border-bottom:dotted #a2a1af 1px; 
}

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

a:hover{
	text-decoration: underline; color: #1a148e; 
}






/****** MAIN TABLE ******/
.MainTable {
	border:#393090 1px solid;
}


.MainTable_Banner {
	background-color: #ff5a00; 
	border-bottom: 1px solid #ab613c; 
	border-top: 1px solid #1a0a00;
}

.MainTable_Divider{
	padding: 3px; 
	border-top: 1px solid #9f8b80;
	background:url(/i/top4bg.jpg) bottom repeat-x;
}

.MainTable_Left {
	padding: 15px 10px 15px 15px; 
	/*width: 155px;*/
	background: #fefefe url(/i/LeftMenu_Background.png) left repeat-y;
	border-right: 1px solid #eae8df;
}

.MainTable_Center {
	padding:15px 10px 25px 10px;
	/*width: 450px;*/
}

.MainTable_Right {
	color: #67657d;
	vertical-align:top;
	padding-top: 25px;
}

.MainTable_Right div {
	border-left: dotted #dcdbe5;
	padding: 10px;
	font-size: 95%;
	width: 125px;
	
}

.MainTable_Right input {
	font-size: 95%;
}




/* end of main table */

.Orange-Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #e85b1f;
}




/****** MENU BAR ******/
.MenuBar {
	text-align: center;
	color:#FFFFFF;	
}

.MenuBar tr {
	background:url(/i/top2bg.jpg) repeat-x;
}

.MenuBar td {
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	height: 34px;
	background:url(/i/Menu_Divider.png) center right  no-repeat;
}


.MenuBar a {
	color:#FFFFFF;
	font-size: 9pt;
	font-weight:bold;
	border-bottom: none;
}



.MenuBar a:hover {
	color:#593411;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}

/* end  menu bar */

/****** FOOTER ******/
.Footer {
	background:url(/i/Footer_Background.png) top repeat-x;
	height: 22px;
	font-size: 10px;
	text-align:center;
	color: #5c3510;
}

.Footer a{
	color: #5c3510;

}

/* end  footer */



/****** NEWSLETTER SIGN UP ******/
#frmNewsletterGeneral{
	font-size: 11px;
	text-align:left;
	margin-top: 20px;
	border-top: 1px dotted #d2bb95;
	padding-top: 5px;
	
	margin-bottom: 20px;
	border-bottom: 1px dotted #d2bb95;
	padding-bottom: 10px;
}

#frmNewsletterGeneral label{
}

#frmNewsletterGeneral input{
	font-size: 11px;
	border: 1px solid #313951;
}

/*Captcha divs */
#recaptcha_widget{
	 text-align:center; 
	 width: 115px; 
	 white-space:nowrap; 
	 border:none;
}

#recaptcha_image{
	/*border:#553220 1px dotted; */
	width: 110px;
}

/* end  newsletter signup */

.NoBorder{
	border: none
}
-->
