* {
	margin: 0;
	padding: 0;
	}

body {
	width: 85%;
	margin: 0 auto;
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #000000;
	}

	
	/* DropDown Menu at the top of the pages */
#menu{
		margin:0;
		padding:0;
		}
		#menu ul{
		padding:0;
		margin:0;
		}
		#menu li{
		position: relative;
		float: right;
		list-style: none;
		margin: 0;
		padding:0;
		}
		#menu li a{
		width:70px;
		height: 30px;
		display: block;
		text-decoration:none;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		font-size: 9px;
		}
		#menu li a:hover{
		background-position: bottom center;
		}
		#menu ul ul{
		position: absolute;
		top: 30px;
		width: 70px;
		visibility: hidden;
		}
		#menu ul li:hover ul{
		visibility:visible;
		}
		a.green{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
		a.orange{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
		a.blu{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
		a.yellow{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
		a.purple{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
	/* End of the Menu layout */

	/* Head layout including logo and top line */		
#head {
	/* margin: 0.1em 0; */
	width: 100%;
	line-height: 0.8em;
	}

#head h1 {
	font: 400 5.5em arial,sans-serif;
	color: #666;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*letter-spacing: -0.1em;*/
	}

#head h2 {

	font: 400 1.5em 'trebuchet ms',arial,sans-serif;
	/*margin-top: -0.7em; */
	margin-top: 1.0em;
	padding: 0;
	margin-bottom: 5px;
	letter-spacing: -0.1em;
	color: #003399;
	}
	
	/* Main page division to include all under head */	
#main {
	position: relative;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	border-top: 2px solid #E0E0E0;
	}
	
/* Right column division is left out on this because it is for single column pages */
	
	/* Content within the main area including text and images */
#content {
	width: 96%;
	margin-right: 3%;
	border-top: 2px solid #CECECE;
	padding-top: 40px;
	margin-bottom: 40px;
	}
	
/* A center division feature for centering something in the page */
#center {
	margin:auto;
	width:96%;	
	}
	
	/* Header formating within the single column page */	
h1 {
	font: 400 1.4em arial,sans-serif;
	color: #003399;
	/* letter-spacing: -0.1em; */
	margin-bottom: 0;
	}

h2 {
	font: 400 1.2em 'trebuchet ms',arial,sans-serif;
	margin-top: -0.4em;
	padding-top: 0px;
	color: 	#00003f;
	/* letter-spacing: -1px; */
	}

h3 {
	float: right;
	font: 400 .8em arial,sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FF0000;
	}	

h4 {
	font: 400 1.2em 'trebuchet ms',arial,sans-serif;
	margin-top: -0.4em;
	padding-top: 0px;
	color: #FF0000;
	/* letter-spacing: -1px; */
	}
	
	/* Formating for any paragraphs */	
p {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	color: #000000;
	font-size: 0.9em;
	}
	
.sub {
	font-size: 0.6em;
	}
	
	/* This is to align text or pictures left or right */	
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
	
	/* This is to format "subscript" or smaller text */	
#sub {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	color: #191919;
	font-size: 0.7em;
	}

	/* Format of a href links in content and footer divisions, text and images */
#content a, #content2 a, #foot a {
	text-decoration: none;
	}

#content a:hover, #content2 a:hover, #foot a:hover {
	color: #003399;
	border-bottom: 1px dotted #82B0BF;
	border-bottom: none;
	}

img.content, a img.content {
	float: right;
	padding: 4px;
	border: 1px solid #B4B4B4;
	margin: 10px 0 10px 10px;
	background-color: 	#7C7C7C;
	}
	
a:hover img.content {
	border: 2px solid #000099;
	}
	
img.color, a img.color {
	float: left;
	padding: 1px;
	border: 1px solid #242424;
	margin: 0 0 0 0;
	}
	
a:hover img.color {
	border: 1px solid #999;
	}
	
	/* content2 and right2 was in the original style sheet */
.right2 h3 {
	letter-spacing: -1px;
	}

.right2 {
	float: right;
	width: 160px;
	margin-left: 15px;
	padding-top: 5px;
	/* border-top: 3px solid #999; */
	text-align: right;
	font-size: 1.5em;
	}
	
#content2 {
	margin-right: 365px;
	border-top: 3px solid #999;
	padding-top: 40px;
	}
	
	/* for ordered list which is not in the page now */
ol {
	color: #AAA;
	font: 600 1.0em arial,sans-serif;
	padding: 10px;
	}
 
ol span {
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #333;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}

	/* For unordered list which is used */
#content ul, #content2 ul {
	list-style-type: none;
	padding: 10px;
	color: #333
	}
	
#content ul li, #content2 ul li {
	padding-left: 17px;
	background: url('bullet2.gif') no-repeat left center;
	margin-left: 10px;
	}

	/* For tables which is not included in pages now */
table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: .8em;
  border-collapse: collapse;
}

table caption {
  margin-top: 20px;
  padding: 0 0 0.5em 3px;
  font: 400 1.6em arial,sans-serif;
  text-align: center;  
  letter-spacing: -1px;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  color: #82B0BF;
  border-top: 2px solid #CCC;
  border-bottom: 1px solid #CCC;

}


tbody td {
  border-top: 2px solid #CCC;
  border-bottom: 1px solid #999;
  border-left:inset #999;
  border-right:inset #999;
}

tbody tr:hover {
  background-color: #F0F0F0;
}

	/* For blockquotes which is not used now */
.blockquote {
	display: block;
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	margin: 10px 0 20px 10px;
	padding: 5px;
	font-style: italic;
	}

	/* For the Form which may be used for email contact or even customer feedback */
form label{
	display:block;
	}

form input.text, form textarea{
	width:100%;
	border:1px #E0E0E0 solid;
	color:#666;
	padding:4px 5px;
	font:12px Arial,san-serif;
	background-color: #F3F3F3;
	}

form input.text:hover, form textarea:hover{
	border:1px #E0E0E0 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #CCC solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color: #CCC;
	color:#333;
	}

	/* The footer */
#foot {
	width: 100%;
	border-top: 2px solid #CECECE;
	/* border-top: 3px solid #E0E0E0; */
	padding: 40px 0 40px 0;
	margin-top: 40px;
	}
	
	/* Added for popup over pictures */
	
	span.dropt {
	border-bottom: 2px solid blue; 
	background: #ffeedd;
	}
	span.dropt:hover {
	text-decoration: none; 
	background: #ffffff; 
	z-index: 6; 
	}
	span.dropt span {
	position: absolute; 
	left: -9999px;
  	margin: 20px 0 0 0px; 
	padding: 3px 3px 3px 3px;
  	border-style:solid; 
	border-color:black; 
	border-width:3px; 
	z-index: 6;
	}
	span.dropt:hover span {
	left: 2%; 
	background: #ffffff;
	} 
	span.dropt span {position: absolute; left: -9999px;
 	margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
 	border-style:solid; border-color:black; border-width: 3px;
	}
	span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;
	}
	
	/* This is added by me to try and allow for an image swap where it may be desired in pages */
	/* The url of the image must be provided here though so it may not work well if several image swaps are desired */
	/* Perhaps I can find a way to set this in different divisions that would allow for one in each seperate division */
	/* Maybe something like an imgswap1, imgswap2, and imgswap3 could be used */
	span.imgswap {
	background-image:url("bottom-image.jpg"); 
 	background-repeat: no-repeat;
	display:block;}
	span.imgswap:hover img {visibility:hidden;} 
