body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	}
	
p {
	line-height: 21px;
	font-size: 14px;
}

li {
	font-size: 14px;
	line-height: 21px;
	list-style-position: outside;
}
.redbold {
	color: #BB3033;
	font-weight: bold;
	font-size: 16px;
		
}
h3 {
	color: #BB3033;
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	border-top: 2px dotted #BB3033;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headline {
	color: #BB3033;
	font-weight: bold;
	font-size: 24px;
}

.nowrap {
	clear: right;
}
.indentcaption {
	margin-left: 75px;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
	
}
.indentcaption img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}	
.caption {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	
}
.clickable a:link img{
	float: left;
	margin-top: 15px;
	border: 2px solid #FFcc00;	
}	
.clickable a:active img{
	float: left;
	margin-top: 15px;
	border: 2px solid #FFcc00;	
}	
.clickable a:visited img{
	float: left;
	margin-top: 15px;
	border: 2px solid #FFcc00;	
}	
.clickable a:hover img{
	float: left;
	margin-top: 15px;
	border: 2px solid #FFcc00;	
}	








.contents {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 10px;
}

a.contents:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.contents:hover {
	text-decoration: underline;
	color: #ffcc00;
}

a.contents:visited {
	text-decoration: none;
}

.zoomer {
	z-index: 2;
}

.snaptrigger a {
	display: block;
	background-color: #452162;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.snaptrigger a:hover, .snaptrigger a:active, .snaptrigger a:focus {
	background-color: #F2CD4B;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#snapsubs1, #snapsubs2, #snapsubs3, #snapsubs4{
	position: absolute;
	width: 220px;
	font-size: 12px;
	background-color: #BA3032;
	font-weight: bold;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	left: 144px;
	visibility: hidden;
}



/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */
#snapsubs1 {top: 147px;}
#snapsubs2 {top: 199px;}
#snapsubs3 {top: 256px;}
#snapsubs4 {top: 311px;}


/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.submenus p {
	margin: 0;
	border: none;
	padding: 0px;
	
}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.submenus a, .submenus a:visited {
	display: block;
	padding: 2px 4px 2px 4px;
	background-color: #BA3032;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.submenus a:hover, .submenus a:active, .submenus a:focus {
	background-color: #BA3032;
	color: #ffcc00;
	
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
	
}
td {
	margin: 0px;
}
tr {
	margin: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}
.alignbottom {

	bottom: 0px;

}
.noprint {
	visibility: visible;
	}

.style1 {
	color: #BB3033;
	font-weight: bold;
	font-size: large;
	
