/* main menu styles */
BODY {
	background-color: White;
	padding-top: 10px;
}

/* General Fonts */
BODY,P,OL,UL,DIV,TD {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #555555; 
font-style: normal;  
line-height: 130%;
}
h1 { color: #0C3546; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, sans-serif;  background-color: #D7DEE1;  width: 350px; padding-left: 3px;  }
h2 { color: #FFFFFF; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif;  background-color: #0C3546;  padding-left: 3px;  width: 350px;  padding-right: 3px;       }
h3 { color: black; font-size: 11px; line-height: 11px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
h4 { color: #black; font-style: normal; font-weight: lighter; font-size: 10px; line-height: 12px; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
 
/* In Text Hyperlinks */
a:link {
 color: #0C3546; 			/*blue*/
 font-size: 12px;
 text-decoration: underline;
 }
a:visited {
 color: #0C3546; 			/*blue*/
 font-size: 12px;
 text-decoration: underline;
}
a:hover {
 font-weight: normal;
 color: #FF8000;
 font-size: 12px;
 text-decoration: none;
}

/* Left Navigation Menu */


.leftnav1 a:link {
		display: block;
		text-indent: 18px;
		white-space: nowrap;
		color: #FFFFFF; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -2px;
		font-size: 12px;
}
.leftnav1 a:visited {
		display: block;
		text-indent: 18px;
		white-space: nowrap;
		color: #FFFFFF; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -2px;
		font-size: 12px;
}
.leftnav1 a:active {
		display: block;
		text-indent: 18px;
		white-space: nowrap;
		color: #FFFFFF; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -2px;
		font-size: 12px;
}
.leftnav1 a:hover {
		display: block;
		text-indent: 18px;
		white-space: nowrap;
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -22px;
		font-size: 12px;
}


.leftnav1-act a:link {
		display: block;
		text-indent: 18px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -22px;
		font-size: 12px;
}
.leftnav1-act a:visited {
		display: block;
		text-indent: 18px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -22px;
		font-size: 12px;
}
.leftnav1-act a:active {
		display: block;
		text-indent: 18px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -22px;
		font-size: 12px;
}
.leftnav1-act a:hover {
		display: block;
		text-indent: 18px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -22px;
		font-size: 12px;
}
 

.leftnav2 a:link {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #0C3546; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -42px;
		font-size: 12px;
}
.leftnav2 a:visited {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #0C3546; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -42px;
		font-size: 12px;
}
.leftnav2 a:active {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #0C3546; 	/* white*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -42px;
		font-size: 12px;
}
.leftnav2 a:hover {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -62px;

		font-size: 12px;
}


.leftnav2-act a:link {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -62px;
		font-size: 12px;
}

.leftnav2-act a:visited {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -62px;
		font-size: 12px;
}
.leftnav2-act a:active {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #FD7700; 			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -62px;
		font-size: 12px;
}
.leftnav2-act a:hover {
		display: block;
		text-indent: 25px;
		white-space: nowrap;		
		color: #FD7700;			/* dark flat orange*/
		text-decoration: none;
		width: 210px;
		background: url("images/buttons2.gif") top left no-repeat;
		background-position: 0 -62px;
		font-size: 12px;
}

/* Forms Fields */
SELECT {  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555;
border-right: #94b4dc 1px solid; 
border-top: #94b4dc 1px solid; 
border-left: #94b4dc 1px solid; 
border-bottom: #94b4dc 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
border-right: #94b4dc 1px solid; border-top: #94b4dc 1px solid; border-left: #94b4dc 1px solid; border-bottom: #94b4dc 1px solid; background-color: #ffffff
}

.input {
border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid; 0
}
.footerarea { padding-top: 10px; text-align: center; border-top: 2px solid #0C3546; margin-top: 10px; }
.footertext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #0C3546;   font: bold;  }
a.footertext:link  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 11px;  }
a.footertext:active  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 11px;  }
a.footertext:visited  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 11px;  }
a.footertext:hover  { color: #FD7700; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 11px;  }

.langnavtext { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FD7700;           }
a.langnavtext:link  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif;   font-size: 14px;  }
a.langnavtext:active  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif;   font-size: 14px;  }
a.langnavtext:visited  { color: #0C3546; text-decoration: none; font-family: Arial, Helvetica, sans-serif;   font-size: 14px;  }
a.langnavtext:hover  { color: #FD7700; text-decoration: none; font-family: Arial, Helvetica, sans-serif;   font-size: 14px;  }
