/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */


/************************************/

#row1{
	width: 100%;
	background-color: #003399;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-color: #003399;
	height: 130px;
	color: #CCCCCC;
	float: right;
}



/************************************/


/************************************/

#col1{
	float: left;
	width: 180px;
	margin-left: 0%;
	padding: 8;
	background-color: #003399;
	color: #CCCCCC;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	height: 600px;
	border-color: #003399;
	border-left: 2;
	border-width: 2;
	text-indent: 0px;
}

/************************************/







/************************************/

#col2{
	float: right;
	width: 74%;
	border-width: 10;

}

/************************************/



/*End Layout Divs                              */

/***********************************************/
.top1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.bold-smal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #874E63;
}
.smallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
