<style type="text/css"> 
/* #cde1f6 - light blue
   #0053a5 - blue 
   #2f2218 very dark brown
   #f2eee8 - off-white bkgd
   #ae8464 - brown
   830417 - burgundy
   069 - blue
   f9f9e3 - yellowish bkgd
   fefefe - off-white
   d5daf7 - light blue
   dee8f5 - very light blue
   e6eaef - light blueish gray
   c4c8ca - gray
   e7d2b3 - tan
   f6e9d5 - lighter tan
   d79ea7 - light rose bkgd
   f9f3f4 - footer bkgd
   533207 - dark brown
*/     
body, html {
	background: url(../Images/page-bg.jpg) repeat; 
	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;
}

#wrapper {
	width:980px;
	margin: 0 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;
	line-height: 22px;
	font-size:13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
} 
#banner {
	width: 980px;
	height: 361px;
	background-image:url(../Images/banner.png);
	background-repeat:no-repeat;
}
#content {
	float:left;
	width:960px;
	padding: 15px 10px;
	margin: 0 0 10px 5px;
	background-image:url(../Images/border.png);
	background-repeat:repeat-y;	
}
#links{
	float:right;
	margin: -60px 0 0 0;
	padding: 0;
	width: 500px;
	height: 33px;
}
#bizLink, #bizLink a, #bizLink a:visited {
	float: left;
	width:190px;
	margin: 0 5px 0 10px;
	padding: 0;
}
#orgLink, #orgLink a, #orgLink a:visited {
	float: right;
	width:230px; 
	margin: 0 5px;
	padding: 0;

}
#main {
	float:right;
	margin: 25px 5px 10px 10px;
	padding: 0 20px 0 0;
	width: 680px;
	background:none;
}
#nav {
	float:left;
	background-color: none;
	text-align:left;
	width: 190px; /* since this element is floated, a width must be given */
	margin: 0 20px 0 0;
	padding: 5px 5px 10px 10px; /* top and bottom padding create visual space within this div */
	line-height: 1.2em;
}
/* navigation styles */ 
#nav ul {
	list-style:none;
	padding: 10px 10px 0 5px;
	margin:0;
	border:0;
	display:block;
	line-height: 1.4em;
}
#nav ul li a:link, #nav ul li a:visited {
	list-style:none;
	color: #830417; /* burgundy */
	text-align:left;
	text-decoration:none;
	font-size: 12px;
	font-weight: 700;
	display:block;
	border-bottom: 1px solid #2f2218; /* very dark brown */
	padding: .4em;
	line-height: 1.4em;
	margin:0;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #f2eee8;  /* very light tan */
	background-color: #2f2218; /* very dark brown */
	border-bottom: 1px solid #f2eee8; /* off white */
	padding: .4em;
	line-height: 1.4em;
	margin:0;
} 
#footer {
	background-image:url(../Images/footerBkgd.png);
	background-repeat:no-repeat;
	background-position: center;
	margin: 30px auto 0 auto;
	padding: 12px 20px;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	line-height: 15px;
}
ul li {
	padding: 0;
	margin: 0;
}
p {
	text-indent: 25px;
	padding:0;
	margin: 10px 0;
	line-height:1.5em;
}
.linksTitle {
	text-indent: 0;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	padding: 0;
	margin: 0;
}
.hr {
	width: 160px;
	margin: 8px 20px 8px 30px;
	height: 3px;
	border-bottom-color:#830417;
	float:right;
}
.form {
	padding:15px;
	margin: 10px 25px 5px 10px;
}
h1, h1 a, h1 a:visited { /* page titles */
	font-variant:small-caps;
	font-weight:bold;

	color: #a18862; /* tan - light brown */	
	font-size:17px;
	text-indent:none;
	margin:10px 0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#830417; /*  burgundy */	
	font-size:14px;
	margin: 10px 0;
	padding:0;
}
h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#2f2218  /* very dark brown */
	font-size:12px;
	margin:10px 0;
	padding:0;
	text-indent: 20px;
}
h4 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:12px;
	text-indent: 20px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.3em;
}
h5 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:11px;
	text-indent: 10px;
	margin: 5px 0;
	padding:0;
	line-height:1.2em;
}
h6 {
	font-variant:normal;
	font-weight:bold;
	color:#000; /*  black*/
	font-size:12px;
	text-indent: 10px;
	margin: 5px 0;
	padding:0;
	line-height:1.3em;
}
a, a:visited {
	text-decoration:none;
	color:#0053a5;
}
a:hover, a:active {
	text-decoration:none;
	color: #830417; /* burgundy */
}

.special {
	color:#c00;
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
}
.bold {
	font-weight:bold;
	font-variant:small-caps;
	color: #000;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	margin: 20px 0 10px 20px;
}
.imgLeft {
	float:left;
	margin: .5em;
}
.imgCenter {
	float:none;
	text-align:center;
}
.indent {
	text-indent:30px;
}
.noBottomBorder {
	border-bottom:0;
}

#content li {
	list-style:none;
	padding: 0;
	margin: 5px;
}
.hr {
	text-align:left;
	height:3px;
	width:70%;
	color:#cde1f6; /*lt blue*/
	padding: 0 10px;
	border-bottom-style:outset;
}
.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]
