
body { 
	font-size: 80%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 10pt;
	background-color: #949494;
}

a {
	color: #104a84;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #295a8c;
	text-decoration: none;
}

h2 {
	color: #104a84;
	font-size: 200%;
	font-weight: bold;
	background-image: url(/images/wrench-title.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	margin: 0px;
	border: 1px dotted #104a84;
}

h3 {
	color: #104a84;
	font-size: 150%;
	font-weight: bold;
	border: 1px dotted #104a84;
	background-color: #87a4c1;
	padding: 3px;
}

h4 {
	color: #104a84;
	font-size: 150%;
	font-weight: bold;
}

h5 {
	color: #104a84;
	font-weight: bold;
	border: 1px dotted #104a84;
	background-color: #87a4c1;
	padding: 3px;
}

hr {
	border-bottom: 2px solid #104a84;
}

.inactive {
	display: none;
}

.active {
	display: block;
}

.menu {
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu ul ul {
	padding-left: 10px;
	margin: 0px;
}

.menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu li a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	display: block;
	border-bottom: 1px dotted #104a84;
}

.menu li a:hover {
	color: white;
	background: #104a84;
}

.warning { color: #f00 }

.formMessage {
	font-weight: bold;
	color: green;
	font-size: 125%;
}

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#f00;
}

.image-box {
	margin: 5px;
	padding: 10px;
	border: 1px dotted #104a84;
}

#header {
	background-color: #87a4c1;
}

#login {
	background-color: #104a84;
	color: white;
	padding: 5px;
}

#login a {
	color: white;
	text-decoration: none;
}

#login a:hover {
	color: white;
	text-decoration: none;
}

#logo {
	background-image: url(/images/logo-bkgd.gif);
	background-repeat: repeat; 
}

#main-table {
	background-color: white;
}

#right-menu {
	color: #104a84;
	background-color: #87a4c1;
	border-left: 1px dotted #104a84;
}

#PageTitle {
	font-size: 125%;
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 10px;
	text-align: right;
}

#YouAreHere {
	font-size: 80%;
	background-color: #295a8c;
	color: white;
	height: 15px;
	padding: 2px;
}

#YouAreHere a {
	color: white;
}

#YouAreHere a:hover {
	color: white;
}

#PageBody {
	padding: 10px;
	background-color: white;
}

// #PageBody li {
	padding-left: 5px;
	height: 15px;
	background-image: url(/images/wrench-li.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

#ContactBox {
	font-size: 90%;
	padding: 10px;
	text-align: center;
}

#SearchForm {
	align: center;
	text-align: center;
	font-size: 110%;
}

#footer {
	color: white;
	background-color: #104a84;
	padding: 2px;
	font-size: 80%;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

form #successBox {
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-bottom: 2px solid green;
	border-right: 2px solid green;
	background-color: #eeffee;
	text-align: center;
	margin: 15px;
	color: green;
	padding: 8px;
}

form .successMessage {
	color: green;
}

form #errorBox, form #errorBoxCC, form #errorBoxAuthNet {
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	background-color: #ffeeee;
	text-align: center;
	margin: 15px;
	color: red;
	padding: 8px;
}

form .errorMessage {
	color: red;
}