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


body { 
	margin:0px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color:#FFFFD5;
}
body, td, th { 
	font-size:80%;
}

.warning { color: #f00 }

a  { color: #360; text-decoration: none }

a:hover  { color: #360; text-decoration: underline }

#headerBox { 
	background-color:669933;
	
	margin-top:8px;
	padding-top:8px;
	border-top:1px dotted #FFFFD5;
	
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #FFFFD5;
}

.headerBox a { 
	color:#003300;
	text-decoration: none;
}

.headerBox a:active { 
	color:#FFFFD5;
	text-decoration: none;
}

.headerBox a:hover { 
	color:#FFFFD5;
	text-decoration: none;
}

.headerLinks { 
	font-family: Georgia, "Times New Roman", Times;
	font-weight: bolder;
	color:#003300;
	letter-spacing: 80%;
	text-decoration: none;
	padding-top:2px;
	border-top:1px dotted #FFFFD5;
	padding-bottom:2px;
	border-bottom:1px dotted #FFFFD5;
}

.headerLinks a { 
	color:#003300;
	text-decoration: none;
}

.headerLinks a:hover { 
	color:#FFFFD5;
	text-decoration: none;
}

.whiteheadertext {
	color:#FFFFD5;
}
.line  { border-right: 2px dotted #900 }

.pageTitle  { color: #990000; font-weight: bolder; font-size: x-large; font-family: Eurostile, Georgia, "Times New Roman", Times; text-transform: capitalize }
.capital { text-transform: capitalize }

#homeNav {
	color: #990000;
}

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

#login
{
	padding-top:10px;
	position:absolute;
	left:0px;
	
	
}
