body {
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #a5a9ad /*url(../images/bg_diagonals.gif) repeat-x top*/;
}

a {
	color: black;
}

img {
   border: none;
}

#wrapper {
	text-align: left;
	width: 975px;
	/*width: 1235px;*/
	margin: 0 auto;
	padding-left: 170px;
	padding-right: 170px;
	background: White url(../images/wrapper2.gif) repeat-y top;
}

#header {
   height: 100px;
   margin-bottom: 15px;
}   

#nav {
	height: 30px;
	text-align: center;
	font-size: 13px;
	padding-bottom: 10px;
	border-top: 1px solid #cdcdcd;
	background: White url(../images/nav_bottom.gif) no-repeat bottom;
	clear: both;
}

ul.topRightNav {
   list-style-type: none;
   width: 200px;
   float: right;
   margin-top: 0px;
}

ul.topRightNav li {
   display: inline;
   font-size: 12px;
}

ul.topRightNav li a {
   color: black;
   text-decoration: none;
}

ul.topRightNav li a:hover {
   text-decoration: underline;
}

form.googleSearchBar {
   clear: right;
   float: right;
}

form.googleSearchBar input.googleSearchBarInput {
   width: 275px;
   background: transparent none !IMPORTANT;
   border: 1px solid black !IMPORTANT;
}

ul.mainNav {
   list-style: none inside;
   margin-top: 6px;
   padding-right: 40px;
}

ul.mainNav li {
   display: inline;
   padding: 0 5px 0 5px;
   border-right: 1px solid black;
}

ul.mainNav li a {
   color: black;
   text-decoration: none;
}

ul.mainNav li a:hover {
   text-decoration: underline;
}

ul.mainNav li.noRightBorder {
   border-right: none;
}

#leftColumn {
	float: left;
	clear: right;
	width: 350px;
	padding: 5px 15px 15px 15px;
	margin-right: 4px;
	border-top: 1px solid #cdcdcd;
	background: White url(../images/left_column_gb.gif) repeat-y top;
}

#evenColumn {
	float: left;
	clear: right;
	width: 290px;
	padding: 5px 15px 15px 15px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #cdcdcd;
	background: White url(../images/even_column_bg.gif) repeat-y top;
}

#middleColumn {
   float: left;
   clear: right;
   width: 270px; 
	padding: 5px 15px 15px 15px;
   margin-left: 4px;
   margin-right: 4px;
   border-top: 1px solid #cdcdcd;
	background: White url(../images/middle_column_bg.gif) repeat-y top;
}

#rightColumn {
   float: left;
   clear: right;
   width: 235px;
   margin-left: 5px;
   padding: 5px 15px 15px 15px;
   border-top: 1px solid #cdcdcd;
	background: White url(../images/right_column_bg.gif) repeat-y top;
}

img#evenColumnBottomImage {
	position: relative;
	top: 25px;
	right: 13px;
}

img#leftColumnBottomImage {
	position: relative;
	top: 20px;
	right: 16px;
}

img#middleColumnBottomImage {
	position: relative;
	top: 17px;
	right: 17px;
}

img#rightColumnBottomImage {
	position: relative;
	top: 25px;
	right: 17px;
}

.updated {
   font-size: 11px;
}

.contentTitle {
   font-size: 17px;
   font-weight: bold;
}

.content {
   line-height: 18px;
}

.content a {
   color: black;
}

.contentSubTitle {
   font-size: 13px;
}

ul.news {
	margin-left: -20px;
	list-style-type: square;
	margin-top: 0px;
}

ul.news li {
   padding-bottom: 4px;
}

ul.news .newsSub {
	font-size: 11px;
}

.precinct {
	padding-left: 5px;
   margin-top: -10px;
	font-size: 11px;
}

.precinctName {
	font-size: 13px;
	font-weight: bold;
	margin-left: -5px;
}

.precinct a {
   font-size: 11px;
}

.bold {
   font-weight: bold;
}

.upset {
   font-size: 85%;
}

.rightNewsContent {
	font-size: 12px;
}

.center {
   text-align: center;
}

.morePhotos {
   float: right;
   position: relative;
   bottom: 18px;
   font-size: 11px;
}

img.townLeftImage {
   float: left;
	clear: right;
   padding-left: 2px;
   padding-right: 10px;
	margin-bottom: -20px;
}

img.townRightImage {
   float: left;
	clear: right;
   padding-right: 2px;
   padding-left: 10px;
	margin-bottom: -20px;
}

#footer {
   clear: both;
   text-align: center;
   padding-top: 15px;
}

#footer a {
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

img#footerBottomImage {
	position: relative;
	top: 20px;
	right: 36px;
}

input#searchButton {
	position: relative;
	top: 6px;
}

#submitAnEvent {
	margin-left: 325px;
}

.eventInputName {
	font-size: 13px;
	font-weight: bold;
}

.inputNote {
	font-size: 11px;
}

form#submitAnEventForm input {
	width: 200px;
}

form#submitAnEventForm textarea {
	width: 400px;
	height: 150px;
}

form#submitAnEventForm input.phone1, form#submitAnEventForm input.phone2 {
	width: 30px;
}

form#submitAnEventForm input.phone3 {
	width: 40px;
}

form#submitAnEventForm input.submit {
	width: 100px;
}

#calendar {
	margin-left: 325px;
}

hr {
	border: 2px ridge #cdcdcd;
}

.italic {
	font-style: italic;
}
.departmentHead {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
