/* font and headings */
body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
}
#main_col {
	font-size: 1.3em;
	color: #000;
}
#main_col h1 {
	font-size: 1.6em;
	color: #7F0002;
}
#main_col h2 {
	font-size: 1.4em;
	color: #003F1E;
}
#main_col h3 {
	font-size: 1.3em;
	color: #003F1E;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
	font-weight: bold;
}

/* links */
a {
	color: #00427F;
}
a:hover {
	color: #0063BF;
}
a:visited {
	color: #00213F;
}

/* images */
.img_border {
	border: 1px solid #000;
}
.img_float_r {
	float: right;
	margin: 5px 0px 5px 5px;
}
.img_float_l {
	float: left;
	margin: 5px 5px 5px 0px;
}

/* lists */
ul li {
	margin-bottom: 10px;
}
ol li {
	margin-bottom: 10px;
}

/* navigation menu */
#menu {
	width: 140px;
	font-size: 1.3em;
}
#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 140px;
	color: #ffffff;
}
#menu ul li {
	position: relative;
	margin-bottom: 3px;
}
#menu ul li a {
	display: block;
	height: 28px;
	padding: 8px 0px 0px 30px;
	text-decoration: none;
	background-image: url(../media/structure/nav-u_05.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
}
#menu ul li a:hover {
	background-image: url(../media/structure/nav-o_05.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #00FF7B;
}
#menu ul li a.stay_lit {
	background-image: url(../media/structure/nav-a_05.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
	cursor: default;
}
#menu ul li a.stay_lit:hover {
	background-image: url(../media/structure/nav-a_05.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
	cursor: default;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* layout */
body {
	background-image: url(../media/structure/bg-body.gif);
	background-attachment: scroll;
	background-repeat: repeat;
}
#main_table { background: #fff; border: 1px solid #000; }
#main_col {
	padding: 10px;
	width: 673px;
}
.left_col {
	width: 177px;
	padding-top: 25px;
	background-image: url(../media/structure/left_08.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
.left_bottom {
	height: 36px;
	width: 177px;
	background-image: url(../media/structure/left_11.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.inner_l, .inner_r {
	width: 45%;
	float: left;
}
.home_box_l, .home_box {
	float: left;
}
.home_box_l { width: 300px; }
.home_box { width: 200px; }
.page_bottom {
	height: 10px;
	background: #7F0002;
}
.clearer { clear: both; }
