﻿body { 
	background-color: #F0FFF0;  
	color: Black; 
	border: 0px; 
	margin: 0px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.NormalText-Red
{
	color: Red;
}

#siteheading { 
	font-family: Georgia, "Times New Roman", serif;  
	font-size: 14pt;  
	font-style: italic;  
	font-weight: bold;
	color: #556B2F;  
	background-color: #FFFFF0;  
	/*border: dashed 1px #556B2F;  */
	padding: 10px 15px 10px 15px; 
	margin: 15px;  
	white-space: nowrap;
	height: 112px;
}

#siteheading img{
	float: right;
	/*border: solid 1px;*/
}

#siteheading p{ 
	font-size: 12pt;
	font-style: italic;
	color: #556B2F;  
	background-color: #FFFFF0;  
}

#nextspecial {
	font-size: 8pt;
	font-weight: normal;
	border: dotted 1px black;  
	padding: 10px 15px 10px 15px; 
	margin: 15px;  
	background-color: #FAFAD2;
}

/* nav, to the left */
#nav {
	/*background: transparent;*/
	background-color: #FFFFF0;  
	/*background-color: #dcdcdc;
	border: 1px solid;, top: 5em;*/
	color: #000;
	margin-left: 15px;
	margin-right: 80%;
	top: 5em;
}

#nav h2 {
	font-family: Georgia, "Times New Roman", serif;  
	font-size: 12pt;  
	font-style: italic;  
	font-weight: bold;	
	padding: 10px 15px 1px 15px; 
}

#nav li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: none;
	text-align: left;
}

#content
{
	position: absolute;
	background-color: #FFFFF0;
	left: 21%;
	width: 77%;
	top: 163px;
}

.article-title {
	padding-left: 5px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-style: italic;
}

.article-subheading{
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Sans-serif;
	text-decoration: underline;
}

.article {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Sans-serif;
}

.ImageRight
{
	margin: 5px 5px 5px 5px;
	/*border: 1px solid;*/
	float: right;
	text-align: center;
}

.ImageIndent
{
	padding-left: 20px;
	padding-top: 10px;
}
