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

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .sidebar h1{ 
	margin-bottom: 25px;
	/*font-family: 'Francois One', sans-serif;*/
	/*color:#e6c83a;*/
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #3481b6;
}

.sidebar h1{ margin-bottom:12px;}

.content h1, .sidebar h1{
	font-size:24px;
	line-height:18px;
}

.content h2{
	font-size:20px;
}

.content a{
	color:#e6c83a;
}

.leftnavcontainer h2{
	margin:10px 0;
}

.content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	margin-bottom:15px;
}

