@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	line-height: 18px;
	margin: 5px;
	padding: 10px;
	text-align: left;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color:#D6DCD9;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0 auto;
	width:1000px;
}
/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	COLOR: #517A00;
	TEXT-DECORATION: none;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	COLOR: #941B1E;
}

/*white and tan classes for different colored text and link behavior*/
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
	line-height:20px;
}
.white a:hover {
	COLOR:#CCCCCC;
}
.green, .green a:link, .green a:visited {
	COLOR: #517A00;
}
.green a:hover {
	COLOR: #941B1E;
}

/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	COLOR: #941B1E;
	margin-top: 15px;
	margin-bottom:15px;
	font-size: 1.7em;
	font-weight: normal;
}
h2 {
	margin-top:14px;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin-top:0px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*if need to change space above or below all paragraphs*/
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:5px;
	padding-left:20px;
	color:#517A00;
}
li {
	line-height:1.3em;
}
/*this is the outer container, telling it margins from the edges of browser. */
.container {
	margin: 0 auto;
	text-align: left;
}
#overlay {
background:#D6DCD9;
z-index:9999;
position: absolute;
}
/*this is the main content box, giving it a border around the edge and the background image.*/
.content {
	height: 700px;
	background:#FFFFFF;
	margin: 0 auto;
	vertical-align: top;
	font-size:14px;
	border:2px solid #FFF;
}
/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padding {
	padding-left: 14px;
	padding-right: 14px;
}


.menu {
	width:980px;
	font-size:14px;
	text-align:right;
	padding: 5px 10px 5px 10px;
	margin: 0 auto;
}
.subhead {
	COLOR: #941B1E;
	font-size:1.3em;
}
.form {
	line-height:14px;
}
.dimmed a:hover{
	opacity:.4;
}
.facebook {
	background:#EDEFF4;
	padding:10px;
}