body {
	background-color: #8AA3BC;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	font-family: tahoma, verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
	
img {
	border:none;
	}
	
a {
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color:#0E4C8F;
	text-decoration:none;
	}

a:hover {
	font-size: 12px;
	color: #D47824;
}

#content a.bsrch {
	font-family: tahoma, verdana;
	font-size: 14px;
	font-weight: normal;
	line-height:15px;
	color:#0E4C8F;
	text-decoration:underline;
	}

#content a:hover.bsrch {
	font-size: 14px;
	color: #D47824;
}

#content a.ssrch {
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: normal;
	line-height:14px;
	color:#0E4C8F;
	text-decoration:underline;
	}

#content a:hover.ssrch {
	font-size: 12px;
	color: #D47824;
}

#leftmenu {
	width: 161px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	}
	
#leftmenu ul {
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	font-family: arial;
    color:#000;
	width:161px;
	}

#leftmenu li {
	color:#000;
	list-style: none;
	text-align: left;
	background:#ffffff;
	border-left:4px #AAC85D solid;
	border-bottom:2px #0E4C8F solid;
	border-right:2px #AAC85D solid;
}

#leftmenu li a {
	display:block;
	padding:1px 1px 1px 5px;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	color:#0E4C8F;
	
	}

#leftmenu li a:hover {
	font-size: 11px;
	color: #D47824;
}

/*New stuff*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

.dropdownmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
text-align:left;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 225px; /* default width for menu */\
padding-top:2px;
border-top:2px #D47823 solid;
border-right:2px #D47823 solid;
}

.dropdownmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownmenu ul li a{
background:#ffffff;
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0px 1px 5px;
text-decoration: none;
font-weight: normal;
border-left:4px #AAC85D solid;
border-bottom:2px #0E4C8F solid;
}

.dropdownmenu a:hover{ /*hover background color*/
color: #D47824;
}

.dropdownmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.dropdownmenucols li{
padding-bottom: 3px;
}

.dropdownmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.dropdownmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #transparent;
visibility: hidden;
}

#rightmenu {
	width: 200px;
	margin: 10px;
	padding: 0px;
	text-align:left;
	color: #D57C2A;
	}
	
#rightmenu p {
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	color: #D57C2A;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	background:transparent;
	text-align:left;
}
	
#rightmenu ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: arial;
    color:#000;
	width:190px;
	}

#rightmenu li {
	color:#000;
	list-style: none;
	text-align: left;
	background:transparent;
	padding-bottom:5px;
}

#rightmenu li a {
	background: url(../images/up_btn.gif) no-repeat;
	background-position: 0px 2px;
 	display:block;
	width:100%;
	padding-left:15px;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height:15px;
	color:#0E4C8F;
	}

#rightmenu li a:hover {
	background: url(../images/dn_btn.gif) no-repeat;
	background-position: 0px 2px;
	font-size: 11px;
	color: #D47824;
}

#footer p {
	font-family: tahoma, verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	background:transparent;
	text-align:left;
}

#footer a {
	font-size: 12px;
	line-height: 15px;
	color: #0E4C8F;
	text-decoration:none;
}

#footer a:hover {
	font-size: 12px;
	line-height: 15px;
	color: #D57C2A;
}

a.tabtop {
	font-family:helvetica;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	color: #D8E3EE;
	text-decoration:none;
}

a:hover.tabtop {
	font-size: 11px;
	line-height: 20px;
	color: #D47824;
}

a.tableft {
	font-family:helvetica;
	font-size: 12px;
	font-weight:bold;
	line-height: 23px;
	color: #0C528B;
	text-decoration:none;
}

a:hover.tableft {
	font-size: 12px;
	line-height: 23px;
	color: #D8E3EE;
}

a.tabright {
	font-family:verdana;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	color: #0C528B;
	text-decoration:none;
}

a:hover.tabright {
	font-size: 11px;
	line-height: 20px;
	color: #F47920;
}

tr {
	vertical-align:top;
	}
	
table {
	
	}

td {
	vertical-align:top;
	font-size: 12px;
	line-height: 15px;
	background-color: transparent;
	}

th {
	vertical-align:top;
	text-align:left;
	font-size: 12px;
	line-height: 13px;
	background:#11438A;
	color:#FFFFFF;
	}

img {
	border:none;
	}
	
h1 {
	font-family: helvetica;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	color: #D47824;
	font-size:20px;
	line-height:20px;
	}
	
h2 {
	font-family: helvetica;
	font-weight:bold;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:5px;
	color: #000000;
	font-size:14px;
	border-bottom:2px #CADE3B solid;

	}
	
h3 {
	font-family: helvetica;
	font-weight:bold;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:5px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a{
	font-family: arial;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a:hover{
	font-family: arial;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	color: #BCC7DC;
	font-size:14px;
	}
	
h4 {
	line-height:12px;
	font-family: helvetica;
	font-weight:normal;
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	color: #ffffff;
	font-size:14px;
	background:#004990;

	}
	
h5 {
	font-family: helvetica;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #D47824;
	}
	
h6 {
	vertical-align:top;
	text-align:left;
	font-size: 12px;
	line-height: 13px;
	padding:2px;
	background:#11438A;
	color:#FFFFFF;
	}
	
.faq {
	font-family: tahoma;
	font-weight:normal;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:5px;
	color: #000000;
	font-size:14px;
	}

sup {
	color:#D47824;
	font-weight:bold;
	}
	
td.nomenu {
	background-color: #5481AF;
	color: #ffffff;
	FONT-SIZE:11px;
	TEXT-ALIGN:center;
	}
	
td.menuoff {
	background-color: #ffffff;
	color: #004990;
	font-weight:bold;
	FONT-SIZE:11px;
	TEXT-ALIGN:center;

	
	}
td.menuon {
	background-color:#D8E3EE;
	color: #D47824;
	font-weight:bold;
	FONT-SIZE:11px;
	TEXT-ALIGN:center;

	}
	
a.cal {
	font-family:helvetica;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	color: #D47825;
	text-decoration:none;
	}
	
a:hover.cal {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	}
	
div#main a { 
position: relative; /* make this the co-ordinate root for the span */ 
}
div#main a span {
	display         : none;
	}
div#main a:hover span { 
display: block; 
position: absolute; 
top: 0; /* change this to 0 to keep inline with the <a> */ 
left: 80%; /* pull the box left by its width */ 
width: 550px;
height:400px;
padding: 5px; 
border-style: solid; 
border-color: #000000; 
border-width: 1px; 
color: #ffffff; 
background: #ffffff; 
text-align: left; 
z-index: 100; 
}
