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

/* ============================================ */
/* 		GLOBAL STYLES							*/
/* ============================================ */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background-color: #f2d4b1;
}


.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #F9EBDB;
}

h1 {
	font-size: 21px; 
	margin-bottom: 10px;
	color: #a71d00;
	clear: both;
	line-height: 90%;
}

h2 {
	font-size: 17px;
	margin-bottom: 3px;
	color: #a71d00;
	clear: both;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #593924;
	clear: both;
} 

p { margin: 0px 0px .75em 0px; 
	line-height: 150%;
}
td{ margin: 0px 0px .75em 0px; 
	line-height: 150%;
}
a { text-decoration: underline;
	color: #4c4c4c;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;
	color: #d55a1a;
}

ol, ul {
	list-style: none;
	-webkit-padding-start: 0px;
}
ul {
	-webkit-padding-start: 0px;	
}

.banner { background-repeat: no-repeat; }
nav a {
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
}
nav a:hover { color: #f2d4b1; }
.subnav a {
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
}
.subnav a:hover { 
	color: #a6430a;
	text-decoration: none;
 }
footer { font-size: .85em; color: #fff; background-color: #a6430a; padding: 10px 10px 10px 0px; padding-left: 20px;}

.directline {color: #a6430a; font-weight:bold;}

.announce {
	color: #a71d00;
	/*display: inline-block;*/
	font-weight: bold;
	font-size: 1.3em;
}
.clear {
	clear: both;
}

