@charset "UTF-8";
/* CSS Document */

/* Design by Thinkso */
/* 05.19.08 */


/* ===================================

REMOVING ELEMENTS

====================================== */


#mainnav, #sidebar, #subnav, #intfooter {
	display : none !important;
}


.hidelogo {
	display: none;
}


/* ===================================

PRINTABLE LOGO

====================================== */


.printlogo {
	display: inline;
}


/* ===================================

MARGINS

====================================== */


#main, {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ===================================

TYPE STYLES MAIN

====================================== */


#header h1 {
	font: Georgia, serif;
	font-size: 18pt;
	line-height: 18pt;
	color: #000000
}	


#main h1 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: .25em;
	}
	

#main h2 {
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #000000;
	font-weight: normal;
	margin-bottom: .75em;
	}
			

#main p {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-bottom: 20pt;
	}
	
	
#main a:link {
	text-decoration: underline;
	border: none
	}	
	
	
#main ul {
	padding-left: 12px;
	margin-bottom: 20px;
	}
		
	
#main li {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-bottom: 8pt;	
	} 
		
	
#main li a:link {
	text-decoration: underline;
	}	
	
	
/* ===================================

TYPE STYLES PRINTFOOTER

====================================== */


#printfooter {
	display: inline;
	}
	
#printfooter p {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-top: 100px;
	}



