html, body, p {
font-family:  Georgia; font-size: 12; color: 5F5F5F; font-style: normal; line-height: 12.5pt; letter-spacing: .02em; text-align:none;
margin: 0px;
height: auto;
}

H1
{
color:718cb6;
font-size : 18px;
font-weight:normal;
margin-top:0px;
margin-bottom: 0px;
}

H2 {

margin-top: 0px;
font-size : 17px;
font-weight: normal;
color: #40a3d7;
}

H3 {
font-size : 17px;
font-weight: normal;
color: navy;
margin-bottom: 4px;
margin-top:25px;

}
H4 {
font-size : 17px;
font-weight: normal;
color: navy;
margin-bottom: 4px;
margin-top:20px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em; /* the bottom margin is the negative value of the footer's height */
}

.push {	height: 8em; /* .push must be the same height as .footer */ }

.footer {
	font-size:10px;
	width:100%;
	height: 8em; /* .push must be the same height as .footer */
	background-color:#FFF;
}

#footercopy {
width: 900px;
text-align: center;
}


.legal {
font-size: 11px;
color: #a49788;
}



.tophead
{
padding-left: 5px;
font-size: 10px;
line-height: 180%;
margin-bottom: 0px;
font-family: verdana, helvetica, arial, sans-serif;
}
.topcont {
color: black;
padding-left: 5px;
font-size: 10px;
line-height: 170%;
width: 100%;
margin-bottom: 0px;
font-family: verdana, helvetica, arial, sans-serif;
font-weight: normal;text-decoration:none;
}

.topnav {
color: black;
padding-left: 0px;
font-size: 10px;
line-height: 170%;
width: 100%;
margin-bottom: 0px;
font-family: verdana, helvetica, arial, sans-serif;
font-weight: normal;text-decoration:none;
}
.topnav a, .topnav a:visited {
color: black;
padding-left: 10px;
font-size: 10px;
line-height: 170%;
width: 100%;
margin-bottom: 0px;
font-family: verdana, helvetica, arial, sans-serif;
font-weight: normal;text-decoration:none;
}

.topnav a:hover {
background: #f9fbea;
width: 100%;
}


a.topnav, a.topnav:visited {
color: black;
padding-left: 5px;
font-size: 10px;
line-height: 170%;
width: 100%;
margin-bottom: 0px;
font-family: verdana, helvetica, arial, sans-serif;
font-weight: normal;text-decoration:none;
}

a.topnav:hover {
background: #f9fbea;
width: 100%;
}

a {color : black; text-decoration:none;  font-weight:bold;}
a:visited {color: black;}
a:hover {color : black; text-decoration:underline;}


.feat {
background: #f9fbea;
height: 100%;
padding: 15px;
}


.footer {
	font-size: 11px;
	color: #666600;
	line-height: 210%;
}
.footer a, .footer a:visited{
	color: #333333;
}

.byline {
border-bottom:1px dotted #bab3a1;
line-height: 170%;
}

p, td
{
  font-size: 12px;
  color: 000000;
  margin: 0px;
  line-height: 140%;
}  

ol, ul, li
{
  font-size: 11px;
  margin-top: 0px; 
  margin-left: 0px;
  margin-bottom: 5px;
  line-height: 120%;
  list-style-image: url("../lil_g.gif");
}  
 

hr {
height: 1px;
border: 1px dotted #D9EFF9;
margin-bottom: 6px;
margin-top:2px;
}


b {font : bold;}
 
input {font-size:97%;}
 
select {font-size:97%;}
 
textarea {font-size:97%;}
 
table {}
 
th {font-weight : bolder; vertical-align : top;}
 

.requiredfield, .requiredFieldHead {
 
  color : RED;
 
}
 

td.requiredfield {
  vertical-align:middle;
}
 
 
 
 
.messagefield {
  color : ORANGE;
}
 
 
 
.Form {
}
 
 
 
.Form td { 
}
 
table.Form {
 
      /* border: 1px solid #767A7D; */
 
}
 
table.Form tr {
 
     /*     background-color : #D0D9E8; */
 
}
 
 
 
.tinytext {
  font-size : 10px;
  vertical-align : top;
}


#ish {position: relative; z-index: 0; width: 100%; margin: 0px; padding: 0px;
  font: bold 10px Arial, sans-serif; letter-spacing: 1px; display:inline;}

#logo {position: relative; z-index: 0; width: 100%; margin: 0px; padding: 0px;
  font: bold 10px Arial, sans-serif; letter-spacing: 1px; display:inline;}

		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 0px; padding-bottom: 0px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 0px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 100%; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #39c; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 960px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 0px;
			width: 0px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
