a { color: #0066CC; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {
	color: #000000;
	background-color: #FFF080;
}

p { margin: 10px; }

h1 {
	margin: 5px;
	margin-top: 30px;
	text-indent: 5px;
	color: #771111;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
}

h2 {
	margin: 5px;
	margin-top: 20px;
	text-indent: 5px;
	color:#333366;
	text-decoration: underline;	
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}

h3 {
	margin: 5px;
	margin-top: 10px;
	text-indent: 5px;
	color:#006600;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}

ul {
	list-style-type: circle;
}

li {
	margin: 5px;
	margin-left: 10px;
}

em { font-style: italic; }

hr {
	width: 98%;
	border: 1px dashed #004411;
}

.smalltext { font-size: 8pt; }
.smalltext a { font-size: 8pt; }

.right { float: right; }
.left { float: left; }

body {
	background-image:url(images/bodyback.jpg);
	background-position: top left;
	background-repeat:repeat-y;
}

body, body table {
	margin: 0px;
	background-color: #FFFFFF;
}

body, table, td, th, a, form {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}

body table tr td.sidebar {
	width: 150px;
	vertical-align: top;
	background-color: #D1DFF9;
	border-right: 1px solid #000000;
}

body table tr td.sidebar img { margin-bottom: 20px; }

body table tr td.cornerbar {
	width: 150px;
	vertical-align: bottom;
	background-color: #355495;
}

body table tr td.topbar {
	vertical-align: bottom;
	background-color: #355495;
}

body table tr td.main {
	border-left: 1px solid #000000;
}

body table, td, th {
	padding: 0px;
	color: #000000;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

body table th {
	text-indent: 5px;
	text-align: left;
	background-color: #CACACA;
	font-size: 10px;
	border: 1px solid #000000;
}

body table tr td.main table {
	margin-top: 10px;
	margin-bottom: 10px;
}

body table.contact
{
	margin-top: 80px;
	border: 1px solid #000000;
}

body table table.buttons {
	border-spacing: 10px;
	border-collapse: separate;
	
	background-color: #D1DFF9;
	
	font-size: 10px;
}

body table td.button_up {
	background-image: url('images/button.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;

	color: #FFFFFF;
	
	font-weight: normal;
	font-size: 10px;
}

body table td.button_highlight {
	cursor: hand;
	
	background-image: url('images/button_light.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	
	background-color: #4066B2;
	color: #FFFFFF;
	
	font-size: 10px;
}

body table td.button_down {
	background-image: url('images/button.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;

	color: #FFFFFF;
	
	font-weight: normal;
	font-size: 10px;
}

body table tr td.main table table
{
	background-color: #F1EEDD;
	margin: 15px;
	border: 1px solid #000000;
}

body table tr td.main table table td { padding: 2px; }
body table tr td.main table table tr.even {}
body table tr td.main table table tr.odd { background-color: #DDD6AC;}
body table tr td.main table table tr.even td { border: 1px solid;}
body table tr td.main table table tr.odd td { border: 1px solid;}
body table tr td.main table table tr.header { background-color: #808080; color:#FFFFFF; padding: 1px;}
body table tr td.main table table tr.header td {border: 1px solid;}

body table tr td.main table table th { background-color: #808080; color:#FFFFFF; padding: 1px; }

body table tr td.main table table.blue { background-color: #ABCDEF; }
body table tr td.main table table.blue td { color: #003366; }

body table tr td.main table table.black { background-color: #000000; }
body table tr td.main table table.black td { color: #FFFFFF; }

body table tr td.main table table.gray { background-color: #F1EEDD; }
body table tr td.main table table.gray td { color: #121108; padding: 3px;  }

table tr.hover { background-color: #E0D0C0; }

td.guestbook,td.guestbook td{font-size: 12px;}
th.guestbook p.guestbook{font-size: 14px;}

p.elections {text-align: left;}

