@charset "utf-8";
/* CSS Document */

body {
	background-color: #D7DCC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #CCCCCC;
}

a:hover {
	color: #EEEEEE;
}

h1 { 
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}	

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	line-height: 12px;
}	

h4 {
	font-size: 11px;
	font-weight: nornal;
	margin-bottom: 0;
}


hr {
	color: #215E6A;
	margin: 0px 0 3px 0;
	border-style: solid;	
	width: 165px;
}

#wrapper {
	background: url(/images/bg1px.gif) repeat-y;
	text-align: left;
	padding: 0px;
	border:0;
	width: 890px;
	margin: 0 auto 20px auto;
	height: auto;
	display: table;
}

#wrapperWhite {
	background: url(/images/bg1pxWhite.gif) repeat-y;
	text-align: left;
	padding: 0px;
	border:0;
	width: 890px;
	margin: 0 auto 20px auto;
	height: auto;
	display: table;
}

#leftSide {
	background:url(/images/leftSide.jpg) no-repeat;
	float: left;
	width: 233px;
	height: 595px;
	color:#000000;
}
#leftSideWhite {
	background:url(/images/leftSideWhite.jpg) no-repeat;
	float: left;
	width: 233px;
	height: 595px;
	color:#000000;
}


#middleContainer { 
	float: left;
	width: 439px;
}

#header { 
	background:url(/images/topBar.jpg) no-repeat;
	color: #FFFFFF;
	width: 439px;
	height: 102px;
}

#headerWhite { 
	background:url(/images/topBarWhite.jpg) no-repeat;
	color: #FFFFFF;
	width: 439px;
	height: 102px;
}

#contentArea {
	width: 380px;
}

#contentAreaWhite {
	width: 380px;
	color:#000000;
}


#contentAreaWhite a {
	color: #333333;
}

#contentAreaWhite a:hover {
	color: #666666;
}

#contentAreaWhite a:visited {
	color: #666666;
}

#rightSide {
	background-color: #6395AE;
	padding: 20px 5px 0 5px;
	width: 180px;
	float:left;
	
}

#rightSide a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#rightSide a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#rightSide a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#rightSide a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#rightSide h3 {
	color: #000000;
}

#rightSide h4 {
	color: #000000;
}

.location{
	line-height: 16px;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
	border-bottom: #215E6A solid 2px;
}

.darkHeading{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}



#footer {
	clear: both;
	background: #A2A2A2;
}