body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#tabl{
	font-size: small;
	font-family: "Trebuchet MS";
	text-align:left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.site li {
	list-style:none;
}

p {
	font-size: small;
}

img {
	border:0;
	text-align: center;
}

a{
	color: #083A81;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	margin: 0;
	padding: 0;
	border:0;
	width: 100%;
	background-color: #fff;
}

#header {
	background: #ffffff;
	width: 100%;
	height: 105px;
	border-bottom: 1px solid #ccc;
}

#header img {
	padding-left: 8px;
}

#tabs {
	width:100%; 
	float: right;
}

#tabs ul {
	padding-right:8px;
	margin: 0;
	float: right;
	list-style-image: none;
	list-style-type: none;
}

#tabs ul li {
	width:110px; 
	height:40px; 
	margin-top:20px; 
	float: right;
}

#tabs ul li a.outer {
	width:110px; 
	height:40px; 
	text-align:center; 
	line-height:40px; 
	top:20px; 
	margin-right: 8px;
	text-decoration:none; 
	color:#192227; 
	font-weight:bold; 
	font-size:15px; 
	float: right;
	border-right: 2px solid #fff;
}

#tabs ul li a.one {
	background: #CC0033 top right no-repeat;
}

#tabs ul li a.two {
	background:#99CC99 top right no-repeat;
}

#tabs ul li a.three {
	background:#E1B582 top right no-repeat;
}

#tabs ul li a.four {
	background:#6699FF top right no-repeat;
}

#tabs ul li a.five {
	background:#ABABD6 top right no-repeat;
}

#tabs ul li a:hover.one {
	background:#D96060 top right no-repeat;
}

#tabs ul li a:hover.two {
	background:#C9E4C9 top right no-repeat;
}

#tabs ul li a:hover.three {
	background:#EED5B9 top right no-repeat;
}

#tabs ul li a:hover.four {
	background:#AEC9FF top right no-repeat;
}

#tabs ul li a:hover.five {
	background:#CECEE8 top right no-repeat;
}

#side-a {
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#side-a ul a:link, #side-a ul a:visited {
	display: block;
}

#side-a ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#side-a li {
	border-bottom: 1px solid #ccccc;
}

/* fix for browsers that don't need the hack */
html>body #side-a li {
	border-bottom: none;
	padding-top: 2px;
	padding-left: 7px;
}

#Links{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	background-color: #fff;
	line-height:20px;
}

#Links a {
	display: block;
}

#Links a:hover{
	background-color: #CCCCCC;
	text-decoration: none;
}

#Links .title {
	color: #00599D;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

#Links .title a{
	text-decoration:none;
}

#Links .title a:hover{
	background-color:#fff;
	text-decoration:underline;
}

#Links-end{
	position: relative;
	margin: 0px;
	font-size: 12px;
	background-color: #fff;
	line-height:20px;
}

#Links-end a {
	display: block;
}

#Links-end a:hover{
	background-color: #CCCCCC;
	text-decoration: none;
}

#Links-end .title {
	color: #00599D;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

#Links-end .title a{
	text-decoration:none;
}

#Links-end .title a:hover{
	background-color:#fff;
	text-decoration:underline;
}

#side-b {
	float: right;
	width: 20%;
	padding: 6px;
	background-color: #fff;
}

#content {
	float: left;
	width: 62%;
	padding: 2px 8px 8px 8px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content-a {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#content-b {
	float: right;
	width: 69%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#a {
	background-color: #C9E4C9;
	border: 2px solid #80BF80;
	color: #003366;
	font-size:11px;
	font-weight: bold;
	padding:2px;
	text-align: center;
}

#b {
	background-color: #EED5B9;
	border: 2px solid #D79A57;
	color: #003366;
	font-size: 11px;
	font-weight:bold;
	padding:2px;
	text-align: center;
}

#c {
	background-color: #AEC9FF;
	border: 2px solid #2B70FF;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
	text-align: center;
}

#footer {
	clear: both;
	background: #ffffff;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 10px 10px; 
	color: #666666;
	font-size:11px;
}

#footer p {
	margin: 0; 
	padding: 5px 0; 
	color: #666666;
}

#footer a {
	text-decoration: none;
	color: #192227;
	font-size: 12px;
}

#footer a:hover {
	color: #00599D;
}

.style11{
	color: #000;
}

.BoldText {
	color: #083A81;
	font-weight: bold;
}

.style13 {
	color: #F00
}
.whitetext {
	color: #FFF;
	background-color: #063881;
	font-size: 12px;
	font-weight: bold;
}


.style14 {
	color: #053981
}

.Bold15pt {
	font-size: 15px;
	font-weight: bold;
	color: #083A81;
}

.style17 {font-size: 16px; color: #063881;}

.largeboldblue {
	font-size: large;
	color: #063881;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #063881;
	text-align: left;
	margin-bottom: 0px;
}


.site {font-variant: small-caps;}

/* right hand marquee 

#MarqueeSection{
height: 100px;
}

#rh-vmarquee {
width: 180px;
margin-bottom: 10px;
overflow:hidden;
position: relative;
line-height:15px;
color: #000;
}

#rh-marqueecontainer {
position: absolute;
width: 186px;
height: 90px;
margin-top: 10px;
font-size: 10px;
line-height:15px;
font-weight:normal;
overflow: hidden;
text-align:left;
}

#rh-marqueecontainer h1 {
font-size: 11px;
}

#rh-marqueecontainer ul {
margin-left: 8px;
padding: 2px;
list-style:none;
}

#rh-scrollingbuttons{
position: relative;
top: 30px;
left: 90px;
width: 16px;
}
*/
.local {
list-style:none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #02367F;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #063881;
	text-align: center;
}
#container #content center {


}

}
#wrapper #container #content #tabl2 {
	font-size: small;
}
#wrapper #container #content #tabl3 {
	font-size: small;
}
#wrapper #container #content #tabl4 {
	font-size: small;
}

li {
	font-size: small;
	display: list-item;
}
.largeboldbluelinks {
	font-size: large;
	color: #063881;
	font-weight: bold;
	text-align: center;
}
#content-x {
	float: left;
	width: 64%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content-y {
	float: right;
	width: 35%;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#content-z {
	float: left;
	width: 100%;
	margin: 2px;
	padding: 0px;
	clear: both;
}
