body
{
	width: 100%;
	text-align: center;
	background-image: url(../images/bgTile.png);
	background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #FFF;
}

#contentWrapper
{
	width: 1000px;
	margin: auto;
}

#header
{
	height: 170px;
	color: #FFF;
}

#header a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#header h1
{
	color:#FFD51E;
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}

#content
{
	background: white;
	font: 12pt;
	text-align: left;
	padding: 10px;
	min-height: 280px;
}   

#footer
{
	color: #003875;
	background: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

#footer hr
{
	color: #ccc;
	width: 90%;
}

h1
{
	color:#FFFFFF;
	text-align: left;
	margin-bottom: 30px;
	font-size: 24px;
}

h2
{
	color:#000066;
	text-align: left;
	margin-bottom: 30px;
	font-size: 20px;
}

h3
{
	color:#000066;
	text-align: left;
	margin: 20px 0;
}

a
{
	color: gold;
	text-decoration: none;
}

a:hover
{
	color: gold;
	text-decoration: underline;
}
