.container {
	background: #fff url(http://treasurer.madison.in.datapitstop.us/uploads/fld00003/00005713/sidebar.png) repeat-y;
}

#header {
	height: 150px;
	background-color: #2F2F69;
}

.logo {
	float: left;
}

.masthead {
	float: right;
	line-height: 150px;
	color: #fff;
	margin-right: 5px;
}

.locationbar {
	background-color: #000;
	color: #fff;
}

.locationbar a {
	color: #fff;
	text-decoration: none;
}

.locationbartext {
	margin-bottom: -5px;
	margin-top:10px;
	padding-bottom: 15px;
}

.sidebar {
	/* background-color: #0F0F69; */
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}	

.sidebar a {
	color: white;
	text-decoration: none;
}

.sidebar a:link {
	color: white;
	text-decoration: none;
}

.sidebar a:active {
	color: white;
	text-decoration: none;
}

.sidebar a:visited {
	color: white;
	text-decoration: none;
}

.sidebar a:hover {
	color:white;
	text-decoration: underline;
}

.csslevel1 {
	text-align: center; 
	font-size: 16px;
	border: 2px solid;
	border-radius: 10px;
	border-color: #fff;
	margin: 4px 0 4px 0;
	
}

.csslevel1selected {
	text-align: center;
	color: red;
	font-weight: bold;
	border: 2px solid;
	border-radius: 10px;
	border-color: #fff;
	margin: 4px 0 4px 0;
}

.footer {
	background-color: #000;
	color: #fff;
}

.footertext p{
	text-align: center;
	margin-bottom: -5px;
	margin-top:5px;
}

.maincontent {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Top Menu Sytles */
.menu1 {
	padding:0 0 0 32px; 
	margin:0; 
	list-style:none; 
	height:35px; 
	background:#000 url(button1.gif); 
	position:relative; 
	border:1px solid #000; 
	border-width:0 1px; 
	border-bottom:1px solid #444;
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
}
.menu1 li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff; 
	background:url(button3.gif);
}
.menu1 li.current a b {
	background:url(button3.gif) no-repeat right top;
}
.menu1 li a:hover {
	color:#fff; 
	background:#000 url(button2.gif);
}
.menu1 li a:hover b {
	background:url(button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff; 
	background:#000 url(button3.gif); 
	cursor:default;
}
.menu1 li.current a:hover b {
	background:url(button3.gif) no-repeat right top;
}
IMG.cent {display: block; margin-left: auto; margin-right: auto}