﻿body 
{
	font-family: Tahoma;
	background-image: url(../img/Site_Background_lng.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

hr
{
	width: 790px;
	height: 1px;
	color: #e1e2fd;
}

strong { color: #696ebc;}

.hidden { visibility: hidden; display: none; }
.clearing { clear: both; float: none; }
.portfolioImageSpanLeft, .portfolioImageSpanRight
{
	background-color: #ffffff;
	margin-top: 1px;
	padding: 3px 1px 3px 1px;
	border: solid 1px #dedefc;
} 
.portfolioImageSpanLeft 
{
	margin-right: 7px;
	float: left;
}
.portfolioImageSpanRight
{
	margin-left: 7px;
	float: right;
}

#mainBody
{
	min-height: 610px;
	width: 800px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-left: solid 1px #dedefc;
}

#bannerDiv
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#bannerText
{
	float: left;
	padding-left: 20px;
	padding-top: 40px;
}

#bannerLogo
{
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}

#bannerSub
{
	padding-top: 20px;
	text-align: right;
}

#subBanner
{
	margin-right: 20px;
	font-family: Tahoma;
	font-size: 16px;
	color: #696ebc;
}

#pageIcon
{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
}

#pageIcon p
{
	font-size: smaller;
}

#footerDiv
{
	font-family: Arial;
	font-size: 11px;
	color: #696ebc;
}

#footerDiv p
{
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}

#contentBody
{
	clear: none;
	float: left;
	border: solid 1px #dedefc;
	background-color: #fafafa;
	width: 451px;
	min-height: 100px;
	padding: 8px;
	margin-top: 20px;
	text-align: left;
	color: #808080;
}

#contentBody p
{
	font-family: Tahoma;
}

#contentBody p img
{
	border: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

#contentBody p.justifyText
{
	text-align: justify;
}

#contentBody span.smaller
{
	margin-top: 3px;
	font-size: smaller;
}

#contentBody h1
{
	color: #696ebc;
}

#contentBody a, #contentBody a:link
{
	color: #696ebc;
	text-decoration: underline;
}

#contentBody a:hover
{
	color: #000000;
	text-decoration: none;
}

#contentBody a:visited
{
}

#mainMenu
{
	float: left;
	text-align: left;
	margin-top: 18px;
	padding-top: 5px;
	width: 165px;
}

#mainMenu ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#mainMenu li
{
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 22px;
}

#mainMenu a, #mainMenu a:link
{
	color: #696ebc;
	font-family: Tahoma;
	text-decoration: none;
}

#mainMenu a:hover
{
	color: #696000;
	text-decoration: underline;
}

#mainMenu a.selected:hover
{
	color: #696000;
	text-decoration: none;
}

#mainMenu a:visited
{
}

#mainMenu a.selected
{
	font-weight: normal;
	color: #696000;
	cursor: default;
}
ul#linkMenu 
{
	font-size: smaller;
	list-style-type: none;	
	clear:both;
	display:block;
	overflow:visible;
	float:left;
	width:auto;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px; 
	white-space:nowrap;
	position:relative;
}

#linkMenu li 
{
	display:block;
	float:left;
	padding:5px;
	margin:0px 5px 0px 5px;
}
#linkMenu li.selected 
{
	font-weight: bold;
}
#linkMenu li.selected a 
{
	color: #696000;
	text-decoration: none;
	cursor: default;
}