@charset "UTF-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 

html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* end hiding from IE5 mac */
/*IE5.5, IE6, and IE7 FIXES*/
/*hasLayout fixes*/
div {zoom: 100%;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7eabe;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}
#container {
	width: 780px;
	margin: 20px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #66672e url(img09/logo.jpg) no-repeat left top;
	padding: 0 10px 0 20px;  /* 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. */
	height: 65px;
	margin: 0;
}
#nav {
	overflow: hidden;
	width: 100%;
}
#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 8px 0px 0px;
	float: left;
	color: #333333;
	width: 760px;
	line-height: 1.6em;
}
#mainContent p {
	font-size: 0.75em;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}
.width20 {
   width:19%;
}
.width23 {
   width:23%;
}
.width33 {
  width: 32.0%;
}
.width50 {
	width: 48%;
}
.width75 {
   width: 75%;
}
h1, h2, h3  {
	font: normal 125% Georgia, "Times New Roman", Times, serif;
	color: #66672E;
	letter-spacing: -0.05em;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	margin-top: 50px;
}
h2 {
	font-size: 1.15em;
	text-align: left;
	border-bottom: 1px solid #DFB602;
	margin-top: 12px;
	margin-bottom: 1em;
}
h3 {
	margin-top: 12px;
	font-size: 1.15em;
	margin-bottom: 6px;
	font-weight: normal;
}
h4 {
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #BD1721;
	letter-spacing: -0.05em;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #DFB312;
}
h5 {
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #BD1721;
	letter-spacing: -0.05em;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #DFB312;
	margin-top: 12px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DFB312;
	margin: 0px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	text-align: center;
	font-size: .75em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header ul {
	float: right;
	margin-top: 25px;
	height: 20px;
}
#header li {
	display: inline;
	padding-right: 0.3em;
	padding-left: 1.5em;
	margin-top: 15px;
}
#header a:link, #header a:visited {
	font: normal 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #F7EABE;
	text-decoration: none;
}
#header a:hover, #header a:active, #header a:focus {
	color: #DEB111;
	text-decoration: underline;
}
.deco {
	background: url(img09/dots.gif) no-repeat left center;
}
td {
	font: 0.70em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #C4BA97;
	font-style: italic;
	text-align: left;
}
tr td a img {
	margin-right: auto;
	margin-left: auto;
}
table tr td em {
	text-align: left;
}
.boldgreen {
	font-weight: bold;
	color: #66672E;
}
.boldred {
	font-weight: bold;
	color: #BD1721;
}
.boldpurple {
	font-weight: bold;
	color: #6965CD;
}
.green {
	background-color: #ddf0d8;
}

.yellow {
	background-color: #E2B013;
}
.yellow2 {
    background-color: #f8da75;
}
.brown {
    background-color: #c4ba97;
}

.grey {
	background-color: #f1f2f8;
}
.orange {
  background-color: #f4e1cd;
}
.litePurp {
    background-color: #bec5f7;
}
.baseCol {
     background-color: #fff7de;
}
a img {
border: none;


}
#container #mainContent table tr .baseCol div .qrBold {
	font-weight: bold;
}
#footer p img {
	margin: 0px;
}
