body {
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
}

#page {
	width: 800px;
	margin: 20px auto;
	border: none;
	line-height: 130%;
}



#header {
	padding: 0em;
	background-color: #FFFFFF;
	border-bottom: none ;
	text-align: left;
}

#subnav {
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
	padding: 0;
	
}

#content {
	margin-left: 200px;
	margin-top: 20px;
	border-left: none;
	padding: 1em;
	padding-top: 0;
}

#footer {
	clear: both;
	line-height: 32px;
	margin: 50px 0 0 0;
	padding: 0em;
	border-top: none;
	text-align: center;
	background-image: url(../images/headers/label_800.gif);
}

#footer a:link {
	text-decoration: none;
	color: white;
}

#footer a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: none;
	color: white;
}

#footer a:active {
	text-decoration: none;
	color: white;
}


#content .title {
	color: white;
	font-size: 10px;
	font-weight: bold;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 20px;
	padding-left: 5px;
	text-transform: uppercase;
	background-image: url(../images/headers/label_dark_562.gif);
	background-repeat: no-repeat;
}

#content .title2 {
	color: #120493;
	font-size: 12px;
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.button {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.pageTitle {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: right;
	color: white;
	background-image: url(../images/headers/label_562.gif);
	background-repeat: no-repeat;
	padding: 9px 30px 9px 30px;
}

.fieldTitle {
	font-weight: bold;
}

.yellowband {
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFCC00;
 font-size: 12pt;
 color: #120493;
 width: 538px;
 
 padding: 2px 8px 2px 8px;
 margin: 8px 8px 8px 8px;
 text-align: right;
 float: right;
 font-weight: bolder;
}

.ul-inside {
	padding: 0;
	margin: 0; 
	list-style-position: inside;
}

a:link {
	color: #120493;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #120493;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #120493;
}
