body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dde3ee;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.whitebackground {
	background-color:#ffffff;
}
.copyright {
	font-size:9px;
	color:#8b9bc5;
}
a.l2:link {
font-weight: bold;
color:#8b9bc5;
text-decoration:none;} 
a.l2:visited {
font-weight: bold;
color:#8b9bc5;
text-decoration:none;} 
a.l2:hover {
font-weight: bold;
color:#233249;
text-decoration:underline;
}
a.l1:link {
font-weight: bold;
color:#405a86;
text-decoration:none;} 
a.l1:visited {
font-weight: bold;
color:#405a86;
text-decoration:none;} 
a.l1:hover {
font-weight: bold;
color:#233249;
text-decoration:underline;
}
.topbar {
	background-color:#8b9bc5;
	color:#ffffff;
	font-size:11px;
}
.rightbar {
	background-color:#f1f3f8;
}
.topaddress {
	padding-right:16px;
	font-size:14px;
	color:#405a86;
	line-height:1.2em;
}
h1 {
	font-size:24px;
	font-weight:lighter;
	color:#b0c2d9;
	padding-top:20px;
	padding-left:20px;
}
.homeback {
	background-image:url(../images/home2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;
}
.hometext1 {
	font-size:24px;
	font-weight:lighter;
	padding-top:24px;
	padding-left:395px;
	color:#b0c2d9;
}
.hometext2 {
	font-size:12px;
	padding-top:12px;
	padding-left:395px;
	color:#405a86;
	line-height:1.3em;
}
.hometext3 {
	font-size:12px;
	padding-top:12px;
	padding-left:395px;
	color:#405a86;
	line-height:1.3em;
}
.hometext4 {
	font-size:12px;
	padding-top:12px;
	padding-left:20px;
	color:#405a86;
	line-height:1.3em;
}
.rightbarformtext0 {
	font-size:14px;
	font-weight:lighter;
	color:#233249;
	padding-left:6px;
	padding-bottom:6px;
}
.rightbarformtext1 {
	font-size:10px;
	font-style:italic;
	color:#405a86;
	padding-left:6px;
	padding-bottom:2px;
}
.rightbarinput {
	border:1px solid #233249;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#405a86;
	width:210px;
}
.rightbaroption {
	border:1px solid #233249;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#405a86;
}
.rightbaroption1 {
	border:1px solid #233249;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#405a86;
	width:210px;
}
.rightbarbutton {
	border:1px solid #233249;
	background-color:#233249;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}
.generalbutton {
	border:1px solid #233249;
	background-color:#233249;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.generaloption1 {
	border:1px solid #233249;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#405a86;
	width:300px;
}
.generaloption2 {
	border:1px solid #233249;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#405a86;
}
.contactpad {
	padding-bottom:3px;
}
.red {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.rbi {
	padding-left:6px;
	padding-bottom:3px;
}
.rbb {
	padding-left:6px;
	padding-top:5px;
}
.formunpad {
	padding:0px;
	Margin:0px;
}
.topad {
	background-image:url(../images/topshow.gif);
	background-repeat:no-repeat;
}
.tadtext {
	padding-left:6px;
	color:#233249;
	font-size:11px;
}
/* css for drop menu */
.suckertreemenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
border-left-width:0px;
background-color: #8b9bc5; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 70px; Width of top level menu link items*/
height: 16px;
padding: 8px 0px 6px 5px;
border-right: 1px solid #a3b0d1;
text-decoration: none;
color: white;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 2px solid #8b9bc5;
}

.suckertreemenu ul li a:hover{
background-color: #405a86;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #8b9bc5 url(../images/arrow-down.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */