/* GENERIC DEFAULT DEFINITIONS */
html,body {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
 
a:hover,a:active {
	color: #D96C00;
}

img {
	border-width: 0px;
}

img.border1px {
	border:1px solid #000000;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

tr {
	vertical-align: top;
}

p,td,blockqoute,li {
	font-size: 12px; 
}

/* DIV ID DEFINITIONS */
div#content {
	position: absolute; 
	width: 732px;
	left: 207px; 
	top: 150px; 
	z-index: 4;
}

div#logo {
	position: absolute; 
	width: 732px;
	height: 93px;
	left: 207px; 
	top: 47px; 
	z-index: 2;
}

div#menu {
	position: absolute;
	width: 189px;
	left: 11px;
	top: 4px;
	z-index: 1;
}

/* TAG CLASSES/ID DEFINITIONS */
div.news {
	font-size: 12px; 
}

div.line {
	border-top: dashed 1px #888888;
	margin-top: 12px;
	margin-bottom: 12px;
}

table.list {
	width: 75%;
	border:0px none;
	border-collapse: collapse;
	vertical-align: top;
}

table.menu {
	width: 100%;
	border:0px none;
}

table.minutes {
	width: 75%;
	border:0px none;
}

table.weather {
	width: 100%;
	border: 1px dashed #888888;
	background-color: #E6E6E6;	
}

td.admin {
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
}

td.listShaded {
	padding:3px 3px 3px 5px;
	border: 2px solid #FFFFFF;
	background-color: #DEDEDE;
}

td.listWhite {
	padding: 3px 3px 3px 5px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

td.menu {
	padding: 1px 4px 5px 4px;
}

td.minutesContent {
	width: 50%;
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
	text-align: center;
}

td.minutesContentNoHTML {
	padding: 2px 3px 2px 15px;
	border: 1px solid #000000;
}

td.minutesHead {
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
	background-color: #DEDEDE;
	font-weight: bold;
}

td.minutesHead60 {
	width: 60%;
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
	background-color: #DEDEDE;
	font-weight: bold;
}

td.weatherCurrent {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

td.weatherContent {
	color: #666666;
}

td.weatherTitle {
	font-weight: bold;
	color:#555555;
}

span.menu, p.menu {
	font-size: 12px; 
	font-weight: bolder; 
	font-variant: normal; 
	color: #000000;
	text-align: center; 
	text-decoration: none; 
	margin: 0 auto;
}

/* GENERIC CLASS DEFINITIONS */
.article {  
	font-size: 12px;  
	font-weight: bold; 
	text-decoration: none;
}

.alert {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.boldItalic {
	font-weight: bold;
	font-style:italic;
}

.copyright {
	font-size: 10px; 
	text-decoration: none;
	text-align: center;
}

.header {
	font-size: 18px;
}

.mainMenu {
	color: #000000; 
	text-decoration: none;
}

.normalText {
		font-size: 12px; 
}

.smallLinks {
	font-size: 10px; 
	text-decoration: none;
}

.smallGray {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.search {
	text-align: center;
}

.smallText {
	font-size: 10px;
}

.smallTextRight {
	font-size: 10px;
	text-align: right;
}

.subHeader {
	font-size:14px;
	font-weight:bold;
}

.zoningAdmendments {
	text-decoration:underline;
}