@charset "UTF-8";
body {
	font-size: 8pt;
	font-family: Arial;
	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: #663300;
}

h2 a:link { text-decoration: none; }

p { line-height: 11pt; margin: 0 0 10px 0; }
#mainContent h1 { color: #996600; font-size: 22pt; margin: 0 0 8px 0; }
#mainContent h2 { color: #669933; font-size: 14pt; margin: 0 0 3px 0; }
#mainContent h3 { color: #669933; font-size: 12pt; margin: 0 0 2px 0; }
#mainContent h4 { color: #669933; font-size: 10pt; margin: 10px 0 2px 0; }
#mainContent h5 { color: #669933; font-size: 10pt; margin: 10px 0 2px 0; }

ul { line-height: 1.5em; list-style-type: square; padding: 0 0 0 25px; }

strong { color: #663300; }

.floatleft { float: left; margin: 0 10px 10px 0; clear: left; }
.floatright { float: right; margin: 0 0 10px 10px; clear: right; }

#container {
	width: 700px;
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	/*background: #cecece; /* Un-comment this to help with debugging */
	height: 0px;
	padding: 0px 0 0px 0;

}

#footer {
	/*background: #cecece; /* Un-comment this to help with debugging */
	margin: 10px auto 0 auto;
	border-top: solid 1pt #9c8b42;
	font-size: 7.5pt;
	width: 400px;
	height: 50px;
	padding: 8px 24px 5px 24px;
	text-align: center;
}

#mainContent {
	padding: 5px 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: both;
}

.topic { 
	/*background: #cecece; /* Un-comment this to help with debugging */
	border-top: solid 4pt #eae3c0;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	margin-top: 10px;
 }
 
#links { background-color: #e3e7ea; text-align: right; height: 30px; }
#links ul { margin: 0; list-style-type: none; padding: 7px 24px 0 0; }
#links li { padding: 0 4px 0 6px; border-left: 1pt solid #a78c5f; display: inline; }
#links a:link { color: #E0850F; text-decoration: none; }
#links a:visited { color: #E0850F; text-decoration: none; }
#links a:hover { color: #669900; text-decoration: none; }
#links a:active { color: #669900; }

#links2 { background-image: url(../images/links2bg.gif); text-align: right; height: 30px; }
#links2 ul { margin: 1px 0 0 0; padding: 5px 24px 0 0; list-style-type: none; }
#links2 li { padding: 0 4px 0 6px; border-left: 1pt solid #a78c5f; display: inline; }
#links2 a:link { color: #E0850F; text-decoration: none; }
#links2 a:visited { color: #E0850F; text-decoration: none; }
#links2 a:hover { color: #669900; text-decoration: none; }
#links2 a:active { color: #669900; }

#mainContent a:link { color: #E0850F; }
#mainContent a:visited { color: #E0850F; }
#mainContent a:hover { color: #669900; }
#mainContent a:active { color: #669900; }




img { 
border: 0; }

.asterisks {
	font-size: 7pt;
	font-family: Arial;
	color: #663300; }

.both {
clear: both; }

.floatrightm5 {
	float: right;
	margin-left: 5px;
	clear: right; }
	
.floatrightm5border {
	border: 1px solid #eae3c0;
	float: right;
	margin-left: 5px;
	clear: right; }	
	
.floatleftm5 {
	float: left;
	margin-right: 5px;
	clear: left; }
	
.sidebar {
	/*border: 1px solid #000000;*/
	background: #BDD6E0;
	margin: 30px 0 10px 10px;
	padding: 10px;
	float: right;
	width: 180px;

}

#blogsidebar {	
	/*border: 1px #ccc solid;*/
	background: #def5bf;
	width: 186px;
	padding: 0 0 8px 0; 
	float: right; }

#blogsidebarpadding {	
	padding: 10px 8px 8px 8px; }

#blogsidebar h2 {
	font-size: 1.25em;	
	/*padding: 0;
	margin: 0;*/ }

#blogsidebar ul {	
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0; }

#blogsidebar li {	
	/*margin: 0;
	padding: 0;*/ }
		
.post {
	/*border: 1px #ccc solid;*/	
	width: 42em;
	border-bottom: 4px #def5bf solid;
	margin-bottom: 30px; }

	
.postmetadata {
	width: 28em;
	background: #def5bf;
	padding: 2px 2px 0 4px;
	margin: 10px 0 0 0; }

.sidebar h1 {
	color: #c14873; 
	font-size: 14pt; }
	
.sidebar h2 {
	color: #c14873; 
	font-size: 9pt; }
	
.sidebar h3 {
	color: #007d00; 
	font-size: 8pt; }	
	
.center {
	text-align: center; }

.dottedline {
	height: 10px;
	border-bottom: dotted 3pt #eae3c0;
	margin: 15px 0 15px 0;
	clear: both; }
	
.brownbox {
	background-color: #D9D39E; 
	padding: 8px;
	width: 250px;
	float: right;
	margin: 5px 0 5px 5px; }
	
.green {
	background-color: #83c886;
	padding: 5px; }	
	
.pink {
	background-color: #dd7e7c;
	padding: 5px; }	

.yellow {
	background-color: #fef0ad;
	padding: 5px; }	

.orange {
	background-color: #eba248;
	padding: 5px; }	
	
.feint {
	background-color: #f5f1e2;
	padding: 5px; }		

.purple {
	background-color: #b1aaca;
	padding: 5px; }	

.grey {
	background-color: #ececdd;
	padding: 5px; }	

.blue {
	background-color: #8bafc5;
	padding: 5px; }	

#green200 {
	width: 180px;
	height: 335px;
	background-color: #83c886;
	padding: 10px;
	float: left;
	clear: left; }

#green200 p { 
	font-size: 9pt;
	line-height: 12pt;
 	color: #ffffff; } 

#blue {
	background-color: #8bafc5;
	padding: 14px 5px 5px 5px; }	

#blue p { 
	font-size: 9pt;
	line-height: 12pt;
 	color: #ffffff; }
	
#blue h3 { 
	color: #ffffff; }	
	
#latestnews {
	margin: 0 24px 0 200px;
	padding: 10px;
	height: 50px;
	background-color: #d1517e; }
	
#latestnews p {
	padding: 0;
	margin: 0 0 3px 0;
	color: #ffffff;
	font-size: 9pt; }

#latestnews ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #ffffff; }
	
#latestnews li {
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 12pt; }

#latestnews a:link, #latestnews a:visited, #latestnews a:hover, #latestnews a:active {
	text-decoration: none; }

#latestnews a:link, #latestnews a:visited, #latestnews a:active {
	color: #ffffff; }

#latestnews a:hover {
	color: #CCCCCC; }
	

/* GIFT CERTIFICATE STYLES */	
	
#gift {
background-color: #ffffff;
width: 760px;
margin: 30px auto 30px auto;
padding-bottom: 30px; }

#text {
position: absolute;
width: 600px;
margin-left: auto;
margin-right: auto;
padding-left: 23px;
padding-top: 125px;
text-align: left; }