html{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	}
body {
	height:100%;
	margin:1em;
	padding:0px;
	background-color: #F2F2E8;
	}
	
/*****Font styles*****/
p,div,td,tr,span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: black;
	}

h1 {
	font-size: 22pt;
	font-weight:bold;
	color: #005596;
	font-family: times, times new roman, serif;
	margin-bottom: 1em;
	}

h3 {
	font-size: 14pt;
	margin-bottom: .5em;
	font-weight:normal;
	}

	
p {
	margin-bottom: 1em;
	}
	
/*****Link styles*****/
a:link{
		text-decoration:none;
		color: #00F;
	}
	a:visited{
		text-decoration:none;
		/*color:#838398;*/
		color:#45458d;
	}
	a:hover{
		text-decoration:underline;
		color: #e16500;
		}
a.h3link{
	color:#0A67AD;
	}

/*****Header styles*****/
#header {
	text-align:left;
	width: 890px;
	}
#toplogo {
	float:left;
	margin-right: 2em;
	}
#tagline {
	float:left;
	margin-top: 42px;
	}
	
/*****Footer*****/
#footer {
	clear:both;
	font-weight:bold;
	color: #282828;
	font-size: 13pt;
	width:892px;
	text-align:center;
	/*border-top: 1px solid #C9C8AD;*/
	margin-top: 1em;
	padding-top: .5em;
	height:65px;
	/*background:url(logos.png) no-repeat top right;*/
	}
	
	
/*****First, set the bar in place*****/
#menubar{
	clear:left;
	margin-top:0;
	height: 260px;
	width: 892px;
	background-color: #C0D8EB;
	background:url(homebar.jpg);
	background-repeat: no-repeat;
	padding: .25em;
}
/*****Next, each block is an item*****/
.menuitem {
	float:left;
	margin-right: 1em;
	width: 145px;
	text-align:center;
	}

/*****Then, Two lines in each menu.*****/
.menuhead{
	font-family: Times, Times New Roman, serif;
	font-size: 13pt;
	line-height:13pt;
	font-weight:bold;
	color: #000;
	}
a.menuhead{
	text-decoration:none;
	font-family: Times, Times New Roman, serif;
	font-size: 13pt;
	line-height:13pt;
	font-weight:bold;
	color: #000;
	}
.menulocation {
	font-family: Times, Times New Roman, serif;
	font-size: 10pt;
	line-height:14pt;
	font-weight:normal;
	color: #6F6F6F;	
	}
a.menulocation{
	text-decoration:none;
	font-family: Times, Times New Roman, serif;
	font-size: 10pt;
	line-height:14pt;
	font-weight:bold;
	color: #6F6F6F;	
	}
	
/*****Body Columns*****/	
.column1{
	clear:left;
	float:left;
	width: 275px;
	margin-right: 2em;
	text-align: left;
	}
.column2{
	float:left;
	width: 275px;
	margin-right: 2em;
	text-align: left;
	}
.column3{
	float:left;
	width: 275px;
	text-align: left;
	}
	
.imgleft {
	float:left;
	margin: .5em .5em .5em 0;	
	}
	
#maintext {
	clear:both;
	padding: 1em;
	width: 885px;
	}