* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#header {
	background: #c5b89f url(../images/design/header.jpg) repeat-x;
	height: 150px;
}

#header h1#logo {
	margin: 0;
	padding: 0;
	width: 531px;
	height: 84px;
	float: left;
	margin-top: 66px;
	overflow: hidden;
	background: url(../images/design/logo.gif) no-repeat;
}

#header p#logo {
	margin: 0;
	padding: 0;
	width: 531px;
	height: 84px;
	float: left;
	margin-top: 66px;
	overflow: hidden;
	background: url(../images/design/logo.gif) no-repeat;
}

#header h1#logo a {
	display: block;
	width: 531px;
	height: 0;
	padding-top: 84px;
	overflow: hidden;
}

#header p#logo a {
	display: block;
	width: 531px;
	height: 0;
	padding-top: 84px;
	overflow: hidden;
}

#header p#company_info {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/design/co_info.gif) no-repeat;
	margin: 0;
	padding: 0;
	width: 233px;
	height: 0;
	padding-top: 150px;
	overflow: hidden;
}

#main_nav {
 background: url(../images/design/main_nav_top.gif) repeat-x;
}

#main_nav ul {
	margin: 0;
	padding: 6px 0 6px 205px;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/design/main_nav_bottom.gif) repeat-x bottom left;
}

#main_nav li {
	display: inline;
}

#main_nav a {
	color: #030;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
}

#main_nav a:link, #main_nav a:visited {
	text-decoration: none;
}

#main_nav a:focus, #main_nav a:hover {
	text-decoration: underline;
}

#main_nav a:active {
	text-decoration: none;
}

ul li.skip_nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}

table#content_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

table#content_table tr#content_table_top_row, table#content_table tr#content_table_bottom_row {
	vertical-align: top;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td#content_cell_left {
	width: 200px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background: url(../images/design/left_nav_green.gif);
}

#left_nav ul {
	margin: 0;
	padding: 20px 0 141px 0;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	background: url(../images/design/left_nav_bottom_bars.gif) no-repeat bottom left;
}

#left_nav li {
	background: url(../images/design/left_nav_link_top.gif) no-repeat;
	padding: 0;
	width: 200px;
	margin-bottom: 10px;
}

#left_nav a {
	font-size: 12px;
	font-weight: bold;
	color: #0C0;
	display: block;
	background: url(../images/design/left_nav_link_bottom.gif) no-repeat bottom left;
	margin: 0;
	padding: 6px 0;
}

#left_nav a span {
	display: block;
	margin: 0 20px 0 10px;
	padding: 0;
}

#left_nav a:link, #left_nav a:visited {
	text-decoration: none;
}

#left_nav a:focus, #left_nav a:hover {
	text-decoration: underline;
}

#left_nav a:active {
	text-decoration: none;
}

td#content_cell_main {
	padding: 20px;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#content {
	height: 430px;
}

td#content_cell_main>#content {
	height: auto;
	min-height: 430px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #030;
}

td#content_cell_bottom {
	padding: 0 20px 0 20px;
}

#bottom_nav {
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
}

#bottom_nav ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}

#bottom_nav li {
	display: inline;
}

#bottom_nav a {
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
	color: #030;
	border-right: 1px solid #030;
	border-left: 1px solid #030;
	white-space: nowrap;
}

#bottom_nav a:link, #bottom_nav a:visited {
	text-decoration: none;
}

#bottom_nav a:focus, #bottom_nav a:hover {
	text-decoration: underline;
}

#bottom_nav a:active {
	text-decoration: none;
}

#footer p {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
}

#content a {
	color: #030;
}

#content a:link, #content a:visited {
	text-decoration: underline;
}

#content a:focus, #content a:hover {
	text-decoration: none;
}

#content a:active {
	text-decoration: underline;
}

#content h1 {
	font-size: 30px;
}

#content h2 {
	font-size: 24px;
}

#content h3 {
	font-size: 20px;
}

#content h4 {
	font-size: 18px;
}

#content h5 {
	font-size: 16px;
}

#content h6 {
	font-size: 14px;
}

#content ul {
	list-style-image: url(../images/design/bullet12.gif);
}

#content ul ul {
	list-style-image: none;
}

#content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.no_space_h3 {
	margin-bottom: 0px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #030;
}

.no_space_h5 {
	margin-bottom: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #030;
}

