* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	background: #f3edda;
}

#container {
	width: 100%;
	height: 100%;
}

#top {
	width: 910px;
	height: 100px;
}
#top td {
	color: #244141;
	font: 11px Tahoma, sans-serif;
	padding: 0px 0px 7px 0px; 
}
#top td a {
	color: #909c92;
	text-decoration: none;
}
#top td a:hover {
	text-decoration: underline;
}
#top td img {
	margin-left: 7px;
}

#middle {
	width: 910px;
	height: 100%;
}

#menu ul {
	list-style-type: none;
	width: 280px;
	margin-top: 17px;
	border-top: solid 1px #e8e2cf;
}
#menu ul a {
	display: block;
	width: 280px;
	height: 24px;
	color: #909c92;
	font: bold 11px Tahoma, sans-serif;
	text-decoration: none;
} 
#menu ul a:hover {
	text-decoration: underline;
}

a.menu_topmenu {
	background: transparent url('images/lvl1_bg.gif') 0px 0px no-repeat;
}
a.menu_topmenu span {
	display: block;
	padding: 4px 0px 0px 13px;
}
a.menu_topmenu_current {
	background: transparent url('images/lvl1_bg.gif') 0px 0px no-repeat;
}
a.menu_topmenu_current span {
	display: block;
	padding: 4px 0px 0px 13px;
}

a.menu_submenu {
	background: transparent url('images/lvl2_bg.gif') 0px 0px no-repeat;
}
a.menu_submenu span {
	display: block;
	padding: 4px 0px 0px 24px;
}
a.menu_submenu_first {
	background: transparent url('images/lvl2_bg.gif') 0px 0px no-repeat;
}
a.menu_submenu_first span {
	display: block;
	padding: 4px 0px 0px 24px;
}
a.menu_submenu_first_current {
	background: transparent url('images/lvl2_bg.gif') 0px 0px no-repeat;
}
a.menu_submenu_first_current span {
	display: block;
	padding: 4px 0px 0px 24px;
}
a.menu_submenu_current {
	background: transparent url('images/lvl2_bg.gif') 0px 0px no-repeat;
}
a.menu_submenu_current span {
	display: block;
	padding: 4px 0px 0px 24px;
}

a.menu_subsubmenu {
	background: transparent url('images/lvl3_bg.gif') 0px 0px no-repeat;
}
a.menu_subsubmenu span {
	display: block;
	padding: 4px 0px 0px 35px;
}
a.menu_subsubmenu_current {
	background: transparent url('images/lvl3_bg.gif') 0px 0px no-repeat;
}
a.menu_subsubmenu_current span {
	display: block;
	padding: 4px 0px 0px 35px;
}

#text {
	padding: 0px 0px 0px 20px;
	border-left: solid 1px #ded8c5;
	font: 11px Tahoma, sans-serif;
	color: #244141;
	text-align: justify;
} 

#location {
	font: bold 11px Tahoma, sans-serif;
	color: #244141;
}
#location a {
	color: #909c92;
	text-decoration: none;
}
#location a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 18px Tahoma, sans-serif;
	display: block;
	width: 100%;
	text-align: right;
	color: #909c92;
	margin-top: -5px;
	margin-bottom: 8px;
}
#text p {
	margin-bottom: 15px;
}
#text a {
	color: #909c92;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}
#text ul {
	margin: 0px 0px 0px 15px;
}
#text td {
	font: 11px Tahoma, sans-serif;
}
#text a.rtmenu {
	text-decoration: none;
}
#text a.rtmenu:hover {
	text-decoration: underline;
}

#textborder {
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #e8e2cf;
	border-bottom: solid 1px #e8e2cf;
}

#copyrights {
	color: #244141;
	font: 11px Tahoma, sans-serif;
}
#copyrights a {
	color: #909c92;
	text-decoration: none;
}
#copyrights a:hover {
	text-decoration: underline;
}

#bottom {
	width: 910px;
	height: 100px;
}
#bottom td {
	color: #244141;
	font: 11px Tahoma, sans-serif;
	padding: 6px 0px 0px 0px; 
}
#bottom td a {
	color: #909c92;
	text-decoration: none;
}
#bottom td a:hover {
	text-decoration: underline;
}
