/* Sitemap CSS Document. The only purpose for this document is that the page it is associated with does not have the default menu. */

html, body {
	height: 100%;
	background-image: url(../i/bckgrnd.png);
	background-repeat: repeat-x;
	background-color: #193964;
	margin:0 auto;
}
#container_sitemap {
	position: relative;
	width: 900px;
	height: 1395px;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#content {
	position: absolute;
	top: 193px;
	left: 0px;
	height: 1237px;
	width: 900px;
	padding-bottom: 0px;
}
#home_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 190px;
	background-image: url(../i/home_header.png);
	z-index: 86;
}
#oval_left {
	position: absolute;
	left: -44px;
	top: 320px;
	width: 44px;
	height: 140px;
	background-image: url(../i/oval_left.png);
	z-index: 85;
}
#oval_center {
	position: absolute;
	left: 0px;
	top: 193px;
	width: 900px;
	height: 174px;
	background-image: url(../i/oval_center.png);
	z-index: 85;
}
#oval_right {
	position: absolute;
	left: 900px;
	top: 255px;
	width: 157px;
	height: 269px;
	z-index: 85;
	background-image: url(../i/oval_right.png);
}
#sitemap {
	position: absolute;
	left: 85px;
	top: 176px;
	width: 720px;
	height: 850px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sitemenu {
	position: absolute;
	left: 0px;
	top: 165px;
	width: 900px;
	height: 28px;
	z-index: 1;
	background-color: #193964;
}
#lwr_lft_cnr {
	position: absolute;
	left: 0px;
	top: 66px;
	width: 34px;
	height: 34px;
	background-image: url(../i/btm_left.png);
	z-index: 88;
}
#lwr_r_cnr {
	position: absolute;
	left: 866px;
	top: 66px;
	width: 34px;
	height: 34px;
	background-image: url(../i/btm_right.png);
	z-index: 89;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 50px;
	padding-top: 50px;
	background-color: #FFFFFF;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
}
li {
	list-style: none;
}
