@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body
{
	background-color: #FFFFFF;
}

#Wrapper
{
	width: 841px;
	margin-left: auto;
	margin-right: auto;
}

#Header
{
	width: 100%;
	height: 309px;
}

#Header img
{
	border: none 0px;
}

#Navigation
{
	width: 100%;
	height: 39px;
}

#NavigationList
{
	background: url(../../media/images/Navigation_BG.jpg) repeat-x;
	height: 39px;
}

#NavigationList li
{
	list-style: none;
	float: left;
	color: #000000;
	margin-left: 40px;
	margin-top: 5px;
}

#NavigationList li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#Content
{
	margin-top: 22px;
	min-height: 455px;
}

#Content #LeftContent
{
	float: left;
	width: 520px;
	padding-right: 30px;
}

#Content #LeftContent h2
{
	font-size: 1.2em !important;
	font-weight: bolder !important;
	margin-bottom: 5px;
}

#Content #LeftContent p
{
	font-size: 1.1em !important;
}

#Content #LeftContent ul li
{
	list-style: none;
	font-size: 17.5px;
}

#Content #LeftContent a.Important
{
	color: #F00F00;
	font-style: italic;
}

#Content #RightContent
{
	float: right;
	width: 290px;
}

#Content #RightContent img
{
	margin-bottom: 5px;
	border: none 0px;
}

#Footer
{
	clear: both;
}

#Footer p
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
}

