/*====================== HEADER STYLES ========================*/
#Header{
	font-family:Calibri,Georgia, "Times New Roman", Times, serif;
}
	#Header h1{
		font-size:1.8em;
	}
	#Header h2{
		font-size:1.2em;
		font-weight:normal;
		font-style:italic;
		position:relative;
		top:-10px;
		left:20px;
		color:#920707;
	}
	#Header .right ul li a{
		color:#fff;
		font-weight:normal;
		text-transform:uppercase;
		padding-left:10px;
		text-decoration:none;
	}
	#Header .right ul li a:hover{
		text-decoration:underline;
	}

	#Header .DropMenu li a{
		font-size:0.8em;
	}
	#Header #PageHeader h2{
		font-size:1.3em;
		font-weight:700;
		text-transform:uppercase;
		font-style:normal;
		padding:0px;
	}
#Breadcrumbs{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-style:italic;
}
/*====================== CONTENT STYLES ========================*/

#ContentWrapper{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}

	#ContentWrapper h1, h2, h3, h4, h5, h6{
		color:#920707;
		font-weight:700;
		text-transform:uppercase;
		font-family:Calibri,Georgia, "Times New Roman", Times, serif;
		padding:5px 0px;
	}
	
	#ContentWrapper h2 a {
		color:#666666;
		text-decoration:none;
	}
	
	#ContentWrapper h2 a:hover {
		color:#920707;
		text-decoration:underline;
	}

	#Sidebar h3{
		font-size:0.85em;
	}

/*====================== FOOTER STYLES ========================*/
#Footer #FooterContent{
	color:#920707;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-style:italic;
}