body{
	background-color: #1A1C96; /* Dark Blue */
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

p, div, span, font, a, th, td, label {
	color: #c4cbea; /* almost white */
	font: 12px/16px verdana;
}

a {  color: #ffc726; }	/* yellow */

h1, h2, h3, h4, h5 {
	color: #ffc726;	/* yellow */
	font: bold 16px/22px verdana;
}

a:hover { color: #ffff00; }
a h2:hover { color: #ffff00; }

#wrapper { 
	width: 800px;
	margin: auto;
	text-align: left;
}

#header {
	position: relative; 
	background: #151C55 url(../images/tile.jpg) repeat-x 0px 103px; /* Dark Blue */
	height: 325px;
	width: auto;
	clear: both;
}

#header img { 
	position: relative; 
	top:70px; 
}

#subheader { 
	position: relative; 
	background: #151C55 url(../images/subtile.jpg) repeat-x 0px 0px; /* Dark Blue */
	height: 194px;
	width: auto;
	clear: both;
}
#subheader img { 
	position: relative; 
	left: -45px;
}

#left { 
	padding-left: 30px;
	width: auto; 
	float: left;
}

#subleft { 
	padding-left: 0px;
	width: 241px; 
	float: left;
}

#right {
	width: 525px; 
	float: right;
}

#footer  {
	position: relative;
	top: 15px;
	width: 800px;
	clear: both;
	border-top: 1px solid #94a1e2;	/*grey blue */
}

#footer .left { 
	float: left; 
	width: 510px; 
	font-size: 11px;
	color: #94a1e2;
}

#footer .right { 
	float: right; 
	width: 280px; 
	text-align: right;
}

#footer .left a, #footer .right a, #footer a { color: #ffc726; font-size: 11px; }

#state { float: right; padding-right: 30px; }

.row2 { background-color: #003366; }

.formLabel {
	color: #ffc726;	/* yellow */
	font: bold 14px/20px Verdana;
	width: 100px;
	display: block;
	float: left;
}


.warningBox {
	border: 1px solid #cc0000;
	background-color: #cccccc;
	color: #000000;
	padding: 10px;
	margin: 10px;
}

.warningBox span {
	color: #cc0000;
	font-weight: bold;
}

form.newReport input, form.newReport select {
	display: block;
	float: left;
	clear: right;
	width: auto;
	margin: 1px;
}

form.newReport label {
	display: block;
	float: left;
	width: 240px;
	clear: left;
	line-height: 21px;
}

form.newReport label.short { width: 120px; }
form.newReport label.long { width: 370px; }

form.newReport fieldset {
	border: 1px solid #94a1e2;
	width: 520px;
	margin: 10px 0px;
}

form.newReport legend {
	padding: 0.2em 0.5em;
	color: #ffc726;	/* yellow */
	font: bold 12px verdana;
	text-align:right;
}

#framePage {
	background-color: #1A1C96;
}