body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000066; 
	line-height: 24px;
	}

#tagline {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	height:25px;
	background-color: white;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	background-position:top left;
	padding: 10px 0 5px 0;
}

.chromestyle{
width: 100%;
background-color:#3C3E79;
}

.chromestyle ul{
/*border: 1px solid red;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin-right:10px;
	border-right: .02em solid #CDCDCD;
}

#noBorder {
	margin-right:10px;
	border-right: .02em solid #3C3E79;
}

.chromestyle a:link, .chromestyle a:active, .chromestyle a:visited {
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	display:inline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.chromestyle a:hover {
	color:#94825C;
}

#shadow {
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position:top left;
	background-color:#FFFFFF;
}

.sidebar {
	width: 150px;
	height:350px;
	background-repeat:no-repeat;
	background-color: #E6EDEE;
	background-image:url(images/sidebar.gif);
	background-position: top left;
	
	padding-top: 25px;
}

.formsList ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left;
margin-left: -20px;
}

.formsList  ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
	margin-left:-10px;
}

.formsList  a {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.formsList  a:hover {
	text-decoration: underline;	
}

.formsList  a:active {
	text-decoration: none;	
}

.formsList  a:active {
	text-decoration: none;	
}






