a img {
	border: none;
}

a {
	color: #629b5b;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #629b5b;
}

/* MAIN PAGE LAYOUT */

body {
	background-color: #f2efe5;
	font-family: "Tahoma", sans-serif;
	font-size: 16px;
	text-align: center;
}

table.main {
	width: 1130px;
	margin: auto;
}

td.top {
	width: 100%;
	height: 146px;
	background-color: #f2efe5;
	background: url("../images/csf_bg.gif") 259px 0 no-repeat;
}

td.nav {
	width: 307px;
	vertical-align: top;
	background: url("../images/csf_bg_y.gif") 259px 0 repeat-y;
}

td.content {
	width: 823px;
	vertical-align: top;
	background: url("../images/csf_bg_y.gif") 100% 0 repeat-y;
}

td.bottom {
	width: 100%;
	height: 73px;
	background-color: #f2efe5;
	background: url("../images/csf_bg.gif") 259px -146px no-repeat;
}

.bottomMargin {
	margin-bottom: 10px;
}

/* NAV BAR */

div.nav_link {
	text-align: right;
	/* color: #6c5181; */
	color: #46853e;
	padding-right: 30px;
}

div.nav_link_active {
	background: url("../images/csf_bg.gif") 0 -229px no-repeat;
	height: 80px;
	vertical-align: middle;
	font-weight: bold;
}

div.nav_text {
	padding: 10px 0;
}

div.active_text {
	padding-top: 28px;
}

.nav_link a {
	/* color: #6c5181; */
	color: #46853e;
	text-decoration: none;
}

/* CONTENT LAYOUT */

div.content_wrapper {
	margin: 15px 58px 0px 10px;
}

div.divider {
	height: 10px;
	background: url("../images/csf_bg.gif") 0 -219px no-repeat;
	width: 742px;
	float: right;
	/* FOR IE */
	line-height: 0px;
	font-size: 0px;
}

h1 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #46853e;
}

.question {
	text-align: right;
}

/* BOTTOM LAYOUT */

div.contact_info {
	font-size: 12px;
	float: right;
	color: #46853e;
	margin: 20px 204px 0 0;
}

div.contact_info img {
	vertical-align: middle;
	margin-left: 4px;
}