html, body {
	background-color: #335C44;
	font-family:Verdana, Arial;
	font-size:12px;
	color:black;
	border:0px;
	margin:0px;
	padding:0px;
	height:100%;
	overflow:auto;
}
#root {
	position:absolute;
	height:100%;
	width:668px;
	left:50%;
	margin:0px;
	margin-left:-334px;
	padding:0px;
}

#head {
	position:absolute;
	top:30px;
	width:668px;
	text-align:center;
	z-index:100;
}

#menuWrapper {
	background-color: #23402F;
	background-repeat: repeat-x;
	background-image: url(../images/dapzoe/border-side.png);
	position:absolute;
	left:-66px;
	top:83px;
	z-index:100;
}
#menuWrapper2 {
	background-color: white;
	position:relative;
	left:70px;
	width:190px;
	padding-bottom:8px;
}
#menu {
	background-color: white;
	position:relative;
	top:4px;
	left:-66px;
	width:190px;
	padding:25px;
	padding-right:0px;
}
#menu p {
	margin:0px;
}
#menu a {
	font-size:18px;
	line-height:24px;
	color:#23402F;
	text-decoration:none;
}
#menu a:hover {
	color:#4C8B66;
}

#contact {
	position:absolute;
	width:660px;
	bottom:0px;
	font-size:14px;
	line-height:20px;
	color:white;
}
#contact .faded {
	color:#AEB8B2;
}
#contact a {
	color:white;
	text-decoration:none;
}
#contact a:hover {
	color:#AEB8B2;
	text-decoration:underline;
}
#contact td, #contact span {
	font-size:14px;
}

.largeType {
display:none;
	position:absolute;
	left:50%;
	background-color:grey;
	/*alpha*/
	font-size:70px;
}

#sideBar {
	position:absolute;
	top:200px;
	bottom:60px;
	left:4px;
	width:215px;
	overflow:hidden;
	z-index:100;
}
#sidebarContent {
	padding:25px;
	font-size:13px;
	line-height:20px;
	color:#335C44;
}
#sidebarContent b {
	font-size:14px;
}

#contentWrapper {
	background-color: #23402F;
	background-repeat: repeat-x;
	background-image: url(../images/dapzoe/border-side.png);
	position:absolute;
	top:62px;
	bottom:56px;
	width:668px;
	z-index:50;
}
#contentBg {
	background-color: white;
	position:absolute;
	top:4px;
	bottom:4px;
	left:4px;
	right:4px;
	overflow: hidden;
	overflow-y: auto;
}

#content {
	padding:25px;
	padding-left:225px;
	color:#335C44;
}
#content h2 {
	font-size:30px;
	font-weight:normal;
	margin-top:0px;
}
#content .groter  {
	color:black;
	font-weight:bold;
}
#content a  {
	color:#335C44;
}
#content a:hover {
	color:#4C8B66;
	text-decoration:none;
}
#content a:visited  {
	color:#5EAA7E;
}
#content img {
	margin-right:1px;
	margin-bottom:1px;
}

#content h3, #content h4, #content h5 {
	font-weight:normal;
}

#content h2 a, #content h2 a:visited, #content h3 a, #content h3 a:visited, #content h4 a, #content h4 a:visited, #content h5 a, #content h5 a:visited {
	color:#335C44;
	text-decoration:none;
}
#content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover {
	text-decoration:underline;
}

