body {
	background: url(../images/back.jpg) repeat-x;
	background-color: #9DBBEC;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #transparent;
}

#wrapper {
	width: 1000px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #transparent;
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #transparent;
}
	
img {
	border:none;
	}
	
a {
	font-family: trebuchet ms;
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	color:#0E4C8F;
	text-decoration:none;
	}

a:hover {
	font-size: 14px;
	color: #D47824;
}

td {
	vertical-align:top;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	color: #000000;
	}
	
p {
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	background:transparent;
	text-align:left;
}

a.toptab {
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	text-decoration:none;
}

a:hover.toptab {
	font-size: 15px;
	line-height: 25px;
	color: #AFCDF1;
}

/*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;
text-align:left;
font: bold 14px trebuchet ms;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #D4E2F4;
width: 225px; /* default width for menu */\
padding-top:2px;
padding-bottom:2px;
border-right:2px #053968 solid;
border-left:2px #053968 solid;
border-bottom:2px #053968 solid;
}

.dropdownmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownmenu ul li a{
font: bold 12px trebuchet ms;
background:#D4E2F4;
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0px 1px 5px;
text-decoration: none;
}

.dropdownmenu a:hover{ /*hover background color*/
font: bold 12px trebuchet ms;
color: #D47824;
}

.dropdownmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: bold 14px trebuchet ms;
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;
}

#leftmenu {
	width: 161px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	}
	
#leftmenu ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: arial;
    color:#000;
	width:161px;
	}

#leftmenu li {
	color:#000;
	list-style: none;
	text-align: left;
	background:#ffffff;
}

#leftmenu li a {
	display:block;
	width:100%;
	padding:1px 1px 1px 10px;
	text-decoration: none;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color:#0E4C8F;
	border-left:4px #AAC85D solid;
	border-bottom:2px #0E4C8F solid;
	}

#leftmenu li a:hover {
	font-size: 12px;
	color: #D47824;
}


#content {
	position:relative;
	z-index:1;
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	}
	
#content a {
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color:#0E4C8F;
	text-decoration:none;
	}

#content a:hover {
	font-size: 14px;
	color: #D47824;
}

#content p {
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:transparent;
	text-align:left;
}

#content ul,ol {
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
    color:#000;
	margin-top:3px;
	margin-bottom:0px;
	}

#content li {
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	background:transparent;
	text-align:left;
	list-style:outside;
	margin:5px 15px;
}

#rightmenu {
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	color: #D57C2A;
	}
	
#rightmenu p {
	font-family: trebuchet ms;
	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: trebuchet ms;
	font-size: 12px;
	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: 12px;
	color: #D47824;
}

#footer {
	width: 1000px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #transparent;
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

#footer p {
	font-family: trebuchet ms;
	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;
}


tr {
	vertical-align:top;
	}
	

td {
	vertical-align:top;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	}

th {
	vertical-align:top;
	text-align:left;
	font-size: 14px;
	line-height: 16px;
	background:#11438A;
	color:#FFFFFF;
	}

img {
	border:none;
	}
	
h1 {
	font-family: tahoma;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #D47824;
	font-size:20px;
	line-height:20px;
	}
	
h2 {
	font-family: tahoma;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:15px 0px 5px 0px;
	color:#004990;
	font-size:16px;
	font-weight:bold;
	}
	
h3 {
	font-family: tahoma;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a{
	font-family: tahoma;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a:hover{
	font-family: tahoma;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #BCC7DC;
	font-size:14px;
	}
	
h4 {
	font-family: tahoma;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	color: #014681;
	font-size:14px;
	}
	
h5 {
	font-family: tahoma;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	color: #D47824;
	}
	
h6 {
	vertical-align:top;
	text-align:left;
	font-size: 12px;
	line-height: 13px;
	padding:2px;
	background:#11438A;
	color:#FFFFFF;
	}
	
.faq {
	font-family: trebuchet ms;
	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:trebuchet ms;
	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;
	}
	
#thumbs {
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #D57C2A;
	}
	
#thumbs p {
	font-family: trebuchet ms;
	font-size: 12px;
	line-height: 15px;
	color: #D57C2A;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	background:transparent;
	text-align:left;
}
	

#thumbs a {
 	display:block;
	padding-left:15px;
	text-decoration: none;
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color:#0E4C8F;
	}

#thumbs a:hover {
	background-position: 0px 2px;
	font-size: 14px;
	color: #D47824;
}

strong {
	color:#053968;
	}
	
b {
	color:#053968;
	}
