body {
	margin: 0px;
	padding: 0px;
	background: #616161 url(images/main_bg.gif);
}

.maintable {
	width: 780px;
	height: 100%;
	background: #DED5BF url(images/header.jpg) no-repeat top;
}

.menu {
	width: 780px;
	height: 44px;
}

.menu-bg {
	height: 44px;
	background: url(images/menu-end.gif) no-repeat right;
}

.menu-item {
	height: 44px;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ECE9E2;
	background: url(images/menu-sep.gif) no-repeat left;
}

.menu-item a {
	padding: 0px 15px 0px 20px;
	color: #ECE9E2;
	text-decoration: none;
}

.menu-item a:hover {
	padding: 0px 15px 0px 20px;
	color: #FFF;
	text-decoration: underline;
}

.submenu {
	width: 185px;
	height: 100%;
	vertical-align: top;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

.submenu ul {
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(images/submenu-bullet.gif);
}

.submenu a {
	text-decoration: none;
	color: #AD5D0C;
}

.submenu a:hover {
	text-decoration: underline;
}

.content {
	width: 470px;
	height: 100%;
	vertical-align: top;
	font-family: Tahoma, Verdana;
	color: #817E72;
}

.content h1 {
	margin: 10px 0px 15px 0px;
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #283339;
}

.content h2 {
	margin: 20px 0px 10px 0px;
	font-size: 11px;
	color: #283339;
}

.content h5 {
	margin: 50px 0px 15px 0px;
	font-size: 11px;
}

.content p {
	margin: 10px 0px;
	font-size: 11px;
	text-align: justify;
}

.content a {
	color: #406479;
	text-decoration: none;
}

.content a:hover {
	color: #406479;
	text-decoration: underline;
}

.content ul, .content ol {
	margin: 5px 0px 5px 35px;
	padding: 0px;
	font-size: 11px;
} 

.content ul li, .content ol li, .content ul ul li, .content ol ul li {
	margin: 3px 0px;
}

.content ul ul, .content ol ul {
	margin: 5px 0px 5px 15px;
}

.bottom-menu-item {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #56595E;
}

.bottom-menu-item a {
	font-weight: normal;
	color: #56595E;
	text-decoration: none;
}

.bottom-menu {
	width: 780px;
	height: 30px;
	background: #FFF;
	border-bottom: solid 1px #e2e3e4;
}

.bottom-menu-item a:hover {
	font-weight: normal;
	color: #56595E;
	text-decoration: underline;
}

.bottom-menu-sep {
	width: 35px;
	background: url(images/bmenu_separator.gif) no-repeat center;
}

.footer {
	height: 30px;
	background: #fff;
	font-size: 10px;
	color: #B6B8BA;
	font-family: Tahoma;
	text-align: center;
}
