body { 
	margin: 0px;
	padding: 0px; 
	height: 100%; 
}

#header {
	background: #CCFFCC;
	margin-left: 7em;
	text-align: center;
}

.loginHeader {
	margin-left: 0.5em;
	/* margin-right: 0.5em; */
	margin-top: 0.5em;
	background: #CCFFCC;
	text-align: center;
}

#leftNav {
	background: #CCFFCC;
	text-align: right;
	width: 7em;
	float: left;
	height: 98%;
	/* position: absolute; */
}

#logo {
	text-align: center;
}

#submenu {
	background: #CCFFCC;
	text-align: right;
	width: 6em;
	float: left;
	padding: 3px;
}

#content {
	margin-left: 7.5em;
}

p.centered {
	text-align: center;
}

.subheading {
	/* margin-left: -0.5em; */
	background: #CCFFEE;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	/* font-style: italic;*/
	width: 100%
}

.warning {
	margin-bottom: 0.5em;
	background: #FF9999;
	text-align: center;
	font-size: 1em;
	/* font-weight: bold;*/
	width: 20%
}

.smaller {
	font-size: 0.7em;
	font-weight: normal;
}

p.smaller {
	display: inline;
}

#footer {
	/* margin-left: 8em; */
	background: #CCFFDD;
	text-align: center;
	clear: both;
}