/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	background-color: #BCBEC0;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	}
h1 {
	font-size: 18px;
	color: #305B9C;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 22px;
	}
h2 {
	font-size: 16px;
	color: #F0351F;
	font-weight: bold;
	line-height: 22px;
	}
h2 a {
	font-size: 16px;
	color: #F0351F;
	font-weight: bold;
	line-height: 22px;
	}
h3 {
	font-size: 16px;
	color: #305B9C;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 18px;
	}
p {
	margin-bottom: 22px;
	line-height: 18px;
	font-size: 13px;
	color: #000;
	}
p a {
	color: #305B9C;
	}
ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 22px;
	font-size: 13px;
	}
ol {
	margin-left: 20px;
	margin-bottom: 22px;
	font-size: 13px;
	}
ol li {
	margin-bottom: 16px;
	}
img, a img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
#container {
	text-align: left;
	margin: 50px auto;
	background-color: #fff;
	width: 800px;
	}
#header_corp {
	width: 800px;
	height: 191px;
	background-image: url(images/corporate_header.jpg);
	background-repeat: no-repeat;
	}
#header_comm {
	width: 800px;
	height: 191px;
	background-image: url(images/community_header.jpg);
	background-repeat: no-repeat;
	}
#nav_corp {
	width: 760px;
	height: 31px;
	background-image: url(images/nav_bg_red.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 13px;
	padding-left: 40px;
	}
#nav_comm {
	width: 800px;
	height: 29px;
	background-image: url(images/nav_bg_blue.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 15px;
	text-align: center;
	}
#nav_corp ul, #nav_comm ul {
	margin: 0px;
	}
#nav_corp li, #nav_comm li {
	display: inline;
	margin: 0px;
	}
#nav_corp a {
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	font-size: 13px;
	}
#nav_corp a:hover {
	color: #305B9C;
	}
#nav_comm a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	font-size: 11px;
	}
#nav_comm a:hover {
	color: #EE3824;
	}
#subnav_side {
	background-image: url(images/progams_navside.jpg);
	background-repeat: repeat-y;
	width: 261px;
	height: 785px;
	float: left;
	padding: 10px 0px 0px 20px;
	}
#subnav_side ul {
	list-style-type: none;
	}
#subnav_side ul li {
	margin-top: 18px;
	line-height: 18px;
	}
#subnav_side ul li a {
	color: #305B9C;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	}
#subnav_side ul ul li {
	margin-top: 0px;
	}
#subnav_side ul ul li a {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	}
#content_side {
	background-image: url(images/programs_bg.jpg);
	background-repeat: no-repeat;
	width: 519px;
	height: 795px;
	float: right;
	}
#content {
	width: 479px;
	height: 755px;
	overflow: auto;
	padding: 20px;
	}