body, th, td, p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	color: #292929;
}
body, img {
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	color: #8a0000;
}
h5 {
	font-size: 1em;
	color: #8a0000;
}
p {
	margin: 1em 0;
}
#logo {
	text-align: right;
}
#nav, #footer {
	background: #A24B30 url("images/nav_bg.gif") repeat-x 0 0;
}
#nav td {
	text-align: center;
	vertical-align: middle;
}
#main_window {
	background: #FDF0E7 url("images/bar_left.gif") repeat-y 0 0;
}
#shadow_holder {
	width: 100%;
	background: #F9E2D3 url("images/nav_shadow2.gif") repeat-x 0 0;
}
#left_bar {
	position: absolute;
	top: 127px;
	left: 0;
	width: 166px;
	background: none;
}
#content {
	padding: 40px 100px 40px 100px;
	margin: 0 0 0 166px;
	background-color: #F9E2D3;
}
#home_welcome {
	background-image: url("images/homepic_bot.jpg");
	width: 550px;
}
#home_welcome_message {
	padding: 0 20px 2px 20px;
}
#home_welcome_message h2 {
	padding-top: 0;
	margin-top: 0;
}
#footer {
	height: 25px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 10px 0 0;
	text-align: right;
	color: #FFFFFF;
}
#sub_footer {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 10px 0 0;
	text-align: right;	
}
a:link {
	color: #292929;
	text-decoration: underline;
}
a:visited {
	color: #292929;
	text-decoration: underline;
}
a:hover {
	color: #8a0000;
	text-decoration: underline;
}
a:active {
	color: #606060;
}
a.nav:link {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
}
a.nav:visited {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;

}
a.nav:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #f2d8d0;
	font-weight: bold; 
	text-decoration: none;
}
#left_bar p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 3px 8px;
	font-weight: normal;
	color: #957166;
}
#left_bar a:link, #sub_footer a:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #957166;
	text-decoration: underline;
}
#left_bar a:visited, #sub_footer a:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #957166;
	text-decoration: underline;
}
#left_bar a:hover, #sub_footer a:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #957166;
	text-decoration: none;
}
.tbl_info {
	background-color: #8A5B3F;
}
.tbl_info th {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	background-color: #b3725d;
	color: #FFFFFF;
	padding: 2px 5px;
	text-align: center;
	font-size: 0.7em !important;
}
.tbl_info td {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	background-color: #F9E2D3;
	padding: 1px 5px;
	font-size: 0.7em !important;
	line-height: 1.2em !important;
}
.tbl_info td ul {
	padding-left: 15px;
}
.cellpad_top_bot td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.dashed_bot {
	border-bottom: #FFFFFF 2px dotted;
}

.sm {
	font-size: 0.8em !important;
}
.red {
	color: #8a0000 !important;
}
.float_right {
	float: right;
	text-align: left;
}