@charset "UTF-8";
body {
	margin:0;
	text-align:center;
	background-image: url(../2007images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size: 62.5%;
	padding: 0;
}
#container {
	width: 758px;
	margin-top: 15px;
	border: 1px solid #0A1341;
	background-color: #E6E6EE;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
}
#search {
	position: absolute;
	color: #FFF;
	margin: 5px;
	width: 748px;
}
#search form {
	margin: 0px;
	font-size: 1.2em;
}
#search form select.search2{
	width: 150px;
}
#left {
	width: 471px;
	float: left;
	background-color: #FFF;
	padding: 14px;
	border-right: 1px solid #0A1341;
}
#left h1 {
	margin: 0px;
	font-size: 2.4em;
	color: #112173;
}
#left h1.small {
	font-size: 1.6em;
}
#left h1.small small{
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
}
#left p {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 0px;
	line-height: 1.4em;
	font-size: 1.2em;
}
#left p.greybar {
	background-color: #9196BC;
	background-image: url(images/arrow-greybar.gif);
	background-repeat: no-repeat;
	background-position: -0.5em 0.5em;
	padding-left: 9px;
	padding-top:0px;
	margin-top: 18px;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.8em;
}
#left p.greybar:hover {
	background-color: #777DAC;
}
#left p.greybar a {
	color:#FFF;
	display:block;
	cursor:pointer;
	text-decoration:none;
}
#left a:link {
	text-decoration: none;
	color: #112173;
}
#left a:visited {
	text-decoration: none;
	color: #112173;
}
#left a:hover {
	text-decoration: underline;
	color: #112173;
}
#left #topmessage {
	border: 1px solid #FFCC33;
	background-color: #FFFFCC;
	margin-bottom: 14px;
	padding: 8px;
}
#left #topmessage p {
	margin: 0px;
}
#right {
	float: left;
	width: 258px;
	font-size: 1.2em;
	color: #112274;
	margin-bottom:75px;
}
#right h2 {
	color: #FFF;
	background-color: #9196BC;
	padding: 4px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	border-top: 1px solid #112274;
	border-bottom: 1px dotted #484F77;
	cursor:pointer;
}
#right h2:hover {
	background-color: #777DAC;
}
#right p {
	margin: 10px 10px 14px 10px;
}
#right ul {
	margin: 0px 10px 14px 10px;
	padding:0px;
}
#right ul li {
	margin-top: 10px;
	padding-left: 1.3em;
	list-style-type: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0em .3em;
}
#right a:link {
	text-decoration: none;
	color: #112173;
}
#right a:visited {
	text-decoration: none;
	color: #112173;
}
#right a:hover {
	text-decoration: underline;
}
#right form {
	margin: 0px;
}
#right form p {
	height: 1.8em;
	margin-top: 18px;
	line-height: 1.8em;
}
#right form label {
	float: left;
	width: 85px;
}
#right form input {
	border: 1px solid #9196BC;
	padding: 2px;
	width: 145px;
}
#right form p.button{
	height:auto;
}
#right form p.button input{
	width: 100px;
	background-color: #9196BC;
	margin-left: 85px;
	height: 22px;
	padding: 0px;
	border: 1px solid #112274;
}
#right form p.button input:hover{
	background-color: #112274;
	color: #FFF;
}
#home {
	height: 24px;
	width: 185px;
	float: right;
	margin-top: -50px;
	text-align: right;
	padding: 13px;
	font-size: 10px;
}
#home img {
	float: right;
	margin-left: 8px;
	border: none;
}
#home a:link {
	text-decoration: none;
	color: #112274;
}
#home a:visited {
	text-decoration: none;
	color: #112274;
}
#home a:hover {
	text-decoration: underline;
	color: #112274;
}
#footer {
	width: 758px;
	color: #4B4121;
	margin-top: 2px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	padding-bottom: 15px;
}
#footer p {
	font-size: 10px;
	margin: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #4B4121;
}
#footer a:visited {
	text-decoration: none;
	color: #4B4121;
}
#footer a:hover {
	text-decoration: underline;
	color: #4B4121;
}
#footer div {
	float: left;
}
#clearer {
	clear: both;
	display: block;
}

