/* Use for all paragraph content to ensure it stays within the main content border */
p {
	margin-top:0px;
	margin-left:120px;
	margin-right:120px;
	font-family: Californian, Georgia, sans-serif; 
	font-size:11pt;
	font-weight:normal;
	color:#2f2f2f;
}

/* Burgundy headers at top of each page */
h1 {
	font-size:16pt;
	color: #a3422b;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-left:120px;
	margin-right:100px;
	margin-bottom:10px;
	font-weight:normal;
}

/* Smaller Burgundy headers */
h2 {
	font-size:12pt;
	color: #343560;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-left:120px;
	margin-right:100px;
	margin-bottom:10px;
	font-weight:normal;
}

/* Same as h2, but purplish/blue */
h3 {
	font-size:14pt;
	color: #343560;
	font-family: Californian FB, Georgia,sans-serif;
	margin-top:0px;
	margin-left:120px;
	margin-right:100px;
	margin-bottom:10px;
	font-weight:bold;
}



/* Use for quotes at the bottom of pages that you want to align with the edge of the content border */
h5 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:100px;
	margin-right:50px;
}

/* Use for all paragraph content to ensure it stays within the main content border */
h6 {
	margin-top:0px;
	margin-left:120px;
	margin-right:120px;
	font-family:Californian FB, Georgia, serif; 
	font-size:11pt;
	font-weight:normal;
}

#navigation {
position:relative;
top:117px;
left:25px;
width: 800px;
height:24px;
background-color:transparent;
padding-top:20px;
z-index:300;
}

#navigation ul {
list-style: none;
margin-left: 18px;
padding: 0;
text-align:center;
z-index:300;
}

#navigation li {
	float:left;
	z-index:300;
}

#navigation li a:link, #navigation li a:visited {
font-family:arial, sans-serif;
font-size: 10pt;
padding: 3px 10px 0px 10px;
color: #dfaa1d;
text-decoration: none;
display:block;
z-index:300;
}

#navigation li a:active, #navigation li a:hover {
font-family:arial, sans-serif;
font-size: 10pt;
padding: 3px 10px 0px 10px;
color: #ebe991;
text-decoration: none;
display:block;
z-index:300;
}

/* Styles of drop-down menus */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm div
{	position: absolute;
	display: block;
	visibility: hidden;
	margin-left:10px;
	padding-bottom: 5px;
	background: #733620;
	z-index:300;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #733620;
		color: #595ba7;
		font: 10pt arial
		z-index:300;}

	#sddm div a:hover
	{	background: #733620;
		color: #ebe991;
		z-index:300;}

a:link	
{
	color: #b65703;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
}

a:visited	
{
	color: #c76b09;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
}

a:active	
{
	color: #c76b09;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
}

a:hover
{
   color:#c76b09;
   text-decoration:underline;
   font-size: 11pt;
   font-weight: normal;
}

img.floatLeft { 
    float: left; 
    margin-right: 30px; 
	margin-bottom:20px;
	margin-top:20px;
}
img.floatRight { 
    float: right;
    margin-left: 30px; 
	margin-bottom:20px;
	margin-top:20px;
}

img.alignLeft { 
	float:left;
    margin-right: 30px; 
	margin-bottom:20px;
	margin-top:20px;
}
img.alignRight { 
	float:right;
    margin-left: 30px; 
	margin-bottom:20px;
	margin-top:20px;
	margin-right:0px;
}

p.interiorText {
	margin-left:100px;
	margin-right:100px;
}

.content {
	font-family:Californian FB, Georgia, serif; 
	font-size:11pt;
	font-weight:normal;
}

.titleHeader {
	font-family:Californian FB, Georgia, serif; 
	font-size:11pt;
	font-weight:bold;
}

span.quote {
	color:#343560;
}

li {
	line-height:24px;
}

.shadow {
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}







