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

body {
	background-color:#ffeec7;
	}
div#outer {
	width: 960px;
	background-color:#fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-position:bottom;
	background-repeat:no-repeat;
}
div#header {
position:relative;
background-image:url(images/Header.jpg);
background-position:top;
background-repeat:no-repeat;
left:0px;
top:0px;
width:960px;
height:186px;
;
}

div#nav {
width:960px;
height:37px;
background-color:#384454;
text-align:center;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

div#content {
width:910px;
min-height:350px;
position:relative;
top:0px;
left:25px;
}

/* Navigation menu */
#centeredmenu {
   float:left;
   width:100%;
   background:#982017;
   overflow:hidden;
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#FFFFFF;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   font-family:Arial, Helvetica, sans-serif; /*the font style -- colors change elsewhere */
   font-weight:bold;
   font-size:12px;
   text-transform:uppercase;

}
#centeredmenu ul li a { /*the default state */
   display:block;
   margin:0 0 0 1px;
   padding:3px 20px; /*the first number is top-bottom, the second number is left-right */
   background:#982017;
   color:#ffd56d;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover { /*the over state */
   background:#c26d32;
   color:#fff;
}

#footer {
background:#982017;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
height:25px;
}


.bodytext {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

.titles {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#990000;
}

.subtitles {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#b35228;
font-weight:bold;
}
