/****Style sheet created as an in-kind donation for the Dundee Township Democratic Party Website
December 2009/January 2010.  Original design concept by Constatine 'Dean' Argiris. Website code 
created by Shawn Janzen.  Webteam project support by Rachel Shattuck, Constatine 'Dean' Argiris,
and Shawn Janzen.  Website project launch date 23 January 2010
All code written using Bluefish 1.0.7 and 1.3.8****/

body {
	background: #0066ff;
	margin: 20px;
	height:100%; 
	overflow-y:auto;
	}

/*Banner at top, center of the page*/
#banner {
	background-image: url(image/banner_940.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	font-family: Arial,serif;
	font-size: small;
	color: white;
	text-align: center;
	}

/*Navigational Bar underneath the banner */
.navbar, .navbar ul {
	text-decoration: none; 
	text-align: center; 
	cursor: pointer; 
	padding: 0px;
	margin: 0px 0px -10px 0px;
	list-style: none; 
	height: 30px; 
	font-family: Arial, serif; 
	font-size: small;
	}
.navbar li {
	position: relative; 
	float: left;
	background: #999999;
	width: 185px;
	display:block;
	margin: 0;
	border-bottom: 3px solid #666666;
	border-right: 3px solid #252525;
	padding:0
	}
.navbar a, .navbar a:link, .navbar a:visited, .navbar a:active {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	}
.navbar a:hover {
	color: #ffffff;
	background: inherit;
	text-decoration: none;
	cursor: pointer;
	}
.navbar li ul {
	border-left: 1px;
	width:15.8em;
	margin-top:3px;
	position: absolute;
	font-weight:normal;
	left: -999em
	}
.navbar li:hover ul, .navbar li.sfhover ul {
	left: 0;
	z-index:8
	}

/*styles for the side bars*/

.tablebackdrop	{
	background: white;
	font-size: small;
	color: #1a207e;
	}

.centertext {
	background: white;
	margin: 0px;
	font-size: medium;
	color: black;
	text-align: center;
	font-family: Arial, serif;
	}

.lefttable	{
	font-family: Arial, serif;
	font-size: medium;
	}
	
.lefttable a, a:link, a:visted {
	color: #990033;
	text-decoration: none;
	font-size: small;
	}

.lefttable a:hover {
	color: #3300cc;
	text-decoration: none;
	font-size: small;
	}

.newstable	{
	font-family: Arial, serif;
	font-size: small;
	color: black;
	}

.newstable a, a:link, a:visted	{
	color: #990033;
	text-decoration: none;
	}

.newstable a:hover {
	color: #3300cc;
	text-decoration: none;
	}

.bulletlist	{
	font-size: 16px;
	color: #1a207e;
	text-decoration: none;
	}
		
.bulletlist a, a:link, a:visited {
	color: #1a207e;
	text-decoration: none;
	font-size: small;
	}

.bulletlist a:hover {
	color: #990033;
	text-decoration: none;
	}
		
.bulletlist li 	{
	list-style-type: none;
	}

img	{
	border-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.cleanimg	{
	text-align: center;
	font-size: 12px;
	font-family: Arial, serif;
	color: blue;
	vertical-align: bottom;
	}

/* These help control the bottom footer area */
#footerbox {
	border: 1px inset;
	background: white;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	}

#tax	{
	background: white;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	}
	
.bottomlink	{
	text-decoration: none;
	cursor: pointer;
	color: red;
	}
.bottomlink a:hover	{
	text-decoration: none;
	cursor: pointer;
	color: blue;
	background: inherit;
	}
	
.iframelist	{
	padding: 0;
	margin: 0;
	background: white;
	font-size: medium;
	font-family: Arial, serif;
	color: #1a207e;
	border: 0;
	vertical-align:top;
	}
		
.iframelist a, a:link, a:visited {
	color: #1a207e;
	text-decoration: none;
	font-size: small;
	}

.iframelist a:hover {
	color: #990033;
	text-decoration: none;
	}
