body, html {
	font-family: Georgia, Garamond, Geneva, Times New Roman, Times, serif;
    padding:0px;
    margin:0px;
	font-size: 12px;
}
p, li, td,.normal {
	margin-top: 8px;
	font-family: Georgia, Garamond, Geneva, Times New Roman, Times, serif;
	font-size: 14px;
}
h1,.heading1 {
	font-size: 20px;
	font-weight:normal;
	color: #003366;
	text-transform: uppercase;
	border-bottom: 2px solid #CCCCCC;
}
h2,.heading2 {
	font-size: 15px;
	color: #000000;
	margin-top: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
img { border: none; }
a:visited,a { 
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.onlyprint { display: none; }

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	width: 850px;
	height: 110px;
	vertical-align:bottom;
	text-align:center;
}
	#main_logo {
		left: 0px;
		float: left;
		padding-top: 10px;
		text-align:left;
		height: 60px;
	}
	#header_right {
		float: right;
		position: relative;
		margin-right: 0px;
		vertical-align: top;
		padding-top: 10px;
		height: 60px;
		width: 590px;
		text-align:right;
	}
	#search {
		padding-top: 25px;
		height: 20px;
		vertical-align:inherit;
		margin-right: 0px;
		text-align:right;
	}
	#navbar {
		padding-top: 5px;
		height: 25px;
		vertical-align:top;
		margin-right: 0px;
		text-transform: uppercase;
		color: #333333;
		font-size: 12px;
		text-align:right;
		width: 850px;
	}
	#navbar a {
		text-decoration:none;
		color: #666666;
	}
	#navbar a:hover {
		text-decoration: underline;
		color: #009933;
	}
	
	
#main {
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom: 30px;
}
	#main_content {
		padding-left: 32px;
		padding-right: 16px;
	}
	#right_content {
		float: right;
		padding-left: 16px;
		padding-right: 16px;
	}


#footer {
	clear: both;
	text-align:center;
	color: #333333;
	font-size: 11px;
	width: 850px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #CCCCCC;
}





/* MISCELLANEOUS CLASSES */

.article_body {
	margin-left: 0px;
}

.bulletin_menu {
	float: left;
	width: 250px;
	background-color: #EEEFEA;
	padding: 3px;
	margin-right: 8px;
}
	.bulletin_menu p {
		margin-bottom: 10px;
		margin-top: 0px;
		text-indent: -20px;
		margin-left: 20px;
	}

/* Calendar */
.calendar_table {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 5px;
	width: 180px;
	margin-bottom: 5px;
}
.calendar,.calendarColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.calendarHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
}
.calendarToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
}
.calendar a,.calendar a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;
}
.calendar a:hover,.calendarColor a:hover {
	text-decoration: none;
}
.calendarColor a,.calendarColor a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#bill_tracker {
	clear: both;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
#bill_tracker th {	
	border-right: 1px solid #999999;
	background-color:#CCCCCC;
	font-weight: bold;
	padding: 3px;	
}
#bill_tracker th, #bill_tracker td {
	vertical-align: top;
}
#bill_tracker td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
}


.directory {
	border: 1px solid #CCCCCC;
	width: 600px;
}
	.directory th {
		background-color: #003366;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		padding: 5px 3px 5px 3px;
	}
	.directory td {
		margin: none;
		border-style: collapse;
		padding: 3px 3px 3px 3px;
		border-bottom: 1px solid #CCCCCC;
	}
	.ul_no_indent {
		margin-left: 0;
		padding-left: 1em;
	}
		