body
{
background-color: #eeeeee;
	background-repeat: repeat;
	text-align: center;
    margin: 0 auto;
    font-family: Arial;
}

.colLeft
{
	float:left;
	width: 490px;
	padding: 15px;
}

.colRight
{
	float:right;
	width: 290px;
	background-color: #dddddd;
	height: 600px;
}
.contentFrame
{
	background-color:White;
	width: 900px;
	margin:0 auto;
	text-align: left;
	font-family: Times New Roman;
}

.bannerFrame
{
	text-align: left;
	margin: 0 auto;
	width: 900px;	
	height: 125px;
}

.footer
{
	font-size: 8pt;
	color: #666666;	
}

h1
{
	margin: 0;
	font-size: 15pt;
	font-family: Tahoma;
}
.menu
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: White;
}

.menuItem
{
padding-top:5px;
border-left: solid #004373 1px;
float:left;
padding-left: 15px;
padding-right: 15px;
height: 25px;
}

.menuItem a:link
{
  color: White;
  font-weight: bold;
  font-size: 12pt;	
  text-decoration: none;
}

.menuItem a:visited
{
  color: White;
  font-weight: bold;
  font-size: 12pt;	
  text-decoration: none;

}

.menuItem a:hover
{
  text-decoration: underline;
}

.menuFrame
{
	height: 30px;
	background-image: url('includes/images/menuBG.gif');
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}


a:link
{
	color: #276797;
	text-decoration: underline
}

a:visited
{
	text-decoration:underline;
	color: #004272;
}

a:hover
{
	text-decoration: none;
}