/* GLOBAL SETTINGS */

body {
	font-family:garamond;
	font-size:11px;
	background-color:#999966;
	text-align:center;
	margin-top:10px;
}
p {
	font-family:garamond;
	color:#333300;
	font-size:18px;
	font-weight:bold;
}
li {
	font-family:garamond;
	font-size:14px;
	color:black;
}
td {
	font-family:garamond;
	font-size:14px;
}
a:link {
	color:#990000;
	font-family:garamond;
	text-decoration:none;
	font-size:14px;
}
a:visited {
	color:#990000;
	font-family:garamond;
	text-decoration:none;
}
a:hover {
	color:#C47936;
	font-family:garamond;
	text-decoration:underline;
}


/* HEADER SETTINGS */


/* MENU AREA */

.menu {
	text-align:center;
	vertical-align:bottom;
}
.menu_bar {
	width:700px;
	height:30px;
	text-align:center;
	background-color:#AFAE82;
}
.menu_text {
	font-family:garamond;
	font-size:12px;
	color:white;
}
a.menu_link:link {
	font-family:garamond;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}
a.menu_link:visited {
	font-family:garamond;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
} 
a.menu_link:hover {
	font-family:garamond;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}
a.menu_sublink:link {
	font-family:garamond;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.menu_sublink:visited {
	font-family:garamond;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
} 
a.menu_sublink:hover {
	font-family:garamond;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
/* CONTENT AREA */

.content {
	background-color:#cbcaaa;
	font-family:garamond;
	width:710px;
	height:350px;
}
.content_bottom {
	width:710px;
	height:50px;
	background-color:#AFAE82;
	text-align:center;
}
.content_large {
	font-size:22px;
}

.content_address_text {
	text-align:center;
}
.tag {
	color:#990000;
}
.content_header {
	color:#990000;
	font-size:18px;
}
.content_header_large {
	color:#990000;
	font-size:22px;
}
a.es_link:link {
	color:#990000;
	font-family:garamond;
	text-decoration:underline;
	font-size:14px;
}
a.es_link:visited {
	font-family:garamond;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
} 
a.es_link:hover {
	font-family:garamond;
	font-size:14px;
	font-weight:bold;
	color:#C47936;
	text-decoration:underline;
}


/* FOOTER SETTINGS */

.footer_text {
	font-family:garamond;
	color:#ffffff;

} 

a.footer_link:link {
	font-family:garamond;
	text-decoration:none;
	color:#ffffff;
}
a.footer_link:visited {
	font-family:garamond;
	text-decoration:none;
	color:#ffffff;
} 
a.footer_link:hover {
	font-family:garamond;
	text-decoration:underline;
	color:#ffffff;
}

/* FORMS */

.form_box {
	font-family:arial;
	font-size:11px;
	border:1px solid #999966;
	background-color:#F4DECB;
}
.submit {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #7E3320;
	border-left:1px solid #7E3320;
	background-color:#999966;
	color:white;
}

