/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#quicklinks {
	display: none;
}

h1{
	font-weight: bold;
	font-size: 18px;
}

h2{
	font-size: 14px;
	color: #6688ac;
}

h3{
	padding-top: 15px;
	font-size: 12px;
	color: #6688ac;
}
h4{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #6688ac;
}

p{
	font-size: 12px;
	font-weight: normal;
}

ul li{
	font-size: 11px;
}

ol li{
	font-size: 12px;
	list-style-type: lower-alpha;
}

.slogan{
	font-style: italic;
	font-size: 13px;
	color: #01478C;
	margin-bottom: 20px;
}

.bold{
	font-weight: bold;
}

.note{
	color: #f00;
}

.notice{
	padding-top: 15px;
	width: 65px; 
	border-bottom: 3px solid #f00;
	color: #f00;
	font-weight: bold;
}


.textindent{
	margin-left: 10px;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #6688ac;	
}

.link{
	margin-left: 70px;
}

img{
	border: none;
}

table{
	font-size: 12px;
}
td{
	padding-right: 5px;
}

.tablestyle td{
	padding: 2px 5px 2px 5px;
}

.tablestyle{
	background-color: #ccc;
}
.tableheading{
	color: #fff;
	background-color: #01478C;
	font-weight: bold;
}

.imagecontent{
	float: right;
	margin: 5px 40px 5px 20px;
}

.textcontent{
	height: 135px;
	margin-bottom: 5px;
}

#wrapper{
	width: 800px;
	margin: auto;
	height: 100%;
	
}

#topnav{
	background-image: url(../images/topnav_r1_c3.jpg);
	background-repeat: no-repeat;
	width: 789px;
	height: 37px;
	margin-top: 0;
	padding-top: 0;
	
}

#topnav  ul{
	padding-top: 8px;
	margin-top: 0;
}

#topnav ul li {
	display: inline !important;
	margin-right: 35px;
	font-size: 12px;
	font-weight: bold;
	
}
#topnav ul li a{
	color: #333;
}

#topnav ul li a:hover{
	color: #01478C;
}

#banner{
	background-repeat: no-repeat;
	width: 789px;
	height: 159px;
	background-image: url(../images/webcontent/pic2.jpg);
}

.fadepic {
	width: 789px;
	height: 159px;
	position: absolute;
}

#content{
	width: 815px;
	margin-top: -10px;
		position: absolute;
}

#divcontent{
	margin-top: 0px;
	margin-left: 0;
	float: left;
}

#mainheading{
	background-image: url(../images/maincontent_top.jpg);
	background-repeat: no-repeat;	
	width: 620px;
	height: 56px;
}

#mainheading h1{
	padding-top: 20px;
	padding-left: 20px;
	font-size: 16px;
}

#mainbody {
	background-image: url(../images/maincontent_body.jpg);
	background-repeat: repeat-y;
	margin-top: -12px;	
}
#maintext{
	width: 590px;
	margin-left: 20px;
	padding-bottom: 30px;
	
}

#mainbottom{
	background-image: url(../images/maincontent_bottom.jpg);
	background-repeat: repeat-y;
	height: 30px;
	margin-top: -12px;	
 	width: 620px;
}

#maintext ul li{
	font-size: 12px;
	margin-left: -25px;	
}

#rightnav{
	
float: right;
	width: 189px;
	margin-top: 0;
	
}
#righttop{
	background-image: url(../images/righttop.jpg);
	background-repeat: no-repeat;	
	height: 34px;
	margin-left: 1px;
	margin-top: 10px;
}


#rightbody{
	background-image: url(../images/rightbody.gif) !important;
	background-repeat: repeat-y;	
	margin-top: -20px !important;
	margin-left: 1px !important;
	
}


#rightbody ul{
	margin-top: -10px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 189px;
	
}
#rightbody ul li{
	background-image: url(../images/righticon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px !important;
	line-height: 14px;
	padding:  2px 0 4px 20px;
	margin: 2px 5px 0 0px;
	border-bottom: 1px solid #ccc;
width: 136px !important;
	font-weight: bold;
	display: block;
	
}

#rightbody ul li a{
	color: #333;
	width: 138px !important;
	
		
}

#rightbody ul li.active{
	background-image: url(../images/dropdownicon.gif);
	
}

#rightbody li ul li {
width: 96px !important;
}

#rightbody  li ul li a{
	color:#333;
	width: 98px !important;
}

#rightbody  li ul li a:hover{
	color:#999;
}

#rightbody ul li ul{
	margin-top: 5px;
		width: 118px !important;
	
}

#rightbody  li ul li{
	background-image: none;
	line-height: 12px;
	margin-top: -1px;
	margin-bottom: -1px;
	border-bottom: none;
	font-weight: normal;
	z-index : 100;
}



#rightbottom{
	background-image: url(../images/rightbottom.jpg);
	background-repeat: no-repeat;	
	
	height: 137px;
	margin-left: 1px;
	margin-top: -20px;
	width: 160px;
}

#foot{
	margin-bottom: 40px;
	font-size: 11px;
}

#searchbox{
	margin-left: 10px;
	width: 220px;
}
.searchbutton{
	background-color: #333;
	border: 1px solid #999;
	color: #fff;
	padding: 0;
}

input{
	border: 1px solid #999;
	font-weight: bold;
}
.searchtext{
	padding-left: 10px;
	width:140px;
}

#footer{
	margin-left: 285px;
	margin-top: -20px;
	font-size: 11px;
	color: #999;
	clear: both;
}

.numbers li{
	list-style-type: decimal !important;
}

#terms{
	position: absolute;
	margin-left:380px;
	padding-right:10px;
	width:360px;
	top: 180px;
}