* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-top: 0;
 margin-bottom: 0;
 background: #75674E;
 color: #0E6069;
}
body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

.smitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
}

p {
  margin-top: 0em;
  margin-bottom: 2em;
}

a {
	color: #990000;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}


#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background-image:url(images/wrapperbg.gif);

}
#wrappercontent { 
 margin: auto;
 width: 800px;
 float: none;

}
#header {
 width: 800px;
 padding: 0px 0px 0px 0px;
 float: right;
 height: 130px;
 background-image:url(images/header.jpg);
 text-align:right;
}

#header02 {
 width: 800px;
 padding: 0px 0px 0px 0px;
 float: right;
 height: 157px;
 background-image:url(images/header02.jpg);
 text-align:right;
}

#navigation {
 width: 800px;
 padding: 5px 0px 0px 0px;
 float: right;
 height: 31px;
 background-image:url(images/navigation.jpg);
 text-align:center;
}

#header a {
 color: #4B0808;
 font-weight:bold;
 font-size: 12px;
 text-decoration:none;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding-left: 10px;
 padding-top: 10px;
 height: 100%;
 width: 194px;
 float: left;
 background-image:url(images/sidenavbg.jpg);
 background-position:top;
 background-repeat:no-repeat;
}

#leftcolumn h2 { 
font-size: 16px;
font-weight:bold;
color: #000000;
}

#communitynews { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 150px;
 float: right;
}

#communitynews h2 {
	float: left;
	letter-spacing: -1px;
	font-size: 20px;
}

#contenttitle {
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 25px;
 width: 567px;
 display: inline;
 
}
#contenttitle h2 {
	float: left;
	letter-spacing: -1px;
	font-size: 20px;
	color: #0E6069;
}

#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 10px 10px;
 height: 100%;
 width: 567px;
 display: inline;
}

#rightcolumn a { 
 color: #00A1B3;
 text-decoration:underline;
 font-weight:bold;
}

#rightcolumn a hover { 
 color: #000000;
 text-decoration:none;
 font-weight:bold;
}

#quicklinkwrapper { 
 height: 100%;
 width: 507px;
 display: inline;
}

#quicklinkboxright { 
 float: left;
 height: 100%;
 padding: 10px;
 width: 202px;
 display: inline;
 background-image:url(images/quicklinkrightbg.gif);
 background-position:top;
 background-repeat:no-repeat;
 background-color: #BFAF8E;
}
#quicklinkboxleft { 
 float: right;
 height: 100%;
 padding: 10px;
 width: 279px;
 display: inline;
 background-image:url(images/quickleftbgtop.gif);
 background-position:top;
 background-repeat:no-repeat;
 background-color: #BFAF8E;
}

#quicklinkwrapper h2 {
	color:#330000;
	font-size:14px;
	letter-spacing: -1px;
}

#quicklinkwrapper a {
	text-decoration: none;
	color:#990000;
}

#sidebar a:hover {
	text-decoration: underline;
}

.quicklinks {
	border-bottom: 1px dotted #4A3903;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
}

#footercontent { 
 width: 760px;
 height: 52px;
 clear: both;
 background-image:url(images/contentfooter.png);
}

#footer { 
 width: 800px;
 height: 83px;
 clear: both;
 padding: 10px 0px 0px 0px;
 background-image:url(images/footer.jpg);
 background-position:top;
 background-repeat:no-repeat;
 background-color:#006D58;
 float: none;
}

.footertext {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #ffffff;
 text-align:center;
}

#footer a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #ffffff;
 text-align:center;
 font-weight:normal;
}



/* pyramid */

#navPyra {
	margin: 0;
	padding: 0 0 20px 0px;
	border-bottom: 1px solid #9FB1BC;
	text-align:center;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: none;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #ffffff;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: url(images/navtab.png) no-repeat bottom center;
	}


.img {
   padding:4px;
   background-color: #ffffff;
   margin-right: 5px;
}


/* contact */

#contactarea {
	width:350px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#75674E;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.contacttxt {
	color: #FFFFFF;
}



#inputbox {
	border: 1px solid #000;
	width: 270;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	width:330;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}

/* quotes */

.pullquote {
	width: 45%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(images/closequotes.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}