body	{
	font-family: Georgia;
	padding: 0;
	margin: 0;
	color : #424242;
	font-size: 9pt;
}

h1	{
	color: #9A411C;
	font-size: 28pt;
	font-weight: normal;
	line-height: 1.5em;
	margin: 2px;
	font-family: Georgia;
}

h4	{
	color: #004785;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2px;
	font-family: Arial;
}

a	{
	color: #7CAA23;
	text-decoration: none;
	border-bottom: dotted #7CAA23 1px;
}

a:visited	{
	color: #7CAA23;
}

img 	{
	border: none;
}

a.homenav	{
	display: block;
	margin: 0;
	padding: 5px 0 5px 48px;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
	font-size: 12pt;
	border-bottom: none;
}

a.homenav:hover	{
	background-color: #F4E9B3;
	color: #833018;
}

.homestory	{
	clear: both;
	margin: 5px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: dotted #0085DB 1px;
	width: 100%;
}

.blue	{
	color: #004785;
}

#content
{
	font-family: Arial;
	margin: 110px 0 10px 0;
	padding: 0px 15px;
	font-size: 9pt;
	line-height: 1.5em;
}

#send-letter {
	display: block;
	width: 300px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url("/template/images/send_a_letter.gif") no-repeat;
	border-bottom: none;
}	

#send-letter:hover {
	background: url("/template/images/send_a_letter_ro.gif") no-repeat;
}

#fullheightcontainer 
{
	position: relative; /*** Let's be nice to IE ***/  
	/*width: 100%; /*** Content Width ***/  
	display: table; /*** For non-IE browsers ***/  
	height: 100%; 
	background: #EEF4FC; /*** Background colour of content section ***/
}

#logoFooterContainer
{
	position: absolute;
	bottom: 0px; 
	/*left: 536px;*/
	left: 0px;
	width: 100%;
	/*overflow: hidden;*/
	/*background-color: #ff0000;*/
}

#logoFooter
{
	/*position: fixed; */
	background-color: #F6FAFF;
	height: 155px;
	margin-left: 536px;
	padding-left: 26px;
	padding-top: 19px;
	width: 100%;
	overflow: hidden;
}

#caption	{
	font-family: Arial;
	text-align: right;
	float: right;
	padding: 13px;
	background-color: #E1F2FA;
	font-size: 7pt;
}