/* stylesheet for the layout of content on the aboutpage */

/*Headers*/


TABLE.content_main DIV.csc-header-n1 {
	color: #FF0000;
	background-image: url("../images/titles/t_aboutus.gif");
    background-repeat: no-repeat;
}

TABLE.content_main H1.csc-firstHeader {
	visibility:hidden;
}


TABLE.content_left H1 {
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}

TABLE.content_main H1 {
	font-size: 28px;
	font-family: verdana;
	font-weight: normal;
	color: #333333;
	height: auto;
	margin-top: -6px;
	padding-bottom: 0px;
}

/*CONTENT ELEMENT aboutBLANK*/
DIV.aboutblank{
	margin-bottom: 20; 
}

DIV.aboutblank DIV.csc-header {
	width:100%;
	height: auto;
}

DIV.aboutblank DIV.csc-header-underline {
	width:100%;
	overflow: hidden; 
	height: 0px;
}


DIV.aboutblank P.bodytext {
	padding-left: 9px;
	padding-bottom: 9px;
}

/*CONTENT ELEMENT aboutBLOCK*/
DIV.aboutblock{
	margin-bottom: 20; 
}

DIV.aboutblock DIV.csc-header {
	width:100%;
	height: auto;
	background-color: #FF6600;
}


DIV.aboutblock DIV.csc-header-underline {
	background-color:#CCCCCC;
	width:100%;
	overflow: hidden; 
	height: 5px;
}

DIV.aboutblock DIV.textwrap {
	border: 1px solid #CCCCCC;
}
