/* font and headings */
body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
	font-weight: bold;
}
#main_col {
	font-size: 1.4em;
}
#main_col h1 {
	font-size: 1.5em;
	color: #7F0000;
}
#main_col h2 {
	font-size: 1.4em;
	color: #7F0000;
}
#main_col h3 {
	font-size: 1.3em;
	color: #7F0000;
}
#main_col blockquote {
	padding-left: 20px;
	border-left: 10px solid #777;
	color: #777;
}

/* links */
a {
	color: #00407F;
}
a:hover {
	color: #00BF60;
}
a:visited {
	color: #00203F;
}

/* 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: 176px;
	font-size: 1.6em;
}
#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 176px;
	color: #ffffff;
}
#menu ul li {
	position: relative;
}
#menu ul li a {
	display: block;
	padding: 3px 0px 0px 50px;
	margin-bottom: 15px;
	text-decoration: none;
	background-image: url(../images/structure/nav-u_14.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #08AF58;
}
#menu ul li a.stay_lit {
	background-image: url(../images/structure/nav-a_14.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
	cursor: default;
}
#menu ul li a.stay_lit:hover {
	background-image: url(../images/structure/nav-a_14.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 {
	margin: 0;
	padding: 0px 0px 25px 0px;
	text-align: center;
	background-image: url(../images/structure/bg-body.gif);
	background-attachment: scroll;
	background-repeat: repeat;
}
#main_container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background: #fff;
	background-image: url(../images/structure/bg-left-col_17.gif);
	background-attachment: scroll;
	background-position: left;
	background-repeat: repeat-y;
	border: 1px solid #fff;
	border-top: 0;
}
#head_img {
	width: 770px;
	height: 156px;
}
#top_bar {
	text-align: right;
	background-image: url(../images/structure/bg-topbar_06.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#left_col, #main_col {
	float: left;
}
#left_col {
	width: 176px;
	padding-top: 100px;
	background-image: url(../images/structure/left-col-top_08.gif);
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
}
#main_col {
	width: 574px;
	padding: 15px 10px 10px;
}
#footer {
	clear: both;
	background-image: url(../images/structure/footer_19.gif);
	width: 770px;
	height: 52px;
}
.inner_floats {
	float: left;
	width: 45%;
	padding: 0px 10px 10px;
}
.clearer {
	display: block;
	clear: both;
}
.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
.pics {
	border: 1px solid #000;
}
