/* Header Styles */
#Header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#888;
	font-weight:500;
	font-size:35px;
}
#Header h1 span{
	color:#8e0000;
}
#Header p.tagline{
	color:#818181;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}
#Header .search{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
}

/* Navigation Styles */
#Nav ul li a{
	line-height:34px;
	color:#dbd5d5;
	padding:0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}
#Content-Container, .typography{
	font-family:
    "Bookman Old Style",	/* Windows, MacOS */
    "Serifa BT",		
    "URW Bookman L",		/* Unix+X+FontConfig */
    "itc bookman",		/* Unix+X */
    times,			/* Unix+X, MacOS */
    serif;


	color:#818181;
	font-size:14px;
	text-align:left;
	
}
#Breadcrumbs, #Content-Container a, .typography a:hover{
	color:#ccc;


}
#Breadcrumbs a:hover, #Content-Container a:hover, .typography a:hover{
	text-decoration:underline;
}
#Breadcrumbs{
	line-height:30px;
}
#Content-Container h1, #Content-Container h2, #Content-Container h3, #Content-Container h4, #Content-Container h5, #Content-Container h6{
	color:#bbb;
	font-weight:500;
	font-size:24px;
	line-height:30px;
	margin-bottom:1em;
	border-bottom: 1px #888 solid;
}
#Content-Container h2{
	font-size:23px;
	line-height:28px;
	border-bottom: 1px #888 solid;
}
#Content-Container h3{
	font-size:22px;
	line-height:28px;
	border-bottom: none;
}
#Content-Container h4{
	font-size:20px;
	line-height:26px;
	border-bottom: none;
}
#Content-Container h5{
	font-size:18px;
	line-height:24px;
}
#Content-Container h6{
	font-size:16px;
	line-height:22px;
}
#Content-Container ul, #Content-Container ol{
	margin-left:30px;
}
#Sidebar{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#818181;
	font-size:13px;
}
#Sidebar h3{
	border-bottom:1px solid #563d3d;
	font-family:Arial, Helvetica, sans-serif;
}
#Sidebar a{
	color:#0068e8;
	text-decoration:none;
}
#Sidebar a:hover{
	text-decoration:underline;
}



