﻿/* Elements */
a
{
	color: #006f9e;
	text-decoration: none;
}
a:hover
{
	color: #a2bed5;
}
body, html
{
	height: 100%;
	margin: 0px;
	text-align: center;
	width: 100%;
}
body
{
	background: url(BodyBG.jpg) repeat-x;
	color: #44413d;
	cursor: default;
	font-family: Arial;
	font-size: 0.75em;
}
h1
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2
{
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 0px 0px 0px 0px;
}
h3
{
	font-size: 1em;
	line-height: 1.7em;
	margin: 0px 0px 4px 0px;
}
img
{
	border: 0px;
}
input,
select
{
	font-family: Arial;
	font-size: 1em;
}
p
{
	line-height: 1.7em;
	margin: 0px 0px 13px 0px;
}
ul
{
	line-height: 1.7em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

/* Classes */
img.floatingImageLeft
{
	float: left;
	margin: 0px 20px 15px 0px;
}
img.floatingImageRight
{
	float: right;
	margin: 0px 0px 15px 20px;
}
table
{
	line-height: 1.7em;
}

/* Layout */
form.container
{
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	margin: 0 auto;
	min-height: 100%; /* real browsers */
	padding-top: 0px;
	position: relative;
	text-align: left;
	width: 790px;
}
div.content
{
	background: white url(ContentTopBG.jpg) no-repeat;
	background-position: 10px 10px;
	min-height: 250px;
	_height: 250px;
	padding: 3em 3.5em 6em 140px;
}
div.contentNoNavigation
{
	padding-left: 2em;
}
div.content div.leftNavigation
{
	background: url(LeftNavigationBG.gif);
	height: 255px;
	left: -50px;
	padding: 3px 3px 4px 3px;
	_padding: 3px 0px 4px 0px;
	position: absolute;
	top: 170px;
	width: 155px;
	_width: 161px;
}
div.content div.leftNavigation .item, 
div.content div.leftNavigation .itemSelected
{
	color: White;
	display: block;
	font-size: 0.85em;
	height: 2.3em;
	line-height: 2.3em;
	_margin-left: 3px;
	_margin-right: 3px;
	padding: 0px 8px 0px 8px;
}
div.content div.leftNavigation .item
{
	background: url(LeftNavigationItemBG.gif);
	border-bottom: solid 1px #76715c;
	border-top: solid 1px #beb79e;
}
div.content div.leftNavigation .item:hover
{
	background: url(LeftNavigationItemOverBG.gif);
	border-bottom: solid 1px #76715c;
	border-top: solid 1px #beb79e;
}
div.content div.leftNavigation .itemSelected
{
	background: url(LeftNavigationItemSelectedBG.gif);
	border-bottom: solid 1px #635d49;
	border-top: solid 1px #beb79e;
}

div#footer
{
	background: url(BottomSeparator.jpg) no-repeat;
	background-position: 0px 20px;
	clear: both;
	color: #6e6559;
	font-size: 0.85em;
	line-height: 1.7em;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	width: 770px;
}
div#footer a
{
	color: #6e6559;
}
div#footer a:hover
{
	color: #d9d1b4;
}
div#footer span.separator
{
	padding: 0px 5px 0px 5px;
}
div#header
{
	background: url(BodyBG.jpg) repeat-x;
	padding: 20px 0px 10px 0px;
}
div#header #siteMapPath
{
	color: white;
	font-size: 0.85em;
	margin-top: 30px;
}
div#header div#siteMapPath p
{
	font-size: 1em;
	margin: 0px;
}
div#header div#siteMapPath p a
{
	color: white;
}
div#header div#siteMapPath p a:hover
{
	color: #006f9e;
}
div#header div#top
{
	font-size: 0px;
}
div#header div#top span#menu
{
	font-size: 0px;
	padding-left: 20px;
}
div#header div#top span#menu img
{
	margin-left: 20px;
}
div#header div#top span#menu a:hover
{
	opacity: 0.6;
}
