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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .95em;
	color: #131144;}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	border-bottom: 1px solid #F90;
	width: 85%;
	margin-top:50px;
	margin-left: 30px;
		}
		
h2 {
	font-size: 1.5em;
}

h2.quote {
	
	background-color: #f90;
	border-radius: 6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px;
	box-shadow:3px 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,.4);
	-o-box-shadow:3px 3px 3px rgba(0,0,0,.4);
	-ms-box-shadow:3px 3px 3px rgba(0,0,0,.4);	
	margin: 0px 6px 24px 6px;
	text-align: center;
	padding: 12px;
	
	}

h3 {
	padding: 5px;
}

h4{
	
	
	}
p {
	text-align:left;
	
	
	}

p.help {
	font-size: .9em;
	
	
	}
	
strong.quote {
	
	
	}

a {
	color: #131144;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	
	}
	
.main_nav{
	font-size: .9em;
	
	
	}
#sidebar_left ul li{
	font-size: .8em;
	
	
	}
	
#second_nav{
	font-size: .8em;
	
	
	}
	
#content h1,h2,h3,h4,h5,h6{
	margin-left: 15px;
	
	}