/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */


/************************************/
html{
	height: 100%;
}

/************************************/

/************************************/
body{
	height: 100%;
	position: relative;
}

/************************************/


/************************************/
#header{
	background-color: #000066;
	height: 101px;
	position: relative;
}

/************************************/


/************************************/
#col1{
	float: none;
	width: auto;
	margin-left: 477px;
	background-color: #FFFFFF;
	height: 324px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10pt;
	padding-right: 10px;
}
/************************************/



/************************************/
#col2{
	float: left;
	width: 477px;
	background-color: #FFFFFF;
	height: 334px;
	
}
/************************************/

/************************************/
#main{
	height: 70%;
}
/************************************/

/************************************/
#col3{
	float: left;
	width: 144px;
	background-color: #FFFFFF;
	height: 70%;
	padding-top: 10px;
	position: relative;
	
}
/************************************/

/************************************/
#col4{
	float: none;
	width: auto;
	margin-left: 144px;
	background-color: #FFFFFF;
	height: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: normal;
	margin-right: 10pt;
	position: relative;

}
/************************************/

/************************************/
#col5{
	float: left;
	width: auto;
	background-color: #FFFFFF;
	height: 300px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 30px;
}
/************************************/

/************************************/
#col6{
	float: none;
	width: auto;
	background-color: #FFFFFF;
	height: 350px;
	margin-right: 10pt;
	padding-right: 40px;
	padding-left: 30px;
	margin-top: 30px;
	margin: 30px;
}
/************************************/

/************************************/
#nonfooter{
	min-height: 100%;
	position: relative;
}

/************************************/

/************************************/
* html #nonfooter{
	min-height: 100%;
}

/************************************/

/************************************/
#footer{
	background-color: #000066;
	height: 52px;
	margin-top: 
	position: relative;
}

/************************************/


/************************************/
/*End Layout Divs                              */
/***********************************************/
ss

