@charset "utf-8";
/*   Color Codes Used
#600 -BODY BG
#DED6AE - WRAPPER BG
#ded6ae - HEADER BG
#8C7E62 - sidebar BG
*/
body  {
   margin:0;
   padding:0;
   text-align: center;
   background:#cdc184;
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 100.01%;
   line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, dd, dt, address, div {
   margin: 0;
   padding: 0;
}
#wrapper {
   color: #000;
   font-size: 0.95em;
   background: #DED6AE;
   width: 930px;
   margin: 0 auto; /* center the page */
   padding: 0;
   border: 1px solid #000;
   text-align: left; /* overrides the text-align: center on the body element*/
} 
#header {
   height: 90px;
   width: 930px;
   margin: 0;
   padding: 0;
} 

#menu {
   height: 30px;
   background: #8c7e62;
   color: #eee;
}
#menu ul li {
   display: inline;
}
#menu ul li a {
   padding: 0 2px;
   list-style-type: none;
   color: #fff;
   font-weight: bold;
   font-size: 0.9em;
}
#menu ul li a:link, #menu li a:visited {
   text-decoration: underline;
   line-height: 30px;
}
#menu li a:visited {
   color: #eee;
   font-weight: lighter;
}
/**************Main Content Section*******/
#mainContent {
   margin: 0;
   padding: 0;
} 
/* ----------------- main content specific styles -------*/
#mainContent p,#mainContent h1,#mainContent h2,#mainContent h3,#mainContent h4, #mainContent h5,#mainContent h6, #mainContent ul, #mainContent ol {
   padding: 5px 100px;
}
#mainContent h1,#mainContent h2,#mainContent h3,#mainContent h5,#mainContent h6 {
   text-align: center;
   color: #333;
}
#mainContent h1 {
   font-size: 1.5em;
   line-height: 2.5;
}
#mainContent h2 {
   font-size: 1.25em;
}
#mainContent h3 {
   font-size: 1.1em;
}
#mainContent h4 {
   font-size: 1em;
   color: #333;
   margin-bottom: -1px;
}
#mainContent h5 {
   font-size: 0.95em;
}
#mainContent h6 {
   font-size: 0.9em;
}
#mainContent p {
   font-size: 0.95em;
   color: #000;
   text-align: left;
}
#mainContent p.caption {
   text-align: center;
   padding: 3px 0;
}
#mainContent ul, #mainContent ol, #mainContent dl {
   list-style: none;
}
#mainContent li, #mainContent dt, #mainContent dd {
   font-size: 0.95em;
   text-align: left;
}
#mainContent ul li {
   padding: 8px 75px;
   list-style: disc inside;
}
#mainContent ol li {
   margin-left: 75px;
   padding: 8px 75px;
   list-style: decimal outside;
}
#mainContent dl dt {
   padding: 8px 40px 0 50px;
   list-style: disc inside;
   font-weight: bold;
   font-style: italic;
}
#mainContent dl dd {
   padding: 0 120px;
   list-style: disc inside;
   font-style: italic;
   vertical-align: top;
}
#mainContent a:link, #mainContent a:visited {
   font-size: 0.95em;
   color: #000;
   text-decoration: underline;
   list-style: none;
}
#mainContent a:visited { color: #666; }

#mainContent table {
   margin: 0px auto;
   padding: 0px;
   text-align: left;
   font-size: .85em;
   color: #000;
   vertical-align: top;
   background: #DED6AE;
   border: solid 1px #666;
}
#mainContent table caption {
   font-weight: bold;
   color: #000;
   background: #ccc;
   font-size: 1.2em;
   line-height: 1.4em;
}
#mainContent table tr th {
   color: #FFF;
   background: #8C8C8C;
   text-align: center;
   font-size: 1em;
   line-height: 1.2em;
   font-weight: normal;
}
#mainContent table tr td   {
   vertical-align: top;
   text-align: center;
   margin: 0 auto;
   border: solid 1px #666;
}
#mainContent table tr td p {
   color: #000;
   font-size: .95em;
   text-align: left;
   padding: 10px;
   vertical-align: top;
}
#mainContent tr td img {
   padding: 2px;
   border: solid 1px #666;
}
#mainContent table tr td p a:link, #mainContent table tr td p a:visited {
   color: #333;
   text-decoration: underline;
   list-style: none;
}
#mainContent table td a:visited { color: #666; }

#footer {
	padding: 0px;
	color: #000;
	margin: 5px;
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
	border-top: thin solid #FFF;
}
#footer p {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-transform: lowercase;
}
#footer ul li {
   display: inline;
}
#footer ul li a {
   padding: 0 2px;
   list-style-type: none;
   color: #600;
   font-weight: bold;
   font-size: 0.9em;
}
#footer ul li a:link, #footer li a:visited {
   text-decoration: underline;
   line-height: 30px;
}
#footer li a:visited {
	color: #630;
	font-weight: lighter;
}

.boxLeft, .boxRight, .boxCenter500  {
	padding: 10px;
	border: 1px solid #CCC;
	background: #8C7E62;
}
.boxLeft {
   margin: 0 15px 12px 100px;
   float: left;
   display: inline;
   background: transparent;
   border-style: none;
}
.boxRight {
   margin: 0 100px 12px 18px;
   float: right;
   padding: 0px;
}
.boxCenter468 {
   width: 468px;
   margin: 0px auto 15px;
   text-align: center;
}
.boxCenter {
	margin: 0 auto 15px auto;
	clear: both;
	text-align: center;
	display: block;
}
.itemCenter {
	clear: both;
	text-align: center;
	display: block;
}
.photoLeft {
float: left;
margin: 10px 20px 10px 100px;
padding: 0;
text-align: center;
}
.photoRight {
float: right;
margin: 10px 100px 10px 20px;
padding: 0;
text-align: center;
}
.photoCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}
.reminderBox {
   background-color: #eee;
   width: 25%;
   border: 1px solid #8f8fb3;
   margin: 0 0 15px 18px;
   float: right;
   color: #006;
   font-size: 0.9em;
   line-height: 1.1em;
}
.reminderBox p {
   font-size: 85%;
   padding: 1px;
   line-height: 120%;
}
.reminderBox h2{
	margin: 0;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
	font-variant: small-caps;
}
.reminderBox h4{
	margin: 0;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
}
blockquote  {
   margin: 10px 100px;
   padding-bottom: 10px;
   font-size: 0.85em;
   text-align: left;
   background: #aaa;
}
#mainContent blockquote p {
   padding: 10px 40px 0;
}
blockquote h2 {
   font-size: 1.25em;
   line-height: 1;
   background: #eee;
}
blockquote h3 {
   font-size: 1.05em;
   line-height: 1;
   background: #ddd;
}
blockquote .itemCenter {
   padding-top: 10px;
}
.caption {
   font-size: 0.9em;
   display: block;
   margin-bottom:10px;
   text-align: center;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.floatRight {
   float: right;
   margin-left: 8px;
}
.clearFloat { 
	clear:both;
	margin: 0px;
	padding: 0px;
}
#RSSbox {
   border: 1px solid #8f8fb3;
   margin: 30px 10px 10px;
   padding: 15px;
   font-size: 100%;
   font-weight: normal;
   color: #FFF;
   line-height: 120%;
   text-align: center;
   background: #602E0C;
}
