html {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	background:#89a48b url(images/fade_bg.jpg) repeat-y center;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #6699ff;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-family: Arial;
	margin: 0 0 8px 0;
}
 
 h2 {
	font-size: 15px;
	font-family: Arial;
}

dt {
	font-weight: bold;
	line-height: 2em;
}

fieldset {
	-moz-border-radius: 5px;
}

legend {
	font-size: 14px;
	color: #6699ff;
	font-weight: bold;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pageTop {
	border: 1px solid black;
	background-color: White;
	width: 750px;
	height: 200px;
}

#pageBottom {
	border: 1px solid black;
	background-color: White;
	width: 750px;
}

#MenuControl {
	width: 245px;
}

#menu {
	margin: 0;
	padding: 0;
	width: 245px;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: right;
	}

#menu ul li {
	display: block;
	float: left;
	width: 245px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}
	
#menu ul li a {
	background: #B9A48B;
	color: #fff;
	height: 30px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 10px 0 8px 20px;
	font-size:15pt;
	font-family: Arial;
	vertical-align: middle;
	}
	
#menu ul li a:hover {
	background: #DCD1C5;
	}

#menu a:active	{
	background: #B9A48B;
	color: #fff;
	}
	
#page_body {
	width: 490px;
	height: 100%;
}

#page_menu {
	height: 100%;
	width: 245px;
	background: #DCD1C5 url(images/Location.jpg) no-repeat bottom;
}

#Page_Content {
	width:490px;
}

#content_table {
	width:490px;
	line-height: 1.5em;
}

#menu_wrapper {
	margin-bottom: 115px;
	margin-top: 15px;
	padding: 15px;
	color: #666;
}

.btn {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #666;
	font-size: 150%;
	padding: 2px 4px;
}

.Highlight {
	background-color: lemonchiffon;
	border-style: solid;
	border: 1px solid #C9C9C9;
	padding: 2px;
}

.footer {
	background-color: #333333;
	height: 25px;
	vertical-align:middle;
	width:490px;
	text-align:center;
	color: #ffffff;
}

#map {
	border: 1px solid black;
}

.detail {
	border: 1px solid #000000;
	padding: 1px;
}

