@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6f3a2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url('../images/bkgrd.gif');
	background-repeat: repeat-y;
	background-color: #cdc6c4;
}
*
{
margin: 0;
padding: 0;
}
#container {
	width: 760px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url('../images/textBox.gif');
	background-repeat: no repeat;
}
#header {
	padding: 0;
	height: 155px;
	background-image: url('../images/masthead.gif');
	background-repeat: no repeat;
}
#headline {
	padding: 0;
	height: 50px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin-bottom: 15px;
	float: left;
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
}
#footer {
	background-image: url('../images/footer.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #ab9184;
	text-decoration: bold;	
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	color: #f8a31b;
	padding-top: 12px;
	padding-bottom: 2px;
	text-decoration: bold;	
}
p {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigationlist {
	list-style-type: none;
	padding-top: 130px;
	font-family: Prestige Elite Std;
	font-size: 18px;
	text-decoration: bold;
	text-align: center;
}
#navigationlist li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#navigationlist .mid1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-top-color: #e5c75f;
	border-right-color: #e5c75f;
	border-bottom-color: #e5c75f;
	border-left-color: #e5c75f;          
}
#mid1 a:link {
	color: #f8a31b;
	text-decoration: none;
}
#mid1 a:hover {
	color: #66ccff;
	text-decoration: underline;
	font-size: 19px;
}
#mid1 a:visited {
	color: #990000;
	text-decoration: none;
}
#navigationlist .mid2 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-top-color: #e5c75f;
	border-right-color: #e5c75f;
	border-bottom-color: #e5c75f;
	border-left-color: #e5c75f;
}
#mid2 a:link {
	color: #f8a31b;
	text-decoration: none;
}
#mid2 a:hover {
	color: #66ccff;
	text-decoration: underline;
	font-size: 19px;
}
#mid2 a:visited {
	color: #990000;
	text-decoration: none;
}
#navigationlist .mid3 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-top-color: #e5c75f;
	border-right-color: #e5c75f;
	border-bottom-color: #e5c75f;
	border-left-color: #e5c75f;
}
#mid3 a:link {
	color: #f8a31b;
	text-decoration: none;
}
#mid3 a:hover {
	color: #66ccff;
	text-decoration: underline;
	font-size: 19px;
}
#mid3 a:visited {
	color: #990000;
	text-decoration: none;
}
#mid4 a:link {
	color: #f8a31b;
	text-decoration: none;
}
#mid4 a:hover {
	color: #66ccff;
	text-decoration: underline;
	font-size: 19px;
}
#mid4 a:visited {
	color: #990000;
	text-decoration: none;
}
.center {
	text-align: center;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f3a2f;
	text-align: center;
	padding-top: 10;
	background-color: #cdc6c4;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f3a2f;
	text-align: center;
	padding-top: 10;
	background-color: #cdc6c4;
}
#copyright  a:link {
	color: #8a6352;
	text-decoration: underline;
}
#copyright a:hover {
	color: #e5c75f;
	text-decoration: none;
	font-size: 12px;
}
.nav {
	font-size: 13px;
	color: #dd0022;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dd0022;
}
a:link {
	text-decoration: none;
	color: #66ccff
	text-decoration: underline;
}
a:hover {
	color: #000066;
	font-size: 15px;
	text-decoration: underline;
}