﻿body
{
}

h1
{
	color: #003775;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2
{
	color: #003775;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3
{
	color: #003775;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

h4
{
	color: #003775;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

img
{
	border: none;
}

p
{
	margin: 0px 0px 10px 0px;
}

a
{
	color: #003876;
	font-weight: bold;
}

ul
{
	margin: 0px 0px 10px 30px;
}

.imgleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imgright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

	
	#news hr
	{
		color: #c9b59b;
		height: 1px;
		margin: 10px 0px 10px 0px;
		border-collapse: collapse;
		border: none;
		border-bottom: solid 1px #c9b59b;
	}
	
	#news .readmore
	{
		color: #fff;
		float: right;
	}
	
.arrow
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	.arrow li
	{
		background-image: url(images/bullet_arrow.gif);
		background-repeat: no-repeat;
		background-position: 0px center;
		padding: 0px 0px 0px 10px;
		margin: 0px 0px 0px 5px;
	}

	.arrow li a
	{
		text-decoration: none;
		line-height: 24px;
	}