/* CSS Document */

h1{
	color:#00667c;
	font-size:1.4em;
	font-weight:normal;
}

/*---header---*/


#headerHome{
	background-image:url(../images/template/homeHeader.jpg);
	background-repeat:no-repeat;
	background-color:#00667c;
	color:#00667c;
	width:100%;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
	float:left;
	height:208px;
}


#header{
	color:#00667c;
	background-color:#00667c;
	width:100%;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
	float:left;
	height:60px;
}


/*---divs inside content container---*/
#content{
	padding:0 2em 1em 3em;
	margin-left:0px;
	font-size:90%;
	float:left;
}


#sub_nav{
	padding:0;
}

#contentLeft{
	float:left;
	width:180px;
	margin:0 0 0 0;
}

#contentRight{
	margin-left:190px;
}