/*
	CREATED BY RYAN STEMKOSKI ON DECEMBER 8TH 2006 FOR ZIPLINE INTERACTIVE (509-863-4212 | WWW.GOZIPLINE.COM | RYAN@GOZIPLINE.COM)
	WELCOME TO THE PROJECT MOVE TEXT STYLE SHEET
	-> STYLES ARE STORED IN CASCADING FORMAT IN RELATION TO POSITION ON PAGE
	-> GENERIC STYLES ARE PLACED AT THE BOTTOM OF THE DOCUMENT
	-> FORMAT STYLES CAN BE FOUND IN /style/format.css
	-> ALL LINK STYLES ARE AT THE BOTTOM OF THE DOCUMENT AFTER GENERIC STYLES (IF PRESENT)
*/

H1 {
	font-family: arial;
	font-size: 28px;
	color: #3A5652;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 3px;
	}

H2 {
	font-family: arial;
	font-size: 20px;
	color: #3A5652;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	}

P {
	font-family: arial;
	font-size: 12px;
	color: #3A5652;
	font-weight: normal;
	margin: 0px;
	line-height: 18px;
	}

H1.indexTitle {
	font-family: arial;
	font-size: 16px;
	color: #17453F;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
H1.indexAddress {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	}

H2.indexFooter {
	font-family: arial;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	}

H2.indexFooterSub {
	font-family: arial;
	font-size: 10px;
	color: #6C7D7A;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	}

P.indexText {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	color: #17453F;
	font-weight: normal;
	margin: 0px;
	}
	
/* GENERIC STYLES */


/* LINK STYLES */

	A.mentorlink:link {color: #2D6123;}
	A.mentorlink:visited {color: #2D6123;}
	A.mentorlink:active {color: #2D6123;}
	A.mentorlink:hover {color: #2D6123;}

	A.footerlink:link {color: #CCCCCC; text-decoration: none;}
	A.footerlink:visited {color: #CCCCCC; text-decoration: none;}
	A.footerlink:active {color: #CCCCCC; text-decoration: none;}
	A.footerlink:hover {color: #CCCCCC; text-decoration: none;}
	
	A.ziplinelink:link {color: #6C7D7A; text-decoration: none;}
	A.ziplinelink:visited {color: #6C7D7A; text-decoration: none;}
	A.ziplinelink:active {color: #6C7D7A; text-decoration: none;}
	A.ziplinelink:hover {color: #6C7D7A; text-decoration: none;}