/* CSS Document */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto; !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}
#topnav {
	height: 50px;
	background-image: url(../images/navbackground.gif);
}
#titlebar {
	height: 4px;
	/*background-image: url(../images/topspacerbar.gif);*/
}

#head {
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#h_left {
	width: 580px;
	height: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerleft.jpg);
}
#h_right {
	width: 180px;
	height: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerright.jpg);
}
#body {
	width: 760px;
}
#breadcrumbs {
	width: 752px;
	height: 16px;
	padding-top: 4px;
	margin-top: 4px;
	padding-right: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/breadcrumbsbar.gif);
	text-align: right;
}
#breadcrumbs a:link {
	color: #0a3065;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #0a3065;
	text-decoration: none;
}
#breadcrumbs a:active {
	color: #0a3065;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}
#main {
	width: 752px;
	height: auto;
	padding: 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}
#main ul {
	font-size: 11px;
	color: #0a3065;
	font-weight: bold;
	text-decoration: none;
	list-style-type: disc;
}
#main ul a:link {
	color: #0a3065;
	text-decoration: none;
}
#main ul a:visited {
	color: #0a3065;
	text-decoration: none;
}
#main ul a:active {
	color: #0a3065;
	text-decoration: none;
}
#main ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0a3065;
	background-repeat: no-repeat;
}
#main img {
	border: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0a3065;
}
#main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0a3065;
}
#main a:link {
	color: #0a3065;
	text-decoration: none;
}
#main a:visited {
	color: #0a3065;
	text-decoration: none;
}
#main a:active {
	color: #0a3065;
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#searchboxleft {
	width: 472px;
	height: 22px;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0a3065;
}
#searchboxleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:hover {
	color: #0a3065;
	text-decoration: none;
	background-color: #FFFFFF;
}
#searchboxright {
	width: 272px;
	height: 26px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	text-align: right;
	background-color: #0a3065;
}
#searchboxright form { 
	margin:0px;
}
#footer {
	width: 756px;
	height: 46px;
	padding: 2px;
	float: left;
	margin: 0px;
	background-image: url(../images/footerbackground.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
html,body {
	background-color: #acacac;
	font-family: Arial, Helvetica, sans-serif;
	margin:2px;
	/*background-image: url(../images/backgroundpattern.gif);
	background-repeat: repeat;*/
}