body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	background-color: White;
}
#all {
	
}
#header {
	background-image: url(../images/header1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 181px;
	width: 100%;
}
#headerIn {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	padding-top: 25px;
}
#headerIn img {
	float: left;
	border: 0px;
	margin-left: 50px;
}
#headerIn a {
	color: #0002EA;
	text-decoration: none;
	font-size: 300%;
	font-weight: bold;
}
#headerIn strong, #sw {
	margin-left: 25px;
}
#headerIn strong {
	font-size: 110%;
	letter-spacing: 1px;
}

#line {
	background-color: #0002EA;
	height: 50px;
	width: 100%;
}
#line_bg {
	background-image: url(../images/bg_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 808px;
	height: 50px;
	margin: 0px auto;
	text-align: right;
	line-height: 50px;
	padding-right: 30px;
}

#content {
	width: 838px;
	margin: 0px auto;
}
#space {
	background-color: #E8E8E8;
	height: 20px;
}

#menu {
	width: 180px;
	float: left;
	text-align: center;
	background-color: #E8E8E8;
}
#menu li {
	line-height: 35px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	background-color: #0002EA;
	border-bottom: 1px solid white;
/*	background-image: url(../images/libg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#menu .selected {
     background-color: #00008B;
}
marquee {
	display: block;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu a {
	font-size: 110%;
	text-decoration: none;
	color: White;
}
#menu a:hover {
	letter-spacing: 1px;
}
#webseo, #webseo a {
	font-size: 11px;
	color: Gray;
}
#webseo a:hover {
	letter-spacing: 0px;
}
#text {
	margin-left: 180px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}
#text p {
	text-align: justify;
}
#text a {
	text-decoration: none;
	color: #E54100;
}
#text a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	text-align: right;
	margin: 10px 0px 10px 0px;
	color:  #0002EA;
}
h2 {
	font-size: 130%;
	color: #F48000;
	margin-left: 20px;
}
h3 {
	font-size: 110%;
	color: Black;
}

#footer {
	border-top: 1px solid Gray;
	text-align: center;
	line-height: 25px;
	font-size: 80%;
	color: Gray;
	width: 800px;
	margin: 0px auto;
}
#footer a {
	
}
.cleaner {
	clear: both;
}

/* REPORTS */
.reportImage {
	padding-right: 10px;
	vertical-align: middle;
}
.reportBox {
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
}
#ok {
	border: 1px dashed green;
	background-color: #D7FFD8;
}
#err {
	border: 1px dashed red;
	background-color: #FFD7D7;
}
.formField {
	font-size: 15px;
}
