/* Text styles
Bodytextstyle
Heading 1
Heading 2
Heading 3
Introduction
Sidebar
Small text
Highlight
*/

.BodyText {
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 0.7em;
	}

.Heading1, h1 {
	font-size: 2.4em;
	color: #CCCC00;
	font-weight: normal;
	line-height: 140%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Heading2, h2 {
	font-size: 1.8em;
	color: #847B5C;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Heading2 p, h2 p {
	margin: 0px;
	padding: 0px;
}
.Heading3, h3 {
	font-size: 1.1em;
	color: #434A1C;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.IntroText {
	font-size: 1.5em;
	line-height: 1.5;
	color: #4F6F13;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SideBarText {
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 0.65em;
	line-height: 1.5;
	color: #666666;
	padding-top: 40px;
	padding-right: 25px;
}
.SmallText {
	font-size: 0.9em;
	line-height: 1.7;
}
.HighlightText {
	color: #CE7B00;
}


/* inherited styles */
.BodyText a:link, .BodyText a:visited, .SideBarText a:link, .SideBarText a:visited { 
	color:#516c0e;
	text-decoration: none;
	font-weight: bold;
	}
.BodyText a:hover, .SideBarText a:hover { 
	color:#516c0e; 
	text-decoration: underline; 
	font-weight: bold;
	}

.BodyText p, .SideBarText p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #ABC55C;
	line-height: 1.3;
	margin-bottom: 5px;
}
.multicolumn {
float:left;
padding-right:14px;
}

