body {
	background-color: #04290e;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	line-height: auto;
	font-family: sans-serif;
}

a {
	color: #eee;
} 
a img {
	border: none;
}

#document {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#sidePanel {
	margin: 1em auto;
	width: auto;
	float: none;
}

.menu {
	text-align: left;
}

.menu ul {
	width: auto;
	padding: 0 0 18px 1px;
	margin: 5px 0 3px 0;
	overflow: auto;
}

.menu ul li a.active {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}

#contentTray {
	margin-left: auto;
	width: auto;
	background: #053713;
}
#content {
	width: auto;
	background: transparent;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

.comm_head {
	font-size: 15px;
}

.comm_name span {
	font-size: 10px;
}

#comm_form {
	display: block;
}

#siteswitch {
	display:none;
}

#pdasiteswitch {
	display:block;
}
