#header {
	width: 100%;
	height: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-bottom: -3px;
	margin-right: -3px;
}
#logo_print {
	display: none;
}
#container {
	position: relative;
	width: 900px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid black;
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 1.2em;
}
#topmenu {
	position: absolute;
	top: 107px;
	left: 180px;
}
#rightmenu {
	width: 180px;
	height: 900px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#rightmenu img {
	text-align: center;
}
#leftnav {
	height: 425px;
	margin-right: 20px;
	margin-bottom: -3px;
	float: left;
}
#floatleft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#sidetop img {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#side_calendar {
	width: 180px;
	border-right: 1px solid black;
}
.submenu {
	border-left: 1px solid black;
}

#content {
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 20px;
	min-height: 500px;
	text-align: justify;
}

#test {
	postion: relative;
	top: 20px;
	left: 20px;
	padding: 20px;
	width: 500px;
	min-height: 500px;
	text-align: justify;
}

#bottom { 
	height: 20px;
	width: 100%;
 	clear: both;
	height: 15px;
	background-color: #DADADA;
	border-top: 1px solid black;
	padding-top: 3px;
	padding-bottom: 2px;
}
#leftbottom {
	float: left;
	width: 180px;
	height: 800px;
	margin-top: 20px;
	margin-right: 20px;
}
#publicnotices {
	padding: 15px;
}
#search table {
	text-align: center;
}
#panel  {
	postion: absolute;
	text-align: right;
	margin-bottom: 2px;
	color: black;
}
#panel a {
	color: black;
}
#panel a:hover {
	color: blue;
}
#admin_menu {
	background-color: #ECECEC;
	padding: 2px;
	border: 1px solid black;
	margin-bottom: 20px;
}

#admin_menu a {
	color: black;
}
#admin_menu a:hover {
	color: blue;
}
#weather {
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}
/* Global Element Formatting */
body {
	padding: 0px;
	background-color: #ECECEC;
}
h1, h2, h3 {
	color: #0033CC;
	margin-top: 0px;
}
h4 {
	color: black;
}
table {
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
td {
    font-size: 10pt;
    text-align: left;
}
h1 {
	font-size: 20pt;
}
img {
	border: none;
}
#leftnav img {
	margin-bottom: -4px;
}
a {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: red;
}
.calendar {
	font-family: Tahoma;
	font-size: 8px;
	border-top: 1px solid black;
	background-color: white;
	padding: 2px;
}
.picbottom {
	border-bottom: 1px solid black;
}
.calendar a {
	font-weight: bold;
}
.calendar th {
	font-size: 10px;
}
.calendar-month {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 20px;
	background-color: white;
	color: #0033CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fancy_padded {        
    border: 1px solid black;
    background-color: #ECECEC;
    padding: 2px;
}
.fancy {
	border: 1px solid black;
	background-color: #ECECEC;
	margin-bottom: 20px;
}
.fancy a {
	text-decoration: underline;
}
.bottomlink {
	font-size: 10pt;
}
.submit {
	font-size: 12pt;
	font-weight: bold;
	padding: 2px;
}

/*.sideheading {
	margin-top: 0px;
	width: 180px;
	border: 1px solid black;
	background-color: #0033CC;
	color: white;
	padding: 2px;
	font-size: 12pt;
	text-align:center;
}

.leftheading {
	margin-top: 0px;
	width: 145px;
	border: 1px solid black;
	background-color: #0033CC;
	color: white;
	padding: 2px;
	font-size: 12pt;
	text-align:center;
}
*/
.button {
	width: 145px;
	border: 1px solid black;
	background-color: #0033CC;
	color: white;
	padding: 2px;
	font-size: 12pt;
	text-align: center;
	margin-left: 15px;
}
.button:hover {
	background-color: red;
	color: white;
}
.button a {
	color: white;
}
.justify {
	text-align: justify;
}
.error {
	border: 1px solid black;
	background-color: lightgrey;
	font-size: 10pt;
	color: red;
}
.description {
	text-align: justify;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
}
.heading {
	font-size: 14pt;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid black;
}
.box {
	border: 1px solid black;
}
.border {
	border-bottom: 1px solid black;
}
/* Rounded Corners */
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.0em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:12px;
}
.xsnazzy {
font-family: Tahoma;
background: white; 
width:180px; 
float:left; 
margin:0 3px;
margin-bottom: 20px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
text-align: center;
background:#0033CC;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}

#floatleft img {
float: left;
}
