/***********************************************************/
/*                      */

#div_Page
{
	border: 1px solid #D7D7D7;
	width: 767px;
	margin: 0px 0px;
	padding: 0px;
	background: #ffffff;
	margin-bottom: 2px;

}
#div_Page #div_Top
{
	background: url('../../images/Generic_TOP.jpg') 0 0 no-repeat #ffffff;
	height: 79px;
}
#div_Page #div_Bot
{
	background: url('../../images/Generic_BOT.jpg') 0 0 no-repeat #ffffff;
	height: 128px;
}

#div_Page #div_Content
{
	padding: 0px 10px;
	min-height: 613px;
}

H1
{
	position: relative;
	top: -20px;
	border-top: 2px solid #BBD9E6;
	border-bottom: 1px solid #BBD9E6;
	margin-bottom: 0px;
	margin-left: 0px;
}

/***********************************************************/
