body {
	background: #ffffff;
	color: #000000;
	padding: 0;
	margin: 10px 10px 10px 10px;
	font-family: "verdana", "lucida sans unicode", sans-serif;
}

div.base {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

h1 {
	font-size: 2em;
	color: #003366;
	padding-left: 0.5em;
	margin: 0;
	background: #eeeeee;
	border: solid 3px #cccccc;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #003366;
	background: #eeeeee;
	border: solid 2px #cccccc;
	padding: 2px;
	padding-left: 1em;
	margin: 1em;
}

div.menu {
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	float: left;
	background: #eeeeee;
	border-bottom: solid 2px #cccccc;
}

div.menu a {
	display: block;
	font-weight: bold;
	color: #003366;
	background: inherit;
	border-left: solid 2px #cccccc;
	border-bottom: 2px solid #eeeeee;
	padding-left: 1em;
	text-decoration: none;
}

div.submenu a {
	display: block;
	font-weight: bold;
	color: #003366;
	background: inherit;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	padding-left: 2em;
	text-decoration: none;
}

div.menu a:hover {
	background: #dddddd;
}

div.leftcontent {
	position: absolute;
	width:200px;
	left: 10px;
	padding: 0;
}

div.content {
	background:#ffffff;
	border-left: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	margin-left: 200px;
	padding: 0;
	height: 100%;
}

div.bottombar {
	color: #003366;
	background: #eeeeee;
	border-left: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	margin-left: 200px;
	padding: 0;
	height: 100%;
}

div.clear {
	background: #ffffff;
}

p {
	padding-left: 3em;
	padding-right: 5em;	
}

ul {
	padding-left: 5em;
	padding-right: 5em;
}

ol {
	padding-left: 5em;
	padding-right: 5em;
}

table {
	padding-left: 5em;
	padding-right: 5em;
}
