/* * * * MAIN * * * */

*{
	border: 0;
	margin: 0;
}

body{
	color: #000;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header{
	display: none;
}

a, a:visited{
	text-decoration: none;
}

#sidebar a:hover, #footer a:hover, #content a:hover {
	text-decoration: underline;
}



/* * * * LINKS * * * */

#sidebar a, #footer a{
	color: #a00;
}

#sidebar a:hover, #footer a:hover{
	color: #300;
}

#sidebar a:visited, #footer a:visited{
	color: #906;
}

#content a{
	color: #00199c;
}

#content a:hover{
	color: #00599c;
}

#content a:visited{
	color: #0199c;
}



/* * * * SIDEBAR * * * */

#sidebar{
	display: none;
}



/* * * * CONTENT * * * */

#content{
	padding: 25px 50px 25px 25px;
}

#content h1, h2, h3 {
	color: #ff6100;
}

#content h2{
	border-bottom: solid 1px #ff6500;
	margin-bottom: 20px;
	font: 1.6em Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	color: #ff6500;
	line-height: 85%;
}

#content h2:first-letter{
	display: block;
	float: left;
	position:relative;
	padding: 0 3px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #fff;
	background: #ff6500;
}

#content h3{
	margin-bottom: 15px;
	color: #00599c;
}

#content p, #content ul, #content ol, #content h4, #content h5, #content h6{
	margin-bottom: 15px;
	margin-left: 15px;
}



/* * * * NAVIGATION * * * */

#navigation{
	display: none;
}



/* * * * FOOTER * * * */

#footer{
	color: #ff6500;
	padding: 10px;
	text-align: center;
	font-size: .9em;
}
