@charset "UTF-8";

/* Colors

Blue - #0b73ba
Grey - #333333

*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Design */
body {
	background-color: #333333;
}
#container {
	margin: 0 auto;
	width: 810px;
}
#layout {
	background-color: #ffffff;
	margin: 30px;
	padding: 6px;
	height: 100%;
	overflow: auto;
}
#topnav {
	height: 20px;
}
#content {
	height: 100%;
	overflow: auto;
	background-color: #ffffff;
}
#main {
	padding: 0 12px 12px;
	display: inline;
	float: left;
}
.onepres {
	width: 530px;
}
.bothpres {
	width: 346px;
}
.nonepres {
	width: 714px;
}
#left {
	float: left;
	padding: 0 12px 12px 6px;
}
#right {
	float: right;
	padding: 0 6px 12px 12px;
}
#left, #right {
	width: 166px;
}
#header, #topnav {
	border: solid 2px #000000;
	background-color: #0b73ba;
}
#header, #topnav, #top,
#content {
	margin-bottom: 6px;
}
#usergroup {
	height: 100%;
	overflow: auto;
	margin: 1.5em 0;
}
#user1, #user2, #user3, #user4 {
	width: 160px;
	padding: 0 12px;
	float: left;
}
#footer {
	margin: -22px 30px 7px 30px;
}