body {
	margin: 0;
	padding: 0;
	background: #256f95;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
}
#outertable {
	background: white;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #388D09;
	font-weight: bold;
	text-decoration: none;
}
#header {
	height: 360px;
	border-bottom: 1px solid black;
}
#content {
	width: 555px;
}

#contenttext {
	padding: 10px;
	text-align: left;
	font-size: 12px;
}
#sidebar {
	width: 300px;
	vertical-align: top;
	border-right: 1px solid #DADADA;
}
#sidebartext {
	text-align: left;
}


/* SIDEBAR STYLES */
#sidebar h2 {
	display: inline;
	width: 300px;
	color: white;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 10px 0 10px;
	margin: 0;
}
div.head {
	background: #0060D3;
}
#sidebar h2 a {
	color: #9BBB38;
}
#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	line-height: 36px;
	font-size: 18px;
	border-bottom: 1px solid #DADADA;
}

#sidebar ul ul li {
	padding: 0 0 0 10px;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 300px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 300px;
} 
html>body #sidebar ul ul li a {
	width: 300px;
}
#sidebar ul ul li a:hover {
	background-color: #F2F2F2;
}


#footer {
	height: 50px;
	border-top: 1px solid #DADADA;
}
#footertext {
	padding: 10px;
	text-align: center;
	font-size: 10px;
}