﻿@charset "utf-8";
/* CSS Document */

body
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-image:url("../images/site/contentRepeater.jpg");
	background-repeat:repeat-x;
	background-color:#343434;
	behavior:url("../csshover2.htc");
	line-height:17px;
}

div#page
{
	margin:0 auto 0 auto;
	width:780px;
	background-color:white;
}

div#header
{
	width:780px;
	height:108px;
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:-3px;
}
div#navigation
{
	width:780px;
	height:33px;
	float:left;
	margin:0px;
	padding:0px;
}
div#content
{
	padding: 7px 5px 5px 5px;
	width: 760px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
div#contentTemplate
{
	width:780px;
	float:left;
	background-color:white;
}
div#interiorHeader
{
	padding: 8px 10px 8px 10px;
	width: 740px;
	background-color: #E4ECF1;
	text-align: center;
	margin-bottom: 13px;
	border: 1px solid #A2BDCE;
}
div#footer
{
	width:780px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	background-color:white;
}
a, a:visited
{
	color:#0571b1;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

a:hover,a:active
{
	text-decoration:underline;
}

a.small, a.small:visited
{
	color:black;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}

a.small:hover,a:active.small
{
	text-decoration:none;
}

h1
{
	font-size:23px;
	color:black;
	font-weight:bold;
}
h2
{
	font-size:18px;
	font-weight:bold;
	color:#0571b1;
	margin:0px;
	padding:0px;
}



