body{
	margin:0px;
	background-color: #f2f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

ul{
	list-style-image: url(Images/star.gif);
}
ul ul{
	list-style-type: square;
	text-indent: 5px;
	list-style-image: none;
}
img {
	text-align: left;
	margin: 5px 5px 5px 0px;
	background-position: left;
	float: left;
	clear: both;

}
#skipnavigation{
  position: absolute; 
  left: -1000px; 
}
h1 {
	font-size: 120%;
	margin: 15px 0px 0px;
	padding: 0px;
	line-height: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	color: #d90026;
	line-height: 1.5em;
}
h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 1.5em;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

.maintable {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}

.topbg {
	background-image: url(Images/topbg.jpg);
}

.topnav {
	font-size: 70%;
	color: #000000;
	font-weight: bold;
}


td.footer {
background-color: #ededed;
}
#footer {


}

a.footer,
.footer {
	color: #000000;
	font-size: 85%;
}



/* Latest News styles */
#latestnews {
	margin: 10px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.0em;
}
#latestnews ul {
	list-style-image: none;
	list-style-type: none;
}

.latestnewsheader {
	color: #333333;
	font-size: 70%;
	font-weight: bold;
	font-family: tahoma;
}

.latestnewsdate {
	color: #000000;
	font-size: 70%;
	font-family: tahoma;
}

.latestnewscontent {
	font-family: tahoma;
	font-size: 70%;
	color: #666666;
	list-style-type: none;
}
.latestnewscontent ul {
	font-family: tahoma;
	list-style-type: none;
	text-indent: 0px;
	list-style: none; margin: 0 0 15px; padding: 0;
	
}


/************** #Main Content **************/
.maincontent {
	font-size: 85%;
	color: #333333;
	margin: 10px 20px 0px 20px;
	line-height: 1.5em;
}
#content{
	width: 65%;
	height:auto
}
/************** #focus styles **************/

#focus{
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	clear: both;
	margin: 5px 0px;
	float: left;
	border: 2px solid #d90026;
	font-size: 125%;
	font-style: normal;
	text-indent: 2px;
	font-weight: bold;
	letter-spacing: 2px;
}

#advert img{
	display: block;
}

.highlight{
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	background-color: #EBEAFB;
	background-image: url(Images/PowerofOneVote.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 25px;
	padding: 40px 10px 10px;
	border: 0px none;
	
}
/************** #postcard styles **************/

.postcard{
	float: none;
	text-align: center;
	margin: 5px 5px 5px 0px;
	clear: both;
	display: block;
	float: none;
	
}
.postcard img{
	margin: 5px 5px 5px 0px;
	clear: both;
	display: block;
	float: none;
}

/************** #advert styles **************/

#advert{
	padding: 5px;
	color: #000000;
	background-color: #f2f1f1;
	text-align: center;
	width: 35%;
	clear: none;
	margin: 5px 7px 5px 0px;
	float: left;
	border: thin solid #d90026;
	font-size: 95%;
	font-style: italic;
}

#advert img{
	display: block;
}
/************** #Tooltips **************/

div.tooltip {
	border:1px solid #000000;
	background:#FFFF99;
	color:#000000;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

