/* font and headings */
body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
	font-weight: bold;
}
.text_strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#main_col {
	font-size: 1.3em;
}
#main_col .sub_text {
	font-size: 0.8em;
}
.fineprint {
	font-size: 0.8em;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #7F6549;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #7F6549;
}

/* list styles */
#main_col li {
	padding-bottom: 5px;
}

/* links */
a {
	color: #654986;
}

/* images */
.img_border {
	border: 1px solid #000;
}
.img_space {
	margin: 5px;
}

/* form */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	background: #66497F;
	border: 1px solid #ccc;
	padding: 5px;
}
.form_label {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

/* navigation menu */
.stay_lit {
	font-style: oblique;
	background-image: url(../images/structure/nav-staylit_16.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	color: #fff;
}
.no_link {
	cursor: default;
}
#menu {
	width: 178px;
	font-size: 1.3em;
	margin-bottom: 25px;
	z-index: 2; /* for flash coverage */
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style: none;
	width: 178px;
	color: #fff;
	z-index: 2; /* for flash coverage */
}
#menu ul li {
	position: relative;
	z-index: 2; /* for flash coverage */
}
#menu li ul {
	position: absolute;
	left: 177px;
	margin-top: 0px;
	top: 0;
	display: none;
	border: 1px solid #555;
	background: #cccccc;
	z-index: 2;
}
#menu ul li a {
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #32243F;
	font-weight: bold;
	border: 0px;
	z-index: 2; /* for flash coverage */
}
#menu ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/structure/nav-o_12.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	z-index: 2; /* for flash coverage */
}
#menu ul li ul {
    width: 175px;
    z-index: 2;
    padding: 0px;
}
#menu ul li ul li a {
    z-index: 2;
    padding-right: 5px;
}
#menu ul li ul li a:hover {
    color: #ffffff;
    background-image: url(../images/structure/nav-sub-o_19.gif);
    background-attachment: scroll;
    background-repeat: repeat;
    z-index: 2;
}
#menu li:hover ul ul, #menu li.sfhover ul ul { 
	display: none;
	z-index: 2;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	display: block;
	z-index: 2;
}
/* 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: 0px;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../images/structure/bg-body_16.gif);
	background-attachment: scroll;
	background-repeat: repeat;
}
#main_container {
	width: 770px;
	background: #ECE9D8;
	background-image: url(../images/structure/bg-main_03.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main_container2 {
	width: 770px;
	background: #ECE9D8;
}
#menu_image {
	width: 298px;
	height: 183px;
	float: right;
}
#head_l, #head_r {
	float: left;
	height: 183px;
}
#head_l { width: 472px; }
#head_r { width: 298px; }
#head {
	width: 472px;
}
#left_col {
	width: 178px;
	background-image: url(../images/structure/bg-nav_10.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#main_col {
	width: 572px;
	padding: 0px 10px 20px 10px;
}
#footer {
	clear: both;
	background-image: url(../images/structure/body-bottom_15.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 770px;
	height: 15px;
}
#inner_left, #inner_right {
	float: left;
	width: 285px;
	text-align: center;
}
.clearer {
	clear: both;
	display: block;
}

