@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/back_gredation_top_03.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
ul, li {
	list-style-type: none;
}
h1 {
	font-size: 24px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
}
hr {
	color: #02609D;
	margin-bottom: 10px;
}
#outWrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#outWrapper #header {
	height: auto;
	width: auto;
}
#outWrapper #content_area {
	height: auto;
	background-color: #FFFFFF;
}
#outWrapper #footer {
	height: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02609C;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#outWrapper #content_area .nav {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#outWrapper #content_area .nav a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 215px;
	height: 24px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02609C;
	background-image: url(../images/triangle_up_09.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-left: 5px;
}
#outWrapper #content_area .nav a:hover {
	background-image: url(../images/triangle_hover_09.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#outWrapper #content_area .nav a:visited {
	color: #000000;
	text-decoration: none;
}
#outWrapper #content_area #mainContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 7px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outWrapper #content_area #mainContent p {
	padding-bottom: 10px;
	text-align: justify;
}
#outWrapper #footer a {
	text-decoration: none;
	color: #333333;
}
#outWrapper #footer a:hover {
	text-decoration: underline;
}
#outWrapper #footer a:visited {
	color: #333333;
}
#outWrapper #footer #byline {
	height: 15px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}
#outWrapper #content_area #mainContent ul {
	padding-bottom: 10px;
	padding-left: 25px;
}
#outWrapper #content_area #mainContent li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 1.2em;
}
.community_nav {
	font-size: 14px;
	font-weight: bold;
	color: #02609C;
	text-decoration: none;
}
.community_nav_active {
	color: #FFFFFF;
	background-color: #0360BE;
	font-size: 14px;
	font-weight: bold;
}
