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

a {
	color: #631c2c;
	text-decoration: none;
}

a hover {
	color: #092c26;
	text-decoration: none;
}

.inactive {
	display: none;
}
.active {
	display: block;
}

.menu {

}

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

.menu ul ul {
	padding-left: 0px;
	color: #092c26;	
	margin: 0px;
	text-indent: 15px;
	font-size: 90%;
}

.menu ul ul ul {
	padding-left: 0px;
	color: #092c26;	
	margin: 0px;
	text-indent: 30px;
	font-size: 85%;
}

.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 #631c2c;
}

.menu li a:hover {
	color: white;
	background: #631c2c;
}

.menu ul ul li a {
	color:#631c2c;
}


.warning { color: #f00 }

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

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#f00;
}

.border {
	border-bottom: 2px black solid;
}

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

#sub-header {
	color: white;
	background-color: #092c26;
	padding: 5px;
}

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

#navigation {
	border-right: 1px #631c2c dotted;
	background-color: fffe86;
}

#PageTitle {
	text-align: right;
	font-size: 125%;
	font-weight: bold;
	background-color: #631c2c;
	color: white;
	padding: 5px;
	margin: 0px;
}

#YouAreHere {
	font-size: 80%;
	margin-top: 10px;
}

#PageBody {
	padding: 10px;
}

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

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


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;
}

#MultiProductForm {
}
.MultiProductFormAttributes {
}