html, body{	height:100%;margin: 0px;padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			color: #2D678C; font-size:12px;
			}
			
td 	{font-size:12px;}
			
a:link {color: #C1272D;text-decoration: none;}
a:visited {color: #C1272D;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: underline;}
a:active {color: #FF0000;text-decoration: none;}

p {	list-style-type: square;
	font-size: 12px;}

h4 {font-size:9px;
	font-weight:normal;
	margin:1px}
h3 {font-size:16px;
	font-style:italic;
	font-weight:normal;
	margin:1px}
h2 {font-size:23px;
	font-style:italic;
	font-weight:normal;
	margin:1px}
h1 {font-size:28px;
	font-style:italic;
	font-weight:normal;
	margin:1px}

ul, li {list-style-image: url(images/redbullet.gif);}
	
a.nav:link {font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;}
a.nav:visited {font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF}
a.nav:hover  {font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			color: #F7931E;}
a.nav:active {font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			color: #F7931E;}
}
.textbox {
	background-color: #d8e3e9;
	border-top-color: #8BACBF;
	border-right-color: #8BACBF;
	border-bottom-color: #8BACBF;
	border-left-color: #8BACBF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d678c;
}
.submit {
	background-color: #2084bf;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #42A6E0;
	border-right-color: #2d678c;
	border-bottom-color: #2d678c;
	border-left-color: #42A6E0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding-top: 3px;
	text-transform: uppercase;
	padding-left: 3px;
	font-size: 14px;
}
.reset {
	background-color: #42A6E0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8e3e9;
	border-right-color: #2084bf;
	border-bottom-color: #2084bf;
	border-left-color: #d8e3e9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding-top: 3px;
	font-variant: small-caps;
	padding-left: 3px;
	text-align: center;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #2d678c;
}
.linksplain {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
/*** set the width and height to match your images. Only the first section needs altering **/
#slideshow {
	position:relative;
	width:158px;
	height:237px;

}
	
#slideshow2 {
	position:relative;
	width:513px;
	height:103px;}

#slideshow3 {
	position:relative;
	width:156px;
	height:315px;}
	
#slideshow4 {
	position:relative;
	width:250px;
	height:166px;}
		
#slideshow IMG, #slideshow2 IMG, #slideshow3 IMG, #slideshow4 IMG{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;}
	
#slideshow IMG.active, #slideshow2 IMG.active, #slideshow3 IMG.active, #slideshow4 IMG.active{
    z-index:10;
    opacity:1.0;}
	
#slideshow IMG.last-active, #slideshow2 IMG.last-active, #slideshow3 IMG.last-active, #slideshow4 IMG.last-active{
    z-index:9;}

/* menu styles */
.jsddm
{	margin: 0px 0px 0px -5px ;
	padding: 0;}
/* style of first link (visible)*/
	.jsddm li
	{	float: left;
		list-style: none;
		font: 12px Arial;
		font-weight: bold}

	.jsddm li a
	{	display: block;
		background: #c1272d;
		padding: 3px 12px; /* adjusts spacing around dropdown*/
		text-decoration: none;
		width: 30px; /* adjusts horizontal position of first link*/
		color: #FFFFFF;
		white-space: nowrap;
		text-align:left;}

	.jsddm li a:hover /* style of main link on mouse over*/
	{	background: #c1272d;
		color:#F7931E; 
		font-weight:bold;}
		
/* style of subsequest links (hidden)*/
		
		.jsddm li ul
		{
	margin: 3px -0px; /* adjusts offset of dropdown*/
	padding: 0px;
	position: absolute;
	visibility: hidden;
	}
		
			.jsddm li ul li
			{	float: none;
				display: inline}
			
			.jsddm li ul li a
			{	width: auto;
				background: #c1272d;
				color: #FFFFFF;
				border-top: 1px solid white;}
			
			.jsddm li ul li a:hover /* style of dropdown links on mouse over*/
			{	background: #AA0000;
				color:#FFFFFF}
			
			.jsddm li ul li a:visited
			{	color:#FFFFFF} 
			
