/*******************************************************************/
/* Define the main layout characteristics to build page*/ 

body {
	background-color: transparent;
	background-image: url(images/background.gif);
} 
html,  h1, h2, h3,  h4 {
	margin: 0;
	padding: 0;
	border-width: 0;
}

h1 {
   color: #305379;
   font-weight: bold;
   font-size: 14pt;
   font-family: helvetica;
}
h2 {
   color: #A29269;
   font-weight: bold;
   font-family: arial;
}
h3 {
   color: #5e554d;
   font-weight: bold;
   font-style: italic;
   font-family: helvetica;
}
h4 {
   color: #A29269;
   font-weight: bold;
   font-family: arial;
}
#image_float {
    float: left;
	margin:15px 10px 0px 0;
	}
#spacer {
    clear:left;
	}  

   /************** .feature styles ***************/ 
textarea {
scrollbar-3dlight-color:#2f6b4e; 
scrollbar-arrow-color:#2f6b4e; 
scrollbar-base-color:#2f6b4e; 
scrollbar-darkshadow-color:#2f6b4e; 
scrollbar-face-color:#2f6b4e; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#2f6b4e;
background-color: #ffffff;
border-color: #2f6b4e;
color: #2f6b4e;
font-family: arial;
font-weight: bold;
font-size: 10pt;
width: 280px;
border: 1px solid #A29269;
}
    
INPUT {
background-color: #ffffff;
border-color: #2f6b4e;
color: #2f6b4e;
font-family: arial;
font-weight: bold;
font-size: 10pt;
border: 1px solid #2f6b4e;
width: 280px;
} 
SELECT {
background-color: #ffffff;
color: #2f6b4e;
font-family: arial;
font-weight: bold;
font-size: 10pt;
border: 1px solid #2f6b4e;
}

#main {
	width: 100%;
	margin:0 auto;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
    background-color: transparent;
	background-image: url(images/background.gif);
	border: 0px solid #aacef2;
}
a:link {
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica;
	color: #666666;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica;
	color: #666666;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica;
	color: #000000;
}
#left, #middle, #right {
	background-color: transparent;
	float: left;
}


#left {
	width: 25%;
	margin-left: 4px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid  #ed8000;
}


#middle {
	width: 48%;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   color: #2f6b4e;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #CCCCCC;
}
#right {
	width: 25%;
	margin-left: 0em;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #CCCCCC;
}


#footer {
	width: 49em;
	margin-left: 0em;
	padding-left: 0px;
	padding-right: 0px;
	background:#5e554d;
	border: 0px solid #35506a;
}

#header {
	width: 100%;
	height: 116px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: #ffffff;
    border-top: 0px solid #FF0000;
    border-left: 0px solid #FF0000;
    border-right: 0px solid #FF0000;
    border-bottom: 0px solid #ff0000;
}

#botbar {
	width: 100%;
	height: 1.2em;
	margin-left: 0em;
	padding-left: 0px;
	padding-right: 0px;
	background: #A29269;
	border-top: 0px solid #293f54;
    border-left: 0px solid #293f54;
    border-right: 0px solid #293f54;
    border-bottom: 0px solid #293f54;
}
#captchabox {
	width: 400px;
	height: 33px;
	margin-left: 0em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}
#newbox {
	width: 400px;
	height: 230px;
	margin-left: 0em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 15px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}
#formbox {
	width: 400px;
	height: 230px;
	margin-left: 0em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 15px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}

#addressbox {
	width: 400px;
	height: 100px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #2f6b4e;
	margin-left: 0em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}
#addressbox a{
	font-size: 11px;
	font-family: Arial;
	color: #2f6b4e;
}
#addressbox a:hover {
	font-size: 11px;
	font-family: Arial;
	color: #ed8000;
}
#errorbox {
	width: 400px;
	height: 60px;
	margin-left: 0em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}

#messbox {
	width: 400px;
	height: 100px;
	margin-left: 0em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	border-top: 1px solid #2f6b4e;
    border-left: 1px solid #2f6b4e;
    border-right: 1px solid #2f6b4e;
    border-bottom: 1px solid #2f6b4e;
}

/* Main Menu bar Horizontal  */
#navbar {
    width: 100%;
    height: 1.5em;
    margin-left: 0px;
	margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
	background: #2f6b4e;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}
#menubar a {
   width: 100%;
   text-align: left;
   font-family: arial;
   font-size: 18px;
   font-weight: bold;
   background: #2f6b4e;
   color: #ecd474;
   padding: .0em 1.2em;
   border: 0px solid #426384;
   margin: 5px;
}
#menubar a:hover {
	text-decoration: none;
	background:#ecd474;
	color: #2f6b4e;
    border: 0px solid #293f54;
	}
#menubar a#active {
   background: #ecd474;
   color: #2f6b4e; 
   border: 0px solid #426384;
}

/* Individual Styles  */
.style11 {
	color: #A29269;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.style12 {
	color: #A29269;
	font-family: Arial;
	font-size: 12px;
}
.style13 {
    color: #F8F7ED; 
    font-family: Arial;
	font-size: 12px; 
    font-weight: bold; 
}
.style14 {
    color: #A29269; 
    font-family: Arial;
	font-size: 10px; 
    font-weight: bold; 
}
.style15 {
	color: #A29269;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.style16 {
	color: #FF0000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.style17 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	color: #ed8000;
}
.style19 {font-family: Arial}
.style20 {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
}

.style22 {
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}
.style23 {font-family: Arial}
.style25 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.style26 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #2f6b4e;
}
.style27 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #ff0000;
}
.style28 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	background:#2f6b4e;
}
.style29 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	background:#ff0000;
}
.style30 {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #ff0000;
}
.style31 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
.style32 {
	font-size: 15px;
	font-family: Arial;
	/*font-weight: bold;*/
	color: #4896e7;
}
.style33 {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: #ed8000;
}
.style34 {
	font-size: 11px;
	font-family: Arial;
	/*font-weight: bold;*/
	color: #4896e7;
}
.style35 {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #aacef2;
}
.style36 {
	font-size: 11px;
	font-family: Arial;
	/*font-weight: bold;*/
	color: #4896e7;
}
.style37 {
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	color: #ed8000;
}
