/* CSS Document */



#page {
	background: url(../_images/1024/backgrounds/overview1.jpg) no-repeat top center fixed;

}

#body #contentClip {
/*

	background-image: url(../_images/1024/backgrounds/overview1_1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	_background-image: none;
	*/

}

#forward {
	width: 600px;
	border-right: solid 1px #FFFFFF;
	text-align: left;

}

#forwardBody {

	padding: 10px;
	border-bottom: solid 1px #675B4F;
	padding-bottom: 10px;
	margin-bottom: 10px;


}

#forwardBody p {

}

#forwardBody h2 {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 30px;

}

#forwardTitle {
	display: block;
	background: #675B4F;
	padding: 5px;
	padding-bottom: 7px;
	border-bottom: solid 1px #FFFFFF;
}

#forwardTitle h1 {
display: table-cell;
	padding-bottom: 2px;
	padding-right: 20px;
	font-size: 11pt;
	font-weight: normal;
	border-bottom: dotted 1px #FFFFFF;
	color: #FFFFFF;
}


#LeftCol {
	display: table-cell;
	width: 180px;
}

#LeftColContent {
	display: block;
	width: 180px;
	padding-right: 15px;
	border-bottom: solid 1px #675B4F;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
#LeftColContent p {
	font-size: 8pt;
	font-weight: bold;
	line-height: 15pt;
	color: #675B4F;
}

#RightCol {
}

#RightColContent {
	border-bottom: solid 1px #675B4F;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;

}

#RightColContent p {
	font-size: 10pt;
	font-weight: normal;
	line-height: 15pt;
	color: #000000;
}


