a:link.linkers {
	font-size: 8pt;
	text-decoration: none;
	color: #003399;
}
a:visited.linkers {
	font-size: 8pt;
	text-decoration: none;
	color: #003399;
}
a:hover.linkers {
	font-size: 8pt;
	text-decoration: underline;
	color: #003377;
}
a:active.linkers {
	font-size: 8pt;
	text-decoration: none;
	color: #003388;
}

/* 
###################
navBar
###################
*/

#navBar {
	background-color: #ffffff;
	padding: 5px 25px 5px 16px;
	line-height: 1.7em;
}
.navSpacer {
	font-size: 8pt;
}

/* 
###################
content bar
###################
*/

#contentBar{
	background-color: #ffffff;
}
#leftContent {
	float: left;
	width: 450px;
	margin: 0;
	border: 0;
	text-align: left;
	padding: 5px 10px 25px 20px;
	background-color: #ffffff;
}
#rightContent {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 480px;
	border: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}
#rightContent img {
	margin: 15px;
	border: dashed 1px #000000;
}
#bottomSpacer {
	clear: both;
	text-align: right;
	font-style: italic;
}
/* for IE/Win */
#rightContent{<!-- width:25px; -->}
#rightContent{<!-- margin-left:0px; -->}
#rightContent{<!-- margin-right:-99%; -->}
