body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: white;
	background-color: #E7E7EF;
}

a {
	text-decoration: none;
	color: blue;
}

a:visited, active {
	color: navy;
}

a:hover {
	color: #BFE4FF;
}

li {
	list-style: square;
	margin-left: 30px;
	color: navy;
}

select, input, textarea, password {
	border: 1px solid #1919B3;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

p {
	font-size: 9pt;
}

img {
	border: 0;
}

td {
   border: 1px solid white;
   color: black;
   background-color: white;
}

/* ========================= START OF CLASSES =============================*/

.details {
	text-align: center;
	color: black;
	font-size: 8pt;
}

.warn {
	font-weight: bold;
	color: red;
	text-align: center;
}

.form_title {
   font-weight: bold;
}

.form_helper {
   color: gray;
   font-size: 8pt;
}

/* ========================= START OF IDS =============================*/

#menu {
	float: left;
	width: 175px;
	text-align: right;
	margin-top: 25px;
}

#menu a {
	display: block;
	font-weight: bold;
	color: white;
   font-size: 10pt;
	padding: 4px 10px 4px 10px;
   margin: 4px 0px 0px 5px;
   border: 1px solid black;
   background-color: #8CA6C6;
}

#menu a:hover {
	color: #809FFF;
	background-color: #E7E7EF;
}

#welcome {
   background-image: url(../images/multibg.png);
   padding-left: 15px;
   padding-top: 4px;
   padding-bottom: 5px;
   text-align: left;
   font-size: 10pt;
}

#main {
	background-color: white;
	width: 850px;
   border: 1px solid black;
}

#contentholder {
	background-color: white;	
}

#content {
	background-color: white;
	margin-left: 175px;
	color: black;
	text-align: left;
	padding: 15px 20px 100px 20px;
}

#content a:link, a:visited {
   color: blue;
   text-decoration: none;
}

#content a:hover {
   text-decoration: underline;
}

#ehistory {
	clear: both;
	margin-top: 2em;
}

#footer {
	border-top: 2px solid black;
	padding: 5px 0px 5px 0px;
	color: white;
	font-size: 8pt;
	text-align: center;
	clear: both;
	background-color: #8CA6C6;
}

#state {
   font-size: 11pt;
   font-weight: bold;
   border-bottom: 3px solid maroon;
   padding: 10px;
}

#footer a, a:link, a:visited {
	color: black;
	display: inline;
	border: 0;
}

#footer a:hover {
	color: red;
}

#links a {
	display: block;
	padding: 5px;
   color: blue;
}

#links a:hover {
	color: #FFC080;
}

#links {
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

#logo {
	background-color: #8CA6C6;
	height: 165px;
	text-align: center;
	border-bottom: 2px solid black;
}

#updatemsg {
	border: 1px solid black;
	font-weight: bold;
	font-size: 8pt;
	background-color: #ffffcc;
	padding: 10px;
}

#updatesuccess {
   border: 2px solid green;
   margin: 10px;
   padding: 5px;
   color: Green;
   text-align: center;
}
