html,body {
	background-color: #D3E9D0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
}

h1 {
	font-size: 14pt;
	margin: 0%;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

	background-color: #AED7A8;
	background-image: url(/img/upperleft.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url(/img/upperright.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url(/img/lowerleft.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url(/img/lowerright.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
	text-align: left;
}

div.header {
	width: 800px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/img/header.jpeg);
	margin-bottom: 20px;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}

div.nav {
	padding-top:180px;
	padding-left:5px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF0E6;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #333333;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}

div.footer {
	background-image:url(/img/footer.png);
	text-align:center;
	width:600px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
}

/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: block;
	padding: 4px 4px 9px 4px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: block;
	padding: 4px 4px 9px 4px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}


/* form elements */
form {
	width: 550px;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 0%;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-color: #ccc;
	border-style: solid; 
	background-color: white;
	text-align: left;
}
label {
	letter-spacing: 1px;
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif, sans-serif;
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font: normal 18px;
	padding: 2px;
	border:1px solid #666666;
	color: #800040;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 18px Arial, sans-serif;
	border:1px solid #666666;
	height:100px;
	display:block;
	color: #800040;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #666666;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}