@charset "utf-8";
h1 {
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 25px;
}

a {
	color: #354D93;
}
.floatright {
	float: right;
}



#container {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/bgtile2.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #06153F;
}
#header {
	background-image: url(images/header_all.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 135px;
	color: #FFFFFF;
	height: 355px;
}
#header a {
	color: #FFFFFF;
}
#content {
	text-align: left;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 55px;
}
#sidebar {
	color: #FFFFFF;
	background-image: url(images/sidebar_tile.jpg);
	background-repeat: repeat-y;
	float: right;
	margin-bottom: 8px;
	margin-left: 15px;
	width: 245px;
}
#sidebar_top {
	font-style: italic;
	background-color: #B7B4BD;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 8px;
	padding-left: 12px;
	font-size: 120%;
}
#sidebar_mid {
	padding-left: 12px;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-right: 12px;
}
#sidebar_mid2 {
	padding-left: 12px;
	padding-bottom: 15px;
	padding-right: 12px;
}
#sidebar_mid2 ul {
	list-style-type: square;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#footer {
	clear: both;
	color: #FFFFFF;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 98px;
	padding-top: 42px;
}
#menu {
	background-color: #354D93;
	height: 20px;
	width: 890px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 8px;
	font-size: 90%;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#credit {
	font-size: 70%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 975px;
	color: #062163;
	padding-right: 25px;
	height: 30px;
}
#credit a {
	color: #062163;
	text-decoration: none;
}
#credit a:hover {
	color: #9D9CA2;
	text-decoration: underline;
}

