body
{
	margin: 0px;
	padding: 0px;
	background-color: #ededee;
	font-family: "Verdana";
	font-size: 12px;
	color: #061d54;
}

img
{
	border: 0px;
}

a
{
	color: #061d54;
}

a.nounderline
{
	text-decoration: none;
}

a.nounderline:hover
{
	text-decoration: underline;
}

div#headerWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url( "../images/header_right.png" ) repeat-x;
	width: 100%;
}

div#headerTop
{
	width: 1050px;
	background: url( "../images/header_top.png" ) no-repeat;
	height: 115px;
}

div#headerTopNavigation
{
	position: absolute;
	left: 920px;
	top: 10px;
}

div#headerTopNavigation a
{
	color: #79b9da;
	font-size: 10px;
}




div#headerBottom
{
	width: 1050px;
	background: url( "../images/header_bottom.png" ) no-repeat;
	height: 285px;
}

div#banner
{
	position: absolute;
	left: 500px;
	top: 150px;
}

div#navigation
{
	position: absolute;
	left: 680px;
	top: 80px;
	color: #ffffff;

}

div#contentWrapper
{
	margin-top: 400px;
	width: 1000px;
	background: url( "../images/bg_content.png" ) repeat-y;
	padding-left: 142px;
}


div#content
{
	float: left;
	width: 590px;
	background: url( "../images/bg_content_top.png" ) repeat-x;
	min-height: 250px;
}

div#innerContent
{
	padding: 15px 20px;
	/*width: 100%;*/
}

div#sidebar
{
	margin-left: 591px;
	width: 250px;
	color: #061d54;
	font-size: 12px;
	font-family: Verdana, Ariel;
}

div#sidebar div
{
	padding-left: 10px;
}

div.sidebarHeader
{
	background-color: #f4f4f4;
	padding: 10px 0px 10px 15px;
	margin-left: -10px;
}

* html body div.sidebarHeader
{
	position: relative;
	left: -3px;
}


div#footer
{
	width: 1000px;
	background: url( "../images/bg_footer.png" ) no-repeat;
	padding-bottom: 20px;
	clear: both;
}

div#copyright
{
	color: #061d54;
	text-align: center;
	width: 1000px;
	padding-left: 80px;
	font-size: 12px;
	font-family: Verdana, Ariel;
	padding-top: 30px;
}


div#navigation ul {
	float: left;
	background: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 12;
}
div#navigation ul li {
	float: left;
	display: block;
	min-height: 20px;
	margin: 2px 2px 0px 2px;
	overflow: visible;
	position: relative;
}

* html body div#navigation ul li
{
	height: 20px;
}


.bold
{
	font-weight: bold;
}


.italic
{
	font-style: italic;
}

div.column50left
{
	float: left;
	width: 260px;
	padding: 5px;
	margin-top: 10px;
}



div.column50Right
{
	margin-left: 270px;
	width: 260px;
	padding: 5px;
	margin-top: 10px;

}


div.contactformitem
{
	width: 350px;
	height: 30px;
}

div.contactformitem input
{
	float: right;
	width: 200px;
}

div.contactformitem span
{
	position: relative;
	top: 4px;
}
