body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-color: #999999;
	margin: 0px;
}

img { border: 0 none; }

a {
	color: #0000ff;
}

a:hover {
	color: #000066;
}

.header {
	background-color: #294163;
}

.sideNav {
	background-image: url('../images/nav2.gif');
	background-repeat: repeat-y;
}

.focusArea {
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul li { 
	margin-bottom: 5px;
	
}
.reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
.regbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

dl {
	margin: 0px;
}

h3 { font: bold 16px Arial, Helvetica, sans-serif; }