body {
	margin: 0;
	padding: 0;
	background-color: #000723;
	background-image: url(images/bodybg.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12pt;
}

a img {
	border: 0;	
}

a.edit {
	clear: both;
	display: block;	
	margin-top: 8px;
	background-color: white;
	color: blue;
	text-align: center;
}

div.full, div.half {
	width: 595px;
	float: right;	
	margin-top: 12px;
	margin-left: 15px;
	font-size: 12pt;
	background-color: #ececec;
	border: 1px solid #555555;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px 14px;
	-moz-box-shadow: 0px 0px 4px #cccccc; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #cccccc; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #cccccc; /* Opera 10.5, IE 9.0 */
		
}

div.full h1 {
	color: #000F39;
	font-size: 16pt;
	text-transform: uppercase;
	font-family: sans-serif;
}

div.full h1:before {content:'~ ' }

div.half {
	width: 275px;
	font-size: 10pt;
}

div.half-left, div.half-right {
	float: left;
	width: 275px;
}

.footer {
	width: 890px;
	margin: 8px auto 0 auto;
	padding: 6px;
	border: 2px solid #cccccc;
	border-bottom: 0;
	background-color: #444444;
	color: #fcfcfc;
	text-align: center;	
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.footer a {
	color: #fcfcfc;
	text-decoration: none;	
}

div.half-right {
	float: right;	
}

div.logo {
	height: 160px;
}

div.logo img {
	display: block;
	margin: 0 auto;
}

.content_frame {
	width: 900px;
	margin: 0 auto;	
}

.nav {
	width: 230px;
	float: left;	
	margin-top: 12px;
	font-size: 10pt;
	background-color: #ececec;
	border: 1px solid #555555;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px 14px;
	-moz-box-shadow: 0px 0px 4px #cccccc; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #cccccc; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #cccccc; /* Opera 10.5, IE 9.0 */
}

.nav h1 {
	font-size: 14pt;
	text-align: center;	
}

.nav h2 {
	font-size: 12pt;
	text-align: left;
	color: #000F39;
	font-weight: bold;
	background-color: #B2DCF1;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #000F39;
	border-left: 1px solid #000F39;
	margin-bottom: 3px;	
}

a.nav_link {
	display: block;
	text-decoration: none;
	color: blue;
	background-color: #ffff99;
	padding: 1px;
	padding-left: 3px;
	border-bottom: 1px solid #c3baba;
	margin-top: 2px;
}

.nav ul {
	margin: 0;
	margin-top: -10px;
	font-size: 9pt;	
}

.system_message {
	text-align: right;
	font-weight: bold;
	color: white;
	padding: 5px;	
}
