body{
margin:0px;
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#skipnavigation{
  position: absolute; 
  left: -1000px; 
}
h1 {
font-size: 100%;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	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;
}

a.footer,
.footer {
	color: #000000;
	font-size: 85%;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.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
}
/************** #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%;
	}
