/* font and headings */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#content_area {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content_area h1 {
	font-size: 1.5em;
	color: #08123B;
}
#content_area h2 {
	font-size: 1.3em;
	color: #333;
}
#content_area h3 {
	font-size: 1.2em;
	color: #333;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
.breadcrumb {
	font-size: 0.8em;
	font-weight: bold;
}

/* content area lists */
#content_area ol li {
	line-height: 1.5em;
}
#content_area ul li {
	line-height: 1.5em;
}

/* navigation menu */
#head_right {
	font-size: 1.4em;
}
#head_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 202px;
	color: #ffffff;
}
#head_right ul li {
	position: relative;
	width: 202px;
	height: 24px;
	padding-bottom: 20px;
}
#head_right ul li a {
	display: block;
	padding: 3px 0px 10px 20px;
	background-image: url(../images/structure/nav-u_06.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}
#head_right ul li a.staylit {
	text-decoration: none;
	background-image: url(../images/structure/nav-o_06.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #00F17A;
	font-style: oblique;
}
#head_right ul li a:hover {
	text-decoration: none;
	background-image: url(../images/structure/nav-o_06.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #00F17A;
}
/* Fix IE. Hide from IE Mac \*/
* html #head_right ul li { float: left; height: 1%; }
* html #head_right ul li a { height: 1%; }
/* End */

/* layout */
body {
	background-image: url(../images/structure/bg-body_10.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
}
#main_container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 1px solid #fff;
	border-top: 0px;
}
#head_left, #head_right {
	float: left;
	height: 156px;
}
#head_left {
	width: 326px;
	background-image: url(../images/structure/head_02.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#head_right {
	width: 444px;
	background-image: url(../images/structure/head_03.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav_left, #nav_right {
	float: left;
	width: 210px;
	padding-top: 15px;
}
#nav_left {
	margin-left: 10px;
}
#content_area {
	clear: both;
	min-height: 300px;
	padding: 10px 10px 20px;
	background-image: url(../images/structure/bg-main_07.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}
* html #content_area { height: 300px; } 
#footer {
	clear: both;
	height: 23px;
	padding: 5px 0px 0px 5px;
	background-image: url(../images/structure/footer_14.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

