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

#quicklinks {
	display: none;
}

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

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

.bold{
	font-weight: bold;
}

img{
	border: none;
}

.floatimg{
	float: right;
	margin-right: 5px;
}

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

a:hover{
	color: #01478C;
}


.link{
	margin-left: 70px;
	font-size: 10px;
}

#wrapper{
	width: 798px;
	margin: auto;
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

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

#topnav ul li a{
	color: #333;
}

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

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

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

#banner{
	margin-top: 5px;
	background-repeat: no-repeat;
	width: 789px;
	height: 252px;
	background-image: url(../images/pic2.jpg);
}

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

#content{
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;	
	width: 789px;
	height: 357px;
	margin-top: -10px;
}

#leftnav ul{
	padding-top: 16px !important;
	list-style-type: none;
	width: 200px;
}

#leftnav ul li{
	background-image: url(../images/leftnavicon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 1px 0 0 20px;
	margin-left: -35px !important;
	width: 200px;
	position: relative;
}

#leftnav ul li a{
	color: #333;
}

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

#leftlink{
	margin-top: -5px ;
}

#maincontent{
	margin-top: -200px ;
	margin-left: 228px;
	width: 325px !important;
}
#maincontent #maincontentheading, #rightnav #rightheading{
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 12px !important;
}

#rightnav{
	position: absolute;
	margin-left: 590px;
	top: 320px !important;
	width: 190px;
	height: 350px;
}
#foot{
	margin-bottom: 40px;
}

#searchbox{
	margin-top: 10px;
	margin-left: 10px;
	width: 200px;
}
.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: 490px;
	margin-top: -20px;
	font-size: 11px;
	color: #999;
}

