/* CSS Document */
        			
span#hide{
	display: 		none;
	}
	
/*Site Typography*/

h1 {
	font-family: ScalaSans, "Trebuchet MS", serif;
	font-size: 1.4em;
	color: white;
	text-transform: uppercase;
	letter-spacing: .12em;
	/*border-bottom: white;
	border-width: 0 0 thin 0;
	border-style: none none dotted none*/;

	}
	
h3 {
	font-family: ScalaSans, "Trebuchet MS", serif;
	font-size: 1.15em;
	color: white;
	font-style: italic;
	}
	
h2 {
	font-family: ScalaSans, "Trebuchet MS", serif;
	font-size: 1.15em;
	font-style: italic;
	color: white;
	padding-top: 5px;
	}

body {
	text-align: left;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #666666;
	margin: 0;
	}
	
div#text {
	padding-right: 10px;
	padding-left: 75px;
	padding-top: 15px;
}

hr {
	width: 550px;
	color: #e8e8e8;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	}

#copyright {
	margin-left: 75px;
	padding-bottom: 5px;
	}
	
	
/*Links*/

a:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}

a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

a:active {
	background-color: transparent;
	color: black;
	}