/* font styles */
body {
	font-size: 62.5%; /* 1em = 10px; */
	font-family: "Times New Roman", Times, serif;
}
#main_cont {
	font-size: 1.5em;
}
#footer {
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}
p {
	line-height: 1.3em;
}
ul li {
	margin-bottom: 8px;
}
ol li {
	margin-bottom: 8px;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

/* headings */
h1 {
	font-size: 1.6em;
	color: #003F1F;
}
h2 {
	font-size: 1.5em;
	color: #980000;
}
h3 {
	font-size: 1.4em;
	color: #003F1F;
}
h4 {
	font-size: 1.3em;
	color: #007F3E;
}
h5 {
	font-size: 1.2em;
	color: #00BF5D;
}

/* page links */
a {
	color: #00027F;
}
a:hover {
	color: #003F1F;
}

/* top navigation */
#top_nav {
	clear: both;
	height: 23px;
	padding: 5px 0 0;
	background: #00013F;
}
#top_nav ul {
	text-align: left; 
	margin: 0 5px 6px 5px;
}
#top_nav li {
	display: inline;
	padding: 2px 10px;
}
#top_nav li a {
	padding: 2px 0 6px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #00013F;
}
#top_nav li a:hover {
	background: #B9FBD9;
	color: #333;
}
#top_nav li a.active {
	background: #B9FBD9;
	color: #333;
	cursor: default;
}
#top_nav li a.active:hover {
	background: #B9FBD9;
	color: #333;
}
#top_nav span {
	padding: 2px 10px 6px 0;
}
* html #top_nav span { padding-bottom: 7px; }

/* inner boxes */
.innerbox_l .heading, .innerbox_r .heading {
	font-size: 2.3em;
	position: relative;
	top: -20px;
	background: #B9FBD9;
}
.innerbox_l .heading {
	color: #003F1F;
}
.innerbox_r .heading {
	color: #007F3E;
}
.inner_first {
	margin-top: -15px;
}
.innerbox_cont {
	clear: both;
	margin-top: 40px;
	background-image: url(../images/structure/innerboxes_09.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
.innerbox_top {
	background-image: url(../images/structure/innerboxes_06.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 6px;
}
.innerbox_bottom {
	clear: both;
	height: 10px;
	margin-left: 1px; 
	background-image: url(../images/structure/innerboxes_10.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
.innerbox_l, .innerbox_r {
	float: left;
	border-top: 1px solid #777;
	padding: 0 5px;
}
.innerbox_l {
	width: 350px;
	margin-left: 10px;
}
* html .innerbox_l { margin-left: 5px; }
.innerbox_r {
	width: 349px;
	margin-left: 8px;
}

/* layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #222;
}
#main_cont {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #777;
	border-top: 0;
	text-align: left;
	background: #B9FBD9;
}
#head_a, #head_b, #head_c {
	float: left;
}
#head_a {
	width: 389px;
	height: 144px;
	background-image: url(../images/structure/head_01.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#head_b {
	width: 115px;
	height: 144px;
	background-image: url(../images/structure/head_02.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#head_c {
	width: 266px;
	height: 144px;
	background-image: url(../images/structure/head_03.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#content_area {
	padding: 10px;
}
#footer {
	clear: both;
	height: 42px;
	padding-left: 200px;
	padding-top: 10px;
	background-image: url(../images/structure/foot_05.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
