/* Based on http://bluerobot.com/web/layouts/layout1.html */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 28px;
	font-size: 28px;
	font-weight: 900;
	color:#ccc;
}

p {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
#body>p { margin: 0px; }
#body>p+p { text-indent: 30px; }

a {
	text-decoration: none;
	font-weight: 600;
	/* font-size: 11px; */
	font-family: verdana, arial, helvetica, sans-serif;
	color: #09c;
}
a:link { color: #09c;}
a:visited {color: #07a;}
a:hover { background-color: #eee; }

#header {
	margin: 50px 0px 10px 0px;
	padding: 17px 0px 3px 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 11px;
	background-color:#eee;

	text-transform: uppercase;

	color: #09c;
	font-weight: 600;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.menubar {
	margin: 10px 20px 10px 20px;
	padding: 10px;
	font: 12px verdana, arial, helvetica, sans-serif;
	/*display: none; */
}

.menubar a {
	margin: 10px;
	padding: 10px;
}

#body {
	margin: 0px 50px 50px 200px;
	padding: 10px;
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: justify;
}

table {
	margin: 0px auto 16px auto;
}
th {
	font-weight: 600;
	color: #09c;
	background-color:#eee;
}

.sidebar {
	width: 150px;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	background-color:#eee;
	border: 1px dashed #999;
	line-height: 17px;
	font-size: 12px;
	float: left;
	clear: left;

	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.sidebar a {
	display: block;
	font-size: 12px;
}
.sidebar a:hover { 
	background-color: #09c;
	color: #fff;
}

#footer {
	margin: 50px 0px 10px 0px;
	padding: 17px 0px 3px 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 11px;
	background-color:#eee;
	text-align: right;
	clear: left;

	color: #09c;
	font-weight: 600;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
