body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
#titleImage h1 {
	text-align: right;
}
#sectionMenu a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #006;
	margin: 1px;
	padding: 1px;
}
#sectionMenu a:hover{
	color: #FFF;
	background-color: #900;
}
#sectionMenu a.plainLink {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #006;
	margin: 1px;
	padding: 1px;
}
#sectionMenu a.plainLink:hover{
	color: #FFF;
	background-color: #900;
}
#sectionMenu p {
	color: #FFF;
	background-color: #006;
	margin-top:0;
	margin-bottom:0;
}
#sectionMenu input {
	font-size:.8em;
	vertical-align: middle;
}
#sectionMenu .errorMsg {
	background-color:#F00;
	color:#FFF;
	font-weight: bold;
}

#mainMenu a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #006;
}
#mainMenu a:hover{
	background-color: #900;
}
#bottomLinks a{
	color: #00F;
	text-decoration: none;
}
#bottomLinks a:hover{
	color: #F00;
	text-decoration: underline;
}
#mainContent .caption {
	font-family: Courier New, Courier, mono, sans-serif;
	font-size: 70%;
	font-style: italic;
	float:left;
	position:relative;
}
#mainContent .errTxt {
	font-size: 70%;
	background-color:#FFF;
	color:#F00;
}
#mainContent .title {
	font-weight:bold;
}
