body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: blue;
	font-weight: bold;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	background-color: #FFFFFF;
}
p {
	font-size: .8em;
}
div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:770px;  
}
div#columns {
	width: 770px;
	position: relative;
}
div#nav {
	position:absolute;
	left:0px;
	width:150px;
	background-color: #FFFFFF;
	top: 0px;
}
div#content {
	width: 620px;
	position: static;
	margin-top: 1px;
	margin-left: 150px;
}
div#footer {
	background-color: #99FFFF;
	margin-left:auto; 
	margin-right:auto; 
	width: 620px;
	clear: both;
	position: relative;
	margin-top: 1px;
	margin-left: 150px;
}
.clear {
	clear:both;
}

.subhdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	background-color: #FFFFFF;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.hdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: blue;
	font-weight: bold;
	text-transform: none;
}
.whiteonblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #0000FF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
}
.whiteonblueHDG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-color: #0000FF;
	font-style: normal;
	font-variant: normal;
}
.bodyBLUEbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
}
.navBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
}
.navHdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #0000FF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	text-indent: 5px;
}
.newsHDG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: blue;
}
.whiteonred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: red;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	padding: 1px 3px;
}
