/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org
*/


/*****************************************************************************************
* Layout styling template 3
******************************************************************************************/

#banner {
	padding: 0em;
	height: 60px;
	background-image: url(img/HCIC_header2.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0em;
	margin-top: 0px;
	background-color: #F6F1FC;
	background-image: url(img/horizgrad_p-w.jpg);
	margin-bottom: 0px;
	width: auto;
	position: relative;
}

#content h2 {
	margin-top: 14px;
}
#content h3 {
	margin-top: 14px;
}

/*****************************************************************************************
* Text Styling Template 3
******************************************************************************************/

.contentInner {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 12px;
	font-size: 14px;
	min-height: 400px;
	line-height: 16px;
	width: auto;
	position: relative;
}
#sideBar {
	float: left;
	width: 448px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#contentRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC99CC;
	background-color: #FFFFFF;
	background-image: url(img/cubes_trans.gif);
	background-repeat: no-repeat;
	background-position: 290px 200px;
	width: auto;
	position: relative;
	margin-left: 448px;
}
#navigation2{
	clear:both;
}
