/* CSS Document */
body {
	padding: 0;
	margin: 0;
}
ul {
	margin-top: 0;
	list-style: none;
	margin-left: 10px;
}
ul li, ol li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
ol {
	margin-top: 2px;
	list-style: decimal;
}
.pointer {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
}
.largeText {
	font-size: 14pt;
	font-weight: bold;
	color: #07a;
	font-family: arial, helvetica, sans-serif;
	margin-top: 4px;
	padding-bottom: 2px;
	border-bottom: 4px #aac solid;
}
.big1 {
	font-size: 24px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #a3a;
}
.med1, .med2, .med3, .medBlack {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #00a;
}
.med2, .med3 {
	font-size: 16px;
	font-weight: bold;
}
.med3 {
	text-transform: capitalize
}
.medBlack {
	color: #000;
}
.smallBold {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.smallText {
	font-size: 10pt;
}
.alert, .instruction {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
.alert {
	font-size: 18px;
}
.floatleft {
	float: left;
}
.listheader {
	font-size: 12pt;
	font-weight: bold;
	font-family: verdena,lucide,sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;	
	background-color: #ddf;
}
.boxed {
	border: 1px #000 solid;
}
.forumtopbar .searchword, .forumpost .searchword {
	background-color: #ff0;
	padding: 0 2px;
}
#topInstructions {
	font-size: 14px;
	text-align: center;
	color: #a00;
	margin-top: 5px;
}
#next form input, #prev form input {
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 2px groove #00f;
	background-color: #fff;
	cursor: pointer;
}
#next form, #prev form {
	margin: 0;
	display: inline;
}
.next {
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 2px groove #00f;
	background-color: #fff;
	cursor: pointer;
}
#correctdiv {
	color: #00f;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 200px;
}
#whatbar {
	margin-top: 0px;
	background-color: #faf;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	color: #000;
	width: 100%;
	font-family: verdena, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}	
#mainbody {
	background-color: #fff;
	padding: 20px;
	border-bottom: 2px #aaa solid;
}
#mainbodyleft {
	background-color: #ffc;
	padding: 5px;
	border-bottom: 2px #aaa solid;
}
#mainbodysub {
	margin-top: 5px;
	margin-left: 10px;
}
#toplogo, #search, #breadcrumbs, #sidemenu {
	padding: 5px, 0, 5px, 10px;
}
#toplogo, #piclogo {
	float:left;
	text-align: center;
}
#toplogo {
	font-size: 11pt;
	font-weight: bold;
	font-family: verdena, lucida, sans-serif;
	margin: 5px;
}
#toplogo span.logo1 {
	font-size: 24pt;
	font-weight: bold;
}
#topmenu {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 740px;
}
#topmenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#topmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#topmenu ul li a {
	background-color: #6bf;
	width: 120px;
	height: 18px;
	border-left: solid #006 1px;
	border-top: solid #006 1px;
	border-bottom: solid #006 1px;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 12px/18px verdana, lucida, arial, sans-serif;
}
#topmenu ul li a:hover {
	color: #fdf;
	background-color: #a3a;
}
#topmenu ul li.last {
	border-right: solid #006 1px;
}
#sidemenu {
	padding-left: .8em;
	padding-bottom: 1em;
	padding-right: 4px;
	width: 200px;
	border-left: solid #6bf .8em;
	border-right: inset #6bf 5px;
	border-bottom: inset #6bf 5px;
}
#sidemenu ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#sidemenu ul li {
	font-size: 10pt;
	text-indent: -.5em;
}
#sidemenu ul li.selected {
	font-weight: bold;
	color: #000;
	text-indent: -1em;
}
#search form {
	margin: 0;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
.disabled {
	color: #999999;
}