.linkbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #0033FF;
	text-decoration: none;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-decoration: none;
	background-color: #FEFBFB;
	
	background-position: 50%;
	background-attachment: 50%;
	}

A:link  {
	text-decoration:none;
	}
A:visited {
	text-decoration:none;
	}
A:hover	{
	text-decoration: underline;
	}
.maintext {
	text-align: left;
	width: 700px;
	margin: 0 0  0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	}
#navBar{
	margin: 0 80% 0 0;
	padding: 0 0 0 0;
	background-color: #DEDFFE;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.linktable {
	background-image:url(../images/button1.png);
	background-repeat: repeat;
	background-color: #0099FF;
	color: #CCCCCC;
	font-size: 9pt;
	text-decoration: none;
	float: none;
	line-height: normal;
	z-index: auto;
	}
#div1 {
	text-decoration: none;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #003399;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
