@charset "utf-8";
/* CSS Document */


body {
	background-color: #dae4ee;
	margin-top:0px;
}
#container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.top {
	height: 110px;
	background-image: url(images/title2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.content {
	background-color: #FFF;
	margin-top: 8px;
	display:inline-block;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #487DA9;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
.left {
	float: left;
	width: 677px;
	margin-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	background-color:#FFF;	
}
.left img{
	border:none;
}
.left img a:link, a:visited, a:hover{
	border:none;
}
.left p{
	margin-bottom:4px;
	margin-top:4px;
	padding-left:13px;
	padding-right: 10px;
}
.right {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #EEE;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.right p{
	margin-bottom:4px;
	margin-top:4px;
	padding-left:5px;
}
.right ul{
	margin:0px;
	padding:0px;
}
.right li{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
	;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #4579AB;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
}
.large-fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4579AB;
}
.banner {
	text-align: center;
	margin-top: 10px;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	text-align: center;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.clear{
	clear:both;
	height:10px;
}
.form-cntrl {
	padding-left: 10px;
	padding-top: 5px;
}
img{
	border:none;
}
.tableheading {
	font-weight:bold;
}
