* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #0555A3;
}

#content p, #content ul, #content ol, #content blockquote 
{
	margin-bottom: 10px;
}

#content ul, #content ol 
{
	margin-left: 25px;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url("../images/body.jpg") repeat-y left top;  /* blue with shadow l+r */
	width: 827px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img, a:hover img {
	border: none;
}

a {
	color: #0555A3;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	visibility: visible;
	text-decoration: none;
	color: #C22;  /* was yellow:#FD0 IE bug fix */
}

h1, h2, h3, h4 {
	color: #0555A3;
}

h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

.page {
	padding: 0px 17px 0 17px;  /*make the 827px of body image when added to width */
	width: 793px;
}

.topmenu {
	height: 27px;
	width: 100%;
	background-color: #0555A3;
	text-align: right;
	padding: 2px 0px 0 0; 
	margin-bottom: 3px;
	float: left;
}
.page>.topmenu {
	min-height: 27px; /*keeps height good for fox */
	height: auto;
}

.topmenu li {
	display: inline
}

.menuArea {
	float: right;
	padding: 2px;
}
 .searchMenu {
	padding: 2px;
	float: left;
 }

.searchButton {
	border-top: solid 1px #2A91F8;
	border-bottom: solid 1px #0505A3;
	border-left: solid 1px #2A91F8;
	border-right: solid 1px #0505A3;
	color: #000;
	font-family: "arial narrow", arial;
	font-size: 8pt;
}

.searchInput {
	width: 100px;
 }

.topmenu li a {
	float: right;
	width: 87px;
	height: 22px;
	background: #0555A3 url("../images/roll.jpg") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}

.topmenu li>a:hover {
	background: #0555A3 url("../images/roll.jpg") no-repeat 0 -27px;
}

.main {
	width: 793px;
}

#navArea {
	width: 150px;
	float: left;
}

.navLabel {
	width: 150px;
	padding: 3px 3px 3px 10px;
	background-color: #0555A3;
	font-size: 15pt;
	color: #FD0;
}

.navItems {
	width: 150px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

.navItems img {
	padding-top: 3px;
}

#content {
	width: 500px;
	float: right;
	padding: 50px 50px 30px 0;
}

.footer {
	font-size: 7pt;
	background: url("../images/stripes.gif") no-repeat left top;
	margin-left: 17px;
	color: #888;
	text-decoration: none;
	padding: 13px 27px 2px 244px;
}

.footer a:hover {
	color: #000;
	text-decoration: none;
}

.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.outlineGreen {
	border: 1px solid #2C2;
}
.outlineRed {
	border: 1px solid #F00;
}

.standardForm 
{
	clear: right
}
.standardForm fieldset 
{
	margin: 1em 1em 1em 0em;
	border: 1px solid #FD0;
	padding: 0.5em
}
.standardForm legend 
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em
}
.Label 
{
	float:left;
	padding: 0px 20px;
	text-align: right;
	width: 120px;
	font-weight: bold;
	line-height:1.1;
}
.info 
{
	margin-left: 165px;
}
.help 
{
	margin-left: 165px;
	font-size: 0.8em;
	color: #C22;
	width: 200px;
	display: block; 
}

.helpInTable 
{
	margin-top: 5px;
	font-size: 0.8em;
	color: #C22;
	width: 300px
}
.warn 
{
	color: #C22
}
.key 
{
	float: right;
	margin: 0 1em -1em 0;
	padding: 1px 3px;
	border: 1px dashed #E0EDED;
	width: 140px
}
.key p 
{
	font-size: 0.8em;
	color: #777
}
.standardForm input, .standardForm select, .standardForm textarea 
{
	font-size: 0.9em;
	font-family: verdana, arial, san-serif;
	background-color: #E0EDED
}
.standardForm input, .standardForm select 
{
	width: 300px
}
.checkOrRadio input
{
	width: auto;
	background-color: #FFF
}
.checkOrRadio label
{
	margin-right: 15px;
}

.standardForm textarea 
{
	height: 75px;
	width: 298px
}
.submit 
{
	border: 1px outset #E0EDED;
	font-weight: bold;
	font-size: 1em
}
.standardForm p 
{
	clear: left
}
legend span 
{
	display: block;
	width: 620px;	
}

.leading 
{
	margin-bottom: 10px;
	margin-left: 265px
}

.exercise 
{
	background: url("../images/exercise.jpg") repeat-y left top;
	height: 300px;
}

#login a
{
text-align: right;
	}