
body { 
	font-size: 90%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 20px;
	background-image: url(/images/site/sno_ani08.gif);
	background-repeat: repeat;
	background-color: #017cc2;
}

a {
	color: #017cc2;
	text-decoration: none;
}

a:hover {
	color: #017cc2;
	text-decoration: none;
}

h1 {
	color: #fe2926;
	font-size: 200%;
}

h2 {
	color: #017cc2;
	font-size: 150%;
	background-color: #80bde0;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin: 3px;
	text-align: center;
}

h3 {
	color: #017cc2;
}

h4 {
	color: #017cc2;
	background-color: #80bde0;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin: 3px;
	text-align: center;
}

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

.menu {
font-size: 115%;
}

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

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

.menu ul ul ul {
	padding-left: 0px;
	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 #017cc2;
}

.menu li a:hover {
	color: red;
}


.warning { color: #017cc2 }

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

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#017cc2;
}

.header-imagebox {

}

.titlebar-dk {
	color: #017cc2;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin: 3px;
	text-align: center;
}

.titlebar-lt {
	color: #017cc2;
	background-color: #80bde0;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin: 3px;
	text-align: center;
}

.st1 {
	font-weight: bold;
	font-size: 110%;
}

.coupon {
	border: 2px dotted black;
}

.PageTitle {
	color: #017cc2;
	font-size: 150%;
	background-color: #80bde0;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#outside-table {
	background-color: #017cc2;
	border-size: 0px;
	padding: 0px;
	margin: 0px;
}
#outside-table td {
	background-color: #fff;
}

#intro {
	color: #000000;
	background-color: #cccccc;
	background-image: url(/images/intro-bkgd.jpg);
	background-repeat: no-repeat;
	border: 1px dotted #017cc2;
	padding: 3px;
	margin: 3px;
	text-align: center;
	height: 300px;
}

#main-table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-table td {
}

#header {
	background-color: white;
	}

#YouAreHere {
	font-size: 85%;
	padding: 3px;
	margin: 3px;
	font-weight: bold;
}

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

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

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

#footer {
	color: #017cc2;
	border: 5px solid #017cc2;
	background-color: white;
	margin-top: 20px;
}

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