/* CSS Document */
body
{
	background: url(images/main-bg.jpg) top center repeat-x #DBE1E2;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333; 
}

#container
{
	background: url(images/top-div-header.jpg) top center no-repeat;
}

ul
{
	list-style-image: url(images/bullet-arrow.gif);
}

li
{
	padding-bottom: 10px;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0px;
	color: #27393B;
	line-height: 25px;
}

.subhead
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.sidebar
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #13353A;
}

.footer
{
	font-size: 11px;
	color: #EEEEEE;
	line-height: 18px;
}

.small
{
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

A:link	{font-size: 13px; font-weight: bold; color: #003366; text-decoration: none;}
A:visited {font-size: 13px; font-weight: bold; color:#003366; text-decoration: none;}
A:active {font-size: 13px; font-weight: bold; color:#003366; text-decoration: none;}
A:hover	{font-size: 13px; font-weight: bold; color:#003366; text-decoration: underline;}

.sidebar :link	{font-size: 11px; font-weight: bold; color: #13353A; text-decoration: none;}
.sidebar :visited {font-size: 11px; font-weight: bold; color:#13353A; text-decoration: none;}
.sidebar :active {font-size: 11px; font-weight: bold; color:#13353A; text-decoration: none;}
.sidebar :hover	{font-size: 11px; font-weight: bold; color:#13353A; text-decoration: underline;}

.footer :link	{font-size: 11px; font-weight: normal; color: #EEEEEE; text-decoration: none;}
.footer :visited {font-size: 11px; font-weight: normal; color:#EEEEEE; text-decoration: none;}
.footer :active {font-size: 11px; font-weight: normal; color:#EEEEEE; text-decoration: none;}
.footer :hover	{font-size: 11px; font-weight: normal; color:#EEEEEE; text-decoration: underline;}
