<style type="text/css"> 
/* #ae8464 - brown
   830417 - burgundy
   221707 - dark brown
   fefefe - off-white
   c4c8ca - gray
   e7d2b3 - tan
   #533207;  dark brown 
   2b6211 - green
*/
body, address, dd, dl, hr, p, form { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0;
}    
body {
	font-size:13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	text-align: center; 
	text-decoration: none;
	line-height: 22px;
	background-color: #f3ede3; /* off-white */
	background-image:url(../Images/bkgdRepeat.jpg);
}
a, a:visited {
	text-decoration:none;
	color:#830417; /* burgundy */	
}
a:hover, a:active {
	text-decoration:none;
	color: #221707; /* dark brown */
}
.special {
	color: #830417; /* burgundy */
	font-weight: bold;
	font-variant: small-caps;
}
.specialLarger {
	color: #830417; /* burgundy */
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
}
#wrapper {
	width:980px;
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	background: none;
	line-height: 1.7em;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
} 
#banner {
	width: 980px;
	height: 360px;
	position:relative;
	z-index: 40;
}
#container {
	float:left;
	background-color: #f6f1ea; /* off-white */
	background-image:url(../Images/bkgdRepeatInside.jpg);
	background-repeat:repeat;
	width: 980px;
	padding: 0 0 20px 0;
	margin: -40px 0 0 0;
}
#nav {
	float: left;
	height: 40px;
	width: 980px;
	margin: 0;
	padding: 40px 0 20px 0;
	text-align:center;
	font-weight: 800;
	font-size: 13px;
	position: relative;
	z-index: 500;
}
#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#830417; /* burgundy */	
}
#nav a:hover, #nav a:active {
	text-decoration:underline;
	color: #221707; /* dark brown */
}
#main {
	float:left;
	margin: -15px 0 0 0;
	padding: 0 20px 10px 20px;
	width: 960px;
	background: none;
}
.top-para {
	margin: 0 80px 30px 80px;
}
#sidebar {
	float:right;
	vertical-align: top;
	width: 200px;
	height:auto;
	margin: 15px -10px 10px 20px;
	padding: 20px 0 0 30px;
	background-image:url(../Images/bg-content-edge.png);
	background-repeat:repeat-y;
	position:relative;
	z-index: 10;
}
#sidebarText {
	float:left;
	vertical-align: top;
	text-align:center;
	width: 175px;
	font-weight: bold;
	font-variant:normal;
	margin: 0 0 20px 0;
	padding: 0 20px 10px 0;
	position:relative;
	z-index: 10;
}
#footer {
	margin: 0 2px 8px 2px;
	padding: 15px 20px 10px 20px;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0;
	height: 50px;
	border-top: #830417 double 4px;
	background: none;
	line-height: 2em;
	position:relative;
	z-index: 50;
}
p {
	text-indent: 15px;
	padding:0;
	margin: 10px 0;
	line-height:1.6em;
}
.form {
	padding: 0 15px ;
	margin: 0 25px 5px 10px;
}
h1 {
	font-variant:small-caps;
	font-weight:bold;
	color: #2f2218  /* very dark brown */	
	font-size:18px;
	margin: 10px 0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#830417; /*  burgundy */	
	font-size:16px;
	margin: 10px 0;
	padding:0;
}
h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#057215; /* dark green */
	font-size:13px;
	margin:10px 0;
	padding:0;
	line-height:1.5em;
	text-indent: 0;
}
h4 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:13px;
	text-indent: 0;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.4em;
}
h5 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:12px;
	text-indent: 0;
	margin:5px 0 10px 0;
	padding:0;
	line-height:1.3em;
	text-indent: 25px;
}
h6 {
	font-variant:normal;
	font-weight:bold;
	color:#000; /*  black*/
	font-size:12px;
	text-indent: 0;
	margin: 5px 0;
	padding:0;
	line-height:1.3em;
}
.message {
	font-variant:small-caps;
	font-weight:bold;
	color:#000;  
	font-size:16px;
	text-indent: 0;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.4em;
	text-align:center;
}
.hr {
	padding: 0;
	margin: 0;
	border-bottom: #0830417 4px double;
	width: 80%;
}
.confirmation {
	text-indent: 200px;
}
.bold {
	font-weight:bold;
	font-variant:normal;
}
.boldCaps {
	font-weight:bold;
	font-variant:small-caps;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	margin: 0 10px 10px 15px;
}
.imgLeft {
	float:left;
	margin: 0 15px 10px 10px;
}
.imgCenter {
	float:none;
	text-align:center;
	margin: 10px;
}
.imgRightCloser {
	float:right;
	margin: -20px 10px 10px -55px;
}
.indent {
	text-indent:40px;
}
.noIndent {
	text-indent: 0;
}
.noBottomBorder {
	border-bottom:0;
}
#content li {
	list-style:none;
	padding: 0;
	margin: 5px;
}
.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]
