﻿body
{
 font-family:Trebuchet MS;
 
}

*
{
  
}

.content {
	color:#454545;
	margin:5px;
	font-size:1em;
	min-height:700px;
	height:auto !important;
	height:700px;
}

.content h2 {
	margin:0;
	margin-top:13px;
	margin-bottom:5px;
	font-weight:normal;
	font-style:italic;
	background:url(Images/SwirlBrownOnWhite.gif) left no-repeat;
	padding-left:40px;
	line-height:35px;
	color:#83491B;
	font-size:2.5em;
}

.content h2.Blue {
	background:url(Images/SwirlBlueOnWhite.gif) left no-repeat;
	color:#526A84;
}

.content h2.Green {
	background:url(Images/SwirlGreenOnWhite.gif) left no-repeat;
	color:#406F61;
}

.content h2.Yellow {
	background:url(Images/SwirlYellowOnWhite.gif) left no-repeat;
	color:#A1872C;
}

.content a.Yellow{
	color:#A1872C;
}

.content a.Green{
	color:#A1872C;
}

.content a.Brown{
	color:#83491B;
}

.content h3 {
	margin:0;
	margin-top:13px;
	margin-bottom:3px;
	font-weight:normal;
	font-style:italic;
	color:#83491B;
	font-size:2em;
}

.content h4 {
	margin:0;
	margin-top:13px;
	margin-bottom:3px;
	font-style:italic;
	color:#83491B;
}

.content p{
	margin:0;
	margin-bottom:5px;
}

.content a{
	font-weight:bold;
	color:#526A84;
	font-size:1.05em;
}

