@charset "UTF-8";
/* CSS Document */


body {
	background: #4e4e4e url(websiteImages/bodyBg.jpg) repeat-y top left;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #d3dfed;

}
a:hover, a:active {
	background-color: transparent;
	color: #999;
}

#wrapperBg {
	position: relative;
	background: #4e4e4e url(websiteImages/topBg.jpg) repeat-x top;
	padding: 0;
	margin: 0;
}

#container {
	width: 1050px;
}

#headerBg {
	position: relative;
	height: 130px;
	background: url(websiteImages/headerBg.gif) no-repeat top left;
	border-bottom: 2px solid #fff;
}

#navigation {
	margin: 0 0 0 201px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 130px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 115px 0 0 0;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 115px 10px 3px 10px; 
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navigation a:hover {
	color: #fff;
	background: url(websiteImages/navOver.gif) repeat-x bottom left;
	padding: 115px 10px 3px 10px; 
}

.clearBoth {
	clear: both;
}

#leftColumn {
	position: relative;
	float: left;
	width: 201px;
	min-height: 593px;
	background: url(websiteImages/leftColumnBg.jpg) no-repeat top left;
}

#rightColumn {
	position: relative;
	float: right;
	width: 749px;
	margin-right: 95px;
}

#content {
	padding: 20px 5px 10px 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #fff;
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#content h1 {
	font: normal 110% Verdana, Arial, Helvetica, sans-serif;
	color: #d3dfed;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	margin-bottom: -5px;
}

#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}

/* OTHER TEXT STYLES */

.italicText {
	font-style: italic;
}

.boldText {
	font-weight: bold;
}

/* TABLE */

.contractBorder {
	border: 1px solid #2B344A;
	font-size: 11px;
}

.contractBorderCell {
	border-right: 1px solid  #2B344A;
	padding: 3px;
	background-color: #636363;
}

.contractBorderCellN {
	padding: 3px;
	background-color: #636363;
}


.contractHeader {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background: url(websiteImages/navOver.gif) repeat-x bottom left;
	color: #fff;
	padding: 5px 5px 5px 15px;
	
}

