body { font-family: Arial, Helvetica, sans-serif;	text-align: center;	font-size: 100%;
	background-image:   url(gradient_bg.gif);  background-repeat: repeat-x;
	color: #333333;
	padding-top: 20px;	padding-bottom: 20px; margin: 0; border: 0;
	background-color: #FFFFFF;	min-width: 770px;}

/**Layout Divs**/
/*enters content in the browser and fixes overall width*/
#wrapper {	width: 770px;	text-align: left;	visibility: visible;	margin-bottom: 0px;	margin-right: auto;	margin-left: auto; margin-top: 0px;
	background-color:  #eef1e7;}
	
/*logo and heading graphic*/
#header {width: 770px; height: 85px;	background-image: url(header_bg.gif);	background-repeat: repeat-x;	}
	
/*horizontal navigation bar defines background image*/
#hnav {width: 770px; margin-top: 0; text-align: center;
	background-image: url(hnav_bg.gif);	background-repeat: no-repeat;
	height: 38px;	padding-left: 15px;	}
	
/*left and right-hand column divs*/
#floatcontainer {width: 770px;	height: 356px;	padding-top: 0px;	background-color: #eef1e7;
	padding-bottom: 0px;	text-align: left;	margin: 0px;	right: 0px;	}

.floatboxleft {	width: 35%;	height: 356px;	margin:  0 0px;	float: left;	background-color: #e7f0fc;}
	
.floatboxright {	width: 60%;	height: 356px;	margin:  0;	float: right;	overflow: auto;}
.floatboxfullleft {	width: 1%;	height: 620px;	margin:  0 0px;	float: left;	background-color: #e7f0fc;}
.floatboxfullright {	width: 99%;	height: 620px;	margin:  0;	float: right;	overflow: auto;}

/*style the text in the right-hand column*/
 .floatboxright p {	font-size: 70%;	padding: 0px 20px 0px 0px;	margin: 0px;}

/*style the heading1 text */
.floatboxleft h1 , .floatboxright h1 , floatboxright h1 {
	font-size: 100%;	margin: 0px 20px 5px 0px;	padding-top: 20px;	font-weight: bold;
	border-bottom-width: 1px;	border-bottom-style: solid;
	border-bottom-color: #4175be;	padding-bottom: 2px;}
	
/*alternative style for the heading2 text */
.floatboxleft h2 , .floatboxright h2 , floatboxright h2 {
	font-size: 90%;	margin: 0px 20px 4px 0px;	padding-bottom: 2px;	padding-top: 2px;	font-weight: bold;
	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #4176be;	padding-left: 5px;
	background-color: #c9cebe;}

/*alternative style for the heading3 text */
.floatboxleft h3 , .floatboxright h3 , floatboxright h3 {
	font-size: 90%;	margin: 0px 20px 4px 0px;	padding-top: 2px;	font-weight: bold;	border-bottom-width: 1px;
	border-bottom-style: solid;	border-bottom-color: #4175be;	padding-left: 5px;
	background-image: url(paragraph_bg.gif);
	background-repeat: no-repeat;	padding-bottom: 2px;}
	
/*style the text and define background image for the footer*/
#footer {	width: 770px;	clear: right;	font-size: 70%;	text-align: center;	background-image: url(footer_bg.gif);
	background-repeat: no-repeat;	height: 32px;	margin-right: 0px;	margin-left: 0px;	padding-top: 10px;	padding-left: 22px;
	background-color: #FFFFFF;}
		
/*sets margins to 0*/
#wrapper p {	margin: 0px;	line-height: 1.3em;}

/*floats element to the left*/
.left {	float: left;	margin: 0px;	padding: 0px;	left: -2px;}

/*floats element to the left*/
.right {	float: right;}

/*link styles*/
a:link {	color: #22406a;}
a:visited {	color: #22406a;	}
a:link:hover {	color: #4175be;}

/*floats image to the left of text blocks*/ 
.imagefloat {	float: left;	vertical-align: middle;	padding-right: 2px;}

/*floats logo graphic to the left */ 
div.row span.left {  float: left;  text-align: left;  }

/*floats heading graphic to the right */ 
div.row span.right {  float: right;  text-align: right;  }
  
 /*ordered lists (numbered) */  
  ol {    font-size: 70%;  	margin-top: 0px;	margin-bottom: 0px;	margin-left: 20px;}
	
/*unordered lists (bulleted) */  
 ul {	font-size: 70%;	margin-top: 0px;	margin-bottom: 0px;	list-style-image:  url(bullet.gif);
	font-weight: normal;	margin-left: 20px;	padding-bottom: 5px;	padding-top: 5px;}
	
.style2 {	color: #0000FF;	font-style: italic;}
.style1 {	font-size: 16px;	font-weight: bold;}
.style5 {font-size: 16px;}
.style6 {	font-size: 24px;	color: #FF0000;}
.style7 {	font-size: 16px;	color: #FF0000;}
.style3 {font-size: 12px;}
.style11 {font-size: 11px;}
.style10 {font-size: 10px;}
