html {
	height:					100%;
 	width:					100%;
}
 
body {
 	background-color:		#FFFFFF;
 	color:					#000000;
 	height:					100%;
 	margin:					0px;
 	width:					100%;
}
 
a:link, a:visited {
	color: 					gray;
	text-decoration: 		none;
}

a:active {
	color: 					green;
	text-decoration: 		none;
}

a:hover {
	color: 					green;
	text-decoration: 		none;
}

.text {  
	font-family: 			Arial; 
	font-size: 				12px; 
	font-style: 			normal; 
	color: 					#666666
}

.ErrorMsg {
	color: 					red;
	font-weight:			900;
}

.topBar {
	background-image:		url("/images/topright.gif");
	background-repeat:		repeat-x;					
}

.topLink-background {
	background-image:		url("/images/buttonspacer.jpg");
	background-repeat:		repeat-x;					
}

td.topLink {
	text-align:				center;
	white-space:			nowrap;
}

.topLink a {
	color:					white;
	background-repeat:		no-repeat;
	display:				block;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;
	padding-left:			10px;
	padding-right:			10px;
	text-decoration:		none;
	text-transform:			uppercase;
}

.topLink a:link, .topLink a:active, .topLink a:visited {
	color:					white;
}

.topLink a:hover {
	color:					#C9D3C8;
}

.topLink-delimiter {
	background-image:		url("/images/top_grass.jpg");
	background-repeat:		no-repeat;
	height:					34px;
	width:					20px;
}

.leftBar {
	background-color:		#D1D6CF;
	background-image:		url("/images/leftvert.jpg");
	background-position:	right;
	background-repeat:		repeat-y;
	padding-right:			10px;
	text-align:				center;
	width:					130px;
	vertical-align:			top;
}

.bottomBar {
	background-image:		url("/images/bottom.gif");
	background-repeat:		repeat-x;
	height:					41px;	
}

.main-body {
	height:					500px;
	font-family:			Arial, Helvetica, sans-serif;
 	font-size:				14px;
	padding-bottom:			20px;
	padding-left:			80px;
	padding-right:			80px;
	padding-top:			20px;
	vertical-align:			top;
}

.main-body a:link, .main-body a:visited {
	color:					#993300;
	text-decoration:		none;
}

.main-body a:hover {
	color:					#993300;
	text-decoration:		underline;
}

.bread-crumbs {
	font-size:				12px;
}

.bread-crumbs-spacer {
	padding-left:			5px;
	padding-right:			5px;
}

.section-content {
	font-size:				14px;
}

.section-content li {
	margin-bottom:			15px;
}

.sections-content {
	font-size:				14px;
	margin:					0px 20px 0px 0px;
	padding:				0px 0px 0px 20px;
	float:					left;
}

.sections-content li {
	margin-bottom:			15px;
	font-size:				12px;
}

.copyright {
	color:					#FFFFFF;
	font-family:			Arial;
	font-size:				10px;
	text-align:				center;
	vertical-align:			middle;
}

#contact-link {
	margin-top:				60px;
}

#print-link {
	float:					right;
	font-size:				10px;
	position:				relative;
	top:					-10px;
}

#paynow form {
	display:				inline;
}

.topLink ul {
	list-style-type:		none;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

.topLink ul li {
	float:					left;
	margin:					0px 10px 0px 0px;
}

.topLink ul li:first-child {
	margin:					0px 10px 0px 5px;
}


.topLink ul li a {
	display:				block;
	height:					25px;
	padding:				0px 0px 0px 0px;
	width:					25px;
}

a.facebook-link {
	background:				transparent url("/images/facebook.png") center center no-repeat;
}

a.youtube-link {
	background:				transparent url("/images/youtube.png") center center no-repeat;
}

a.pdf {
	background:				transparent url("/images/pdf.png") left center no-repeat;
	padding:				5px 0px 5px 27px;
}

