body
{
	margin: 0;
	font-family: Myriad Pro, Arial;
	font-size: 11pt;
}

h1
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial Black;
	font-size: 18pt;
}

h2
{
	text-transform: uppercase;
}

h4
{
	margin-top: 0;
	font-style: italic;
}

a:link, a:visited
{
	font-weight: bold;
	color: #004fba;
}

a:hover
{
	text-decoration: none;
}

#container
{
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

#header
{
	margin-left: 125px;
	padding: 152px 0 5px 0;
	width: 725px;
	background: url(images/header.jpg) no-repeat;
}

#header ul 
{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#header ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#header ul li a
{
	margin: 0;
	padding: 3px 10px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #004fba;
}

#header ul li a:hover
{
	text-decoration: underline;
	background: #727272;
}

#content
{
	width: 850px;
	overflow: hidden;
}

#left
{
	float: left;
	width: 125px;
}

#left ul 
{
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	text-align: right;
}

#left ul li
{
	margin: 0;
	padding: 0;
}

#left ul li a
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#left ul li a:hover
{
	text-decoration: underline;
} 

#right
{
	float: left;
	padding: 35px;
	width: 655px;
	background: url(images/content.jpg) no-repeat top;
}

#footer
{
	margin-left: 125px;
	width: 725px;
	height: 42px;
	line-height: 42px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	color: #6d6d6d;
}

#footer2
{
	margin: 10px 0 10px 125px;
	width: 725px;
	height: 42px;
	text-align: center;
	font-size: 10pt;
}