<style type="text/css"> 
/* #432202 - brown
   #4d4c82; purple
   #decbce; very light burgundy 
   dbde20; yellowish 
   f9f3e8; /* off white */
   c4c8ca; gray
   f8ebd9; tan
   #fcc399; /* peach */
   a2cfd8; lighter turquoise
   #2d92bb;  dark turquoise
   f8eedd; off white - peachy
   3f54a5 dk blue
   69c;  /* blue */
   f30 orange
   035b7f;  /*darkest turquoise */
*/
h1, h1 a, h1 a:visited { /* page titles */
	font-variant:small-caps;
	font-weight:bold;
	color: #69c;  /* blue */
	font-size:20px;
	text-indent:none;
	margin:10px 0 20px 10px;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#4d4c82; /*purple*/ 
	font-size:18px;
	margin: 0;
	padding:0;
}
h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#f30;  /* orange*/
	font-size:16px;
	margin:10px 0 5px 0;
	padding:0;
	line-height:1.3em;
	text-indent: 0;
}
h4 {
	font-variant:normal;
	font-weight:bold;
	color:#f30;  /* orange*/
	font-size:16px;
	text-indent: 0;
	margin:5px 0;
	padding: 0;
	line-height:1.3em;
}
h5 {
	font-variant:small-caps;
	font-weight:bold;
	color:#f79522; /*orange*/
	font-size:15px;
	text-indent: 15px;
	margin: 5px 0;
	padding:0;
	line-height:1.3em;
}
h6 {
	font-variant:small-caps;
	font-weight:bold;
	color:#000; 
	font-size:16px;
	margin: 10px 0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#69c;  /* blue */
	font-weight:800;
}
a:hover, a:active {
	text-decoration:none;
	color: #000;  
	font-weight:800;
}
body, address, dd, dl, hr, p, form { 
font-family:Verdana, Tahoma, Geneva, sans-serif; 
margin: 0; 
padding: 0; 
}    
body {
	background:url(../Images/bkgdRepeat.jpg) repeat;
	font-size:14px;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	margin:0 auto;
	padding: 0;
	text-align: left; 
	text-decoration: none;
	line-height: 1.7em;
	color: #000;
}
#wrapper {
	width:980px;
	margin: 5px auto 10px auto; 
	padding:0;	
}
#wrapperPop {
	align: left;
	width:700px;
	background: none;
	margin: 5px; 
	padding:0;	
}
#banner {
	width: 980px;
	height: 220px;
	background-image:url(../Images/banner.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}
#content {
	float:left;
	background:url(../Images/contentBkgdRepeat.jpg) repeat;
	width: 949px;
	height: auto;
	margin: 2px 14px 0 14px;
	padding: 0;
	border-bottom: 3px solid #f30;  /*orange */
}
#main {
	float:right;
	margin: 15px 25px 0 0;
	padding: 5px 20px 20px 40px;
	width: 660px;
	background: #f9f3e8; /* off white */
	min-height: 600px;
} 
#mainPop {
	margin: 0 3px 0 20px;
	padding: 10px 50px 30px 10px;
	width: 650px;
	background: #fff; /*  white */
	border-left: 2px solid #fcc399; /* peach */
	border-right: 3px solid #fcc399; /* peach */
}
#left {
	float:left;
	width: 180px; /* since this element is floated, a width must be given */
	margin: 15px 10px 15px 0;
	padding: 0 10px 0 0; /* top and bottom padding create visual space within this div */
	background: #f9f3e8; /* off white */
	z-index:5;
}
/* navigation styles */ 
.noBotBorder {
	border-bottom: 0;
}
#left ul {
	list-style:none;
	width: 180px;
	padding:0;
	margin: 0;
	border:0;
	color: #69c;
	display:block;
}
#left ul a:link, #left ul a:visited {
	list-style:none;
	color: #69c;  /* blue */
	text-align:left;
	text-decoration:none;
	font-size: 110%;
	font-weight:bold;
	font-variant:small-caps;
	display:block;
	border-bottom: 1px solid #f30;  /* orange*/
	line-height: 1.1em;
	padding: .4em 0 .4em 1.5em;
	margin:0;
}
#left ul a:hover {
	color: #533207;
	background-color: #f5d3c8;
	display:block;
	border-bottom: 1px solid #533207;
	text-decoration:none;
} 
#footer {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	line-height: 15px;
	height: 30px;
	text-align:center;
}
#footer a:link, #footer a:visited, #footer a:visited {
	color: #077db5;  /*darkest turquoise */
}
#footer a:hover, #footer a:active {
	color: #f30;  /*orange*/
}
p {
	text-indent: 25px;
	margin: 10px 0;
	padding: 0;
}
.special {
	color:#f30;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:110%;
}
.bold {
	font-weight:bold;
	font-variant:small-caps;
}
.indent {
	text-indent:2em;
}
tr td p.indentButton {
	text-indent:3em;
}
.noindent {
	text-indent: 0;
}
.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;
}
.noBottomBorder {
	border-bottom:0;
}
ul {
	list-style:none;
	border: 0;
	padding: 0;
	}
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;
}
.hr {
	text-align:left;
	width:95%;
	border-top: 1px double #f30;  /* orange*/
	border-bottom: 1px double #f30;  /* orange*/
	padding: 0 10px;
	margin: -8px 0 10px 0;
}
.hrShoes {
	text-align:left;
	width:95%;
	border-top: 1px double #f30;  /* orange*/
	padding: 0 10px;
	margin: -8px 0 10px 0;
}
.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]
