@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b0a59f;
	text-align: left;
}
.add_brown {
	color: #8a2003;
	font-weight: bold;
}

.header {
	background-color: #FFF;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.menu_bg {
	background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}
.main_body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b3a8a3;
	border-left-color: #b3a8a3;
	background-color: #FFF;
}
.right_col {
	background-image: url(/images/right_bar_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right_vl {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
}
.large_txt {
	font-size: 18px;
	font-weight: bold;
}
.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
}
.sm_txt {
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
.menu {
	color: #A8BED7;
	text-align: center;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
	display: block;
}
.menu a:hover {
	background-image: url(/images/menu_bg_over.jpg);
	background-repeat: repeat-x;
}
.sub-menu {
	font-size: 11px;
	color: #494949;
	background-image: url(../images/sub_menu_bg.jpg);
}
.sub-menu a {
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	display: block;
}
.sub-menu a:hover, .sub-menu-active {
	font-size: 11px;
	text-decoration: none;
	background-image: url(/images/sub_menu_bg-over.jpg);
	background-repeat: repeat-x;
}
.sub-menu-active {
	color:#727272;
}

.menu_no_bg a:hover {
	background-image:none;
}
.sm_menu {
	color: #8B8B8B;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: 11px;
}
.sm_menu a {
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	line-height: 15px;
	padding-top: 3px;
	display: block;
}
.sm_menu a:hover {
	text-decoration:underline;
}
.footer_txt, .footer_txt a {
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	color: #FFF;
	text-decoration:none;
}
.left_bg {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
}
.right_sub-menu-div {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: left;
}
.right-menu-div {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #869ab2;
}
a {
	color: #8a2003;
	text-decoration: underline;
}
.gray_link {
	color: #494949;
	text-decoration: none;
}
.team_photo {
	padding-right: 6px;
	padding-bottom: 6px;
}
.home_chart {
	background-image: url(../images/home_graph.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul {
	text-align: left;
}
