@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	background-color: #c8d7dc;
	height: 100%;
}

#utility {
	position: relative;
	marging: 0;
	width: 100%;
	height: 37px;
}

#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 139px;
	background-image: url('../img/nav_back.jpg');
	background-repeat: repeat-x;
}

#main_img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 705px;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image:url('../img/content_shadow.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #959595;
	line-height: 16px;
}

#footer td a {
	text-decoration: none;
	font-size: 11px;
	color: #959595;
	font-weight: normal;
}

#footer td a:HOVER {
	text-decoration: underline;
	font-size: 11px;
	color: #959595;
	font-weight: normal;
}

#footer td a.toplink {
	text-decoration: none;
	font-size: 12px;
	color: #959595;
	font-weight: bold;
}

#footer td a.toplink:HOVER {
	text-decoration: underline;
	font-size: 12px;
	color: #959595;
	font-weight: bold;
}

#sidenav.tilte {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:  #2c3b45;
	font-weight: bold;
	border-bottom: 1px solid #bcbcbc;
	padding: 8px 0 0 5px;
	height: 20px;
	width: 185px;
}

#sidenav li a {
	text-decoration: none;
	background: none;
	padding: 8px 0 0 5px;
	height: 18px;
	width: 185px;
	vertical-align: middle;
	border-bottom: 1px solid #bcbcbc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2c3b45;
	list-style: none;
	list-style-image: none;
	display: block;
	font-weight: normal;
}

#sidenav li a:HOVER {
	text-decoration: none;
	color: #003051;
	background: #dce5e8;
	font-weight: bold;
}

#article {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	display: table-row;
}

#article img.img_border_left {
	
	border: 3px solid #FFFFFF;
}

#article img.img_border_right {
	padding-left: 27px;
	border: 3px solid #FFFFFF;
}

#article a {
	text-decoration: none;
	font-size: 11px;
	color: #003051;
	font-weight: bold;
}

#article a:HOVER {
	text-decoration: underline;
	font-size: 11px;
	color: #003051;
	font-weight: bold;
}

.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003051
}

.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003051
}
