#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 940px;
}

#header {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#side-a {
	float: left;
	width: 700px;
	margin-right: 20px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 220px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00aeef;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
}
#head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 5px;
}
#head a{
	color: #000;
	text-decoration: none;
}
#head a:hover{
	color: #000;
	text-decoration: underline;
}
#txts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 10px;
	width: 500px;
	text-align:justify;
}
#sub {
	margin-bottom: 20px;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.subtext a{
	color: #000;
	text-decoration: underline;
}
.subtext a:hover{
	color: #000;
	text-decoration: none;
}
.subtextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00aeef;
	text-decoration: none;
}
.subtextblue a{
	color: #00aeef;
	text-decoration: underline;
}
.subtextblue a:hover{
	color: #00aeef;
	text-decoration: none;
}
#topmen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	float: left;
}
#topmen a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-right: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #00aeef;
	float: left;
}

#topmenselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-right: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fe5600;
	float: left;
}
#list {
	float: left;
	width: 100%;
}
#menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.medhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #00aeef;
}
.bighead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #00aeef;
}
.medmin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#rightbel {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}
#pager {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#pagemen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	float: left;
}
#pagemen a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #00aeef;
	float: left;
}

#pagemenselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fe5600;
	float: left;
}
#pagemenplain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff;
	float: left;
}
#separat {
	background-image: url(/images/points.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	height: 21px;
	width: 100%;
}
span.radio {
  width: 20px;
  height: 20px;
  padding: 0 0px 0 0;
  cursor:pointer;
  background: url(/images/radiobuttons.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.checkbox {
	width: 20px;
	height: 20px;
	padding: 0px;
	background: url(/images/checkboxes.gif) no-repeat;
	cursor:pointer;
	clear: left;
	float: left;
	margin: 0px;
	display: block;
 }
.yellow {
	background-color: #ffe600;
}
