<style type="text/css"> 
/* #cde1f6 - blue bkgd
   #69c - blue links
   #f30 - orange
   #f5d3c8 - peach bkgd - rollover nav
*/     
body, html {
	background:#cde1f6;
	font-size:90%;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration: none;
	line-height: 2em;
}
.bodyBkgd {
	background: #cde1f6;
	font-size:90%;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration: none;
	line-height: 2em;
}
#wrapper {
	width:920px;  
	background-color:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	z-index:1;
} 
#header {
	height:312px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image:url(../Images/banner.gif);
	speak-header:always;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	z-index:1;
} 
#headerText {
	padding: 85px 0 0 215px;
	width:650px;
	text-align:center;
	position: relative;
	z-index: 200;
}
.headerText1 {
	font-size:210%;
	font-style:italic;
	font-weight: bold;
	padding:0 0 8px 0;
	margin:0;
}
.headerText2 {
	font-size:160%;
	font-style:italic;
	font-weight: bold;
	color:#f30;
	padding:0;
	margin:0;
}
#address {
	padding: 0;
	margin:20px 0 10px 0;
	text-align:center;
}
.addressTitle {
	font-size:118%;
	font-variant:small-caps;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin:0;
}
.addressText {
	font-size:15px;
	font-variant:small-caps;
	font-weight: bold;
	line-height:1.5em;
	padding:0;
	margin:0;
}
.addressText a:link{
	font-size:16px;
	font-variant:small-caps;
	font-weight: bold;
	line-height:1.5em;
	padding:0;
	margin:0;
}
#left {
	float:left;
	width: 200px; /* since this element is floated, a width must be given */
	margin: -30px 15px 15px 15px;
	padding: 10px 15px 0 0; /* top and bottom padding create visual space within this div */
	background-image:url(../Images/sidebar.png);
	background-position:top left;
	background-repeat:repeat-y;
	z-index:5;
}	
/* navigation styles */ 
.noBotBorder {
	border-bottom: 0;
}
#left ul {
	list-style:none;
	padding:0;
	margin:0;
	border:0;
	color: #69c;
	display:block;
}
#left ul a:link, #left ul a:visited {
	list-style:none;
	color: #69c;
	text-align:left;
	text-decoration:none;
	font-size: 110%;
	font-weight:bold;
	font-variant:small-caps;
	display:block;
	border-bottom: 1px solid #f30;
	line-height: 1em;
	padding: .3em 0 .3em .8em;
	margin:0;
}
#left ul a:hover {
	color: #533207;
	background-color: #f5d3c8;
	display:block;
	border-bottom: 1px solid #533207;
	line-height: 1em;
	padding: .3em 0 .3em .8em;
	margin:0;
	text-decoration:none;
} 
#content {
	float:left;
	background-image:url(../Images/contentBkgd.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:580px;
	margin: -100px 15px 10px 15px; 
	padding: 5px 20px 30px 20px;
	line-height: 1.5em;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size:90%;
	z-index:10;
} 
#content p {
	text-indent: 18px;
	padding-right:20px;
}
#footer { 
background-image:url(../Images/footer.png);
background-position:top left;
background-repeat:repeat-y;
padding: 0;
margin:15px 0;
border-top:#69c 4px double;
border-bottom:#69c 4px double;
	z-index:30;
}
#footer p {
	padding: 10px 0;
	margin: 0;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
    line-height:1.2em;
	text-align:center;
}
/* contact form styles */ 
.mail {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:100%;
	line-height:2em;
}
.mail a, .mail a:visited {
	color:#69c;
	font-size:90%;
}
.special {
	color:#f30;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:110%;
}
.button {
	border:#69c 2px solid;
}
/*---------------------------- table headings --------*/
h3 {
font-size:120%;
font-variant:small-caps;
font-weight:bold;
padding: 10px 0 -5px 0;
text-align:center;
}
/*---------------------------- tables --------*/

.table {
font-size:90%;
font-variant:small-caps;
padding:4px;
margin: 0;
text-align:center;
}
.tableLeftAlign {
font-size:90%;
font-variant:small-caps;
padding:4px;
margin: 0;
text-align:left;
}
.tableCaption {
font-size:110%;
font-variant:small-caps;
padding:4px;
margin: 0;
text-align:center;
font-weight:bold;
}
.plainTable {
font-size:90%;
font-variant:normal;
padding:0;
text-align:left;
}
.bold {
	font-weight:bold;
	font-variant:small-caps;
}
.noindent {
	text-indent: none;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	margin: 2em 2em 1em .5em;
}
.imgLeft {
	float:left;
	margin: .5em;
}
.imgCenter {
	float:none;
	text-align:center;
}
.indent {
	text-indent:2em;
}
.noBottomBorder {
	border-bottom:0;
}
a {
	text-decoration:none;
	color:#069;
	font-size:90%;
}
a:visited {
	text-decoration:none;
	color:#069;
}
a:hover {
	text-decoration:underline;
	color:#5c0b08;
}
ul {
	list-style:none;
	border: 0;
	padding: 0;
	}
#content ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
}
#content li {
	list-style:none;
	padding: 0;
	margin: 0 0 0 15px;
	font-weight: 800;
}
li a {
	list-style:none;
	padding: 0;
	color:#069;
}
li a:visited {
	list-style:none;
}
li a:hover {
	text-decoration:underline;
	color: #533207; /* dark brown */
}
li a:active {
	text-decoration:underline;
}
h1 {
font-size:20px;
font-variant:small-caps;
font-style:italic;
font-weight:bold;
color:#000;
padding:10px 0 0 10px;
}
h2 {
font-size:16px;
font-variant:small-caps;
font-style:italic;
color:#f30;
padding:0 0 10px 15px;
}
h4 { /* same as H2 except no bottom padding and margin */
font-size:16px;
font-variant:small-caps;
font-style:italic;
color:#f30;
padding:0 0 0 15px;
margin: 0 0 5px 0;
}
.hr {
	text-align:left;
	height:2px;
	width:95%;
	color:#f30;
	padding: 0 10px;
}

.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;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
