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

/*TOp menu*/
TD.homelargeimgtop {
	height:154px;
	}
TD.homelargeimgbottom {
	height:40px;
}

/*Headers*/

TABLE.content_main DIV.csc-header-n1 {
	color: #FF0000;
	background-image: url("../images/titles/t_latestupdates.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;
	padding-right: 9px;
	padding-bottom: 20px;
}

/*CONTENT ELEMENT HOMEBLANK*/
DIV.homeblank{
	margin-bottom: 20; 
}

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

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

/*CONTENT ELEMENT HOMEBLOCK*/
DIV.homeblock{
	margin-bottom: 20; 
}

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


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

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


/*newslist*/
DIV.newslisttext{
	text-align:justify;
	float: left;
	width:420px;
	margin-right: 25px;
}

DIV.newslistheader {
	margin-top:0px;
	float: left;
	width: 550px;
}

span.newslistimage{
	float: right;
	margin-top: 8px;
}

DIV.browsenews{
	clear: both;
	}
