/* CSS Document */



/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework text style sheet
	Author: Kari Spence	
	Release date: 
	Revision History
	   -Revised By:	
		Revised On: 
		Designer approved: ks
	   -Revised By:		
		Revised On:
		Designer approved: 
	   -Revised By:		
		Revised On:
		Designer approved: 
	   -Revised By:		
		Revised On:
		Designer approved: 
						
  	=================================================== 
  	===================================================  */



	
/*  ===================================================  
  	DEFINES HTML TAGS
  	===================================================  */
	
h1 {
	color: #2d5c7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	}		
	
h2 {
	color: #587469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	}
	
h3 {
	color: #729ABF;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	}
	
h4 {
	color: #789D8F;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	}
	
h5 {
	color: #2D5C7B;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	}


p, ul {
	color: #333;
	font: 13px/18px Arial, Helvetica, sans-serif;
	}	
	
li {
	padding-bottom: 4px;
	}		
	
a {
	color: #7399BF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: underline;
	}
	
a:hover {
	color: #698d8e;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: underline;
	}
	
.noPad {
	margin: 0;
	padding: 0;
	}

.padBottom {
	margin: 0 0 10px 0;
	padding: 0;
	}

.padTop {
	margin: 10px 0 0 0;
	padding: 0;
	}	
	
.backToTop {
	clear:both;
	float:left;
	padding-bottom: 15px;
	}



/*  ===================================================  
  	DEFINES CUSTOM CLASSES
  	===================================================  */
		
.bodysubtext {}

.footerCopyright {}
	
.footerLegal {}
	
.footerLegal a {}	
	
.footerLegal a:hover {}
	

/*  ===================================================  
  	DEFINES MISCELLANEOUS ITEMS
  	===================================================  */


.imgAlignLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	}

.imgAlignRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.caption {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #6590B9;
	text-align: center;
}
	
.contentTable {
	border: 1px solid #6590B9;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 470px;
	}

	.contentTable h5 {
		 border-bottom: solid 1px #6590B9;
		}

	.contentTable td {
		height: 20px;
		text-indent: 3px;
		}

.contentTableRow {}

.contentTableRowAlt {
	background: #E3F1F7;
	}

.firstletter:first-letter {
	color:#6590B9;
	font-weight: bold;
	font-size: 16px;
	}

.relatedLinks {
	color: #729ABF;
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
	}
