html, div, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
body{
	background: #7f7261;
	margin: 0px;
	padding: 0;
	font: 11px/1.3em "Trebuchet MS";
	color: #000000;
}
h1, h2, h3, h4{
	font-size: 100%;
	line-height: 100%;
}
p{
	margin:0 0 10px 0;
	padding: 0;
}
a, a:visited, a:active{ 
	text-decoration: none;
	color: #000000;
}
a:hover{ 
	color:#000000;
	text-decoration: underline;
}
a img{
	border: none;
}
.space{
	margin:0;
	padding:0;
	height:15px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul li {
	font: 11px "Trebuchet MS";
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px dashed #DBDBDB;
}

/*		Layout		*/
#maincontainer {
	background:url(headerBG.gif) #aaa794 repeat-x top;
}
#menubar {
	border-bottom:1px solid #cac7b4;
	background:#eae7d6;
}
#footerPane {
	background:#7f7261;
	text-align:center;
}
#footerPane p {
	font:12px Arial, Helvetica, sans-serif;
	color:#cdcab9;
	font-weight:bold;
}
.footer {
	background:#7f7261;
	text-align:center;
}
.footer p {
	font:12px Arial, Helvetica, sans-serif;
	color:#cdcab9;
	font-weight:bold;
}
.footer a {
	font:12px Arial, Helvetica, sans-serif;
	color:#cdcab9;
	font-weight:bold;
}
.footer a:hover {
	font:12px Arial, Helvetica, sans-serif;
	color:#cdcab9;
	font-weight:bold;
	text-decoration:underline;
}

.contentall {
	background:#7f7261;
	padding:8px 7px 0px 7px;
}
.contentpane {
	background:#aaa794;
	border-top:3px solid #bbb2a2;
	border-right:2px solid #bbb2a2;
	border-bottom:4px solid #bbb2a2;
	border-left:2px solid #bbb2a2;
}
.two {
	background:url(02_BG.gif) repeat-x #00385d bottom;
	height:110px;
	padding-top:20px;
	vertical-align:middle;
}
.three {
	background:url("03_BG.jpg") no-repeat scroll left 130px #A39A89;
}
.four {
	background:url(04_BG.gif) repeat-y;
}

/*		Layout		*/


/* Main Menu */
.MM_MenuContainer {
	text-align:center;
	width:706px;
}
.MM_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
	text-align:center;
}
.MM_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-family:"Trebuchet MS"; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
	color:#65534c;
}
.MM_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #d4d2c3; 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	text-align: center;
}
.MM_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color:#d4d2c3;
}
.MM_MenuBreak {
	background-color: Transparent;
	height:1px;
}
.MM_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#65534c;
	font-family:"Trebuchet MS"; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color:#d4d2c3;
}
.MM_MenuArrow {
}
.MM_RootMenuArrow {
}
.MM_RootBreadcrumb {
	padding:0 5px 0 5px;
	height:30px;
	background:#d4d2c3;
}
.MM_RootMenuItem {
	padding:0 5px 0 5px;
	height:30px;
	background-color: Transparent;
}
.MM_RootMenuSelected {
	padding:0 5px 0 5px;
	height:30px;
	background:#d4d2c3;
}

