html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4d4d4d;
	background-color: #ffffff;
}

img {
	border: 0px;
}

#top {
	width: 808px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 14px;
}

#top_nav {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 804px;
	font-size: 11px;
	padding-bottom: 5px;
}

#menu {
  	background-image: url(images/top_menu.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 810px;
	margin-bottom: 20px; 
}

#content {
	width: 768px;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 18px 14px 18px;
	min-height: 150px;
}

#left_menu {
	float:left;
	width: 180px;
	min-height: 186px;
}

#content_subpages {
	float: left;
	padding-left: 20px;
	border-left: 1px #b5b5b5 dotted;
	width: 567px;
}

#bottom {
	width: 769px;
	font-size: 11px;
	color: #4d4d4d;
}

td.copy {
	color: #c1c1c1;
}

ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
li.menu {
	display:inline;
	padding: 0px;
}
a.menu_close {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 135px;
	height: 23px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding-top: 4px;
	margin-top: 1px;
	background-image: url(images/top_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #ffffff;
}

a.menu_open {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 135px;
	height: 23px;
	text-decoration: none;
	line-height: 18px;
	color: #ffffff;
	padding-top: 4px;
	margin-top: 1px;
	background-image: url(images/top_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.menu_open:link, a.menu_open:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.menu_open:hover, a.menu_open:active {
	color: #ffffff;
	text-decoration:none;
}

a.submenu {
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 140px;
	text-decoration:none;
	color: #4d4d4d;
	padding-left: 10px;
	background-image: url(images/submenu_close.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #4d4d4d;
}
a.submenu:hover, a.submenu:active {
	text-decoration:underline;
	color: #ff7800;
}

a.submenu_open {
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 140px;
	text-decoration: underline;
	color: #ff7800;
	padding-left: 10px;
	background-image: url(images/submenu_open.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #ff7800;
	text-decoration: none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #ff7800;
	text-decoration:underline;
}
.menuimage {
}
.submenuimage {
}
