body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4D3248;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}	
	
	
p {
	margin: 20px 0px 20px 0px;
	line-height:18px;
}	

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:none;
	}
	
#container {
	background-color:#FFFFFF;
	width: 100%;
	height:100%;
	margin: 0px auto;
	text-align:center;
}

#homecontainer {
	position:absolute;
	width: 100%;
	height:80%;
	top:20%;
	bottom:0%;
	text-align:center;
}

.header {
	width: 100%;
	height:110px;
	margin: 0px auto;
	background-color:#4D3248;
	text-align:center;
	background-image:url(../images/header_txt_2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	/*border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;*/
}

.menubar {
	width: 100%;
	height: 25px;
	margin: 0px auto;
	background-color:#4D3248;
	background-image:url(../images/menu.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
.menubar a {
color:#EAE2D9;
text-decoration:none;
}	

.menubar a:hover {
	color:#fff;
	text-decoration:none;
}

.menubars {
	color:#D1BFAD;
}
	
.mainbody {
	width: 540px;
	margin: 0px auto;
	background-color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.footer {
	width: 100%;
	height:20%;
	margin: 0px auto;
	margin-bottom:0;
	background-color:#4D3248;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.Titles {
font-family:"Times New Roman", Times, serif;
font-size:22px;
color:#4D3248;
margin-bottom:10px;
margin-top:10px;
}
	
.SubTitles {
font-size:13px;
color:#4D3248;
font-weight:bold;
margin-bottom:20px;
margin-top:20px;
}	

.SubMenu {
font-size:11px;
}

.SubMenu a {
font-size:11px;
color:#000000;
}
.SubMenu a:hover {
	text-decoration:none;
	color:#999999;
}