body {
	text-align: center;
	font-family: "arial",helvetica,sans-serif;
	font-size: 13px;
	background-color:white;
  	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 9px;
	padding: 0px;
}


p{
	font-size: 12px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:8px;
}

p + p{
	margin-top:0px;
	margin-bottom:10px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 0px solid #C6EC8C;
	color:#732A11;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0px solid #C6EC8C;
	color:#732A11;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0px solid #C6EC8C;
	color:#732A11;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:0px;
}

a{
	text-decoration:none;
	color:#732A11;
}

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

img.floatLeft { 
	float: left; 
}

img{
	margin:2px;
}
p.footer{
	font-size:10px;
	color:#846D7A;
	margin:7px;
}

p.title{
	font-size:18px;
	color:#999999;
	vertical-align:middle;
}

/* IDs */



#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color:white;
  	background-image: url(images/shadow.gif);
	background-repeat:repeat-y;
}

#header{
	height:95px;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	padding:0;
}

#navcontainer{
	clear:left;
	position:relative;
	width:896px;
	height:29px;
	background-image: url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-color:#F5D3A9;
	border-top: 2px solid #732A11;
	border-bottom: 2px solid #732A11;
	border-left: 2px solid #50587F;
	border-right: 2px solid #50587F;
}

#navigation{
	margin-top:7px;
	text-align:left;
}

#navigation ul, #navigation ul li
{
	top:0px;
	text-decoration:none;
	font-weight:bold;
	display: inline;
	margin-top: 10px;
	margin-left:0px;
	padding: 0px 10px 0px 10px;
}

#navigation a:link, #navigation a:visited
{
	color: #732A11;
	text-decoration: none;
}

#navigation a:hover
{
	color: #984521;
	text-decoration: none;
}

#mainleft{
	float:left;
	text-align:left;
}
.small{
	width:300px;
}

.large{
	width:600px;
}

.map{
	width:580px;
	padding-right:20px;
	padding-top:10px;
}

#mainleft p, #mainleft h1, #mainleft h2{
	padding-left:30px;
	padding-right:10px;
}

#mainleft ul{
	list-style-type:circle;
	margin-left:10px;
	padding-left:35px;
}

#mainleft ul li{
	margin-bottom:5px;
	margin-left:none;
	padding-left:0px;
}

#maincenter{
	float:left;
	width:300px;
	text-align:left;
}

#maincenter p, #maincenter h1, #maincenter h2{
	padding-left:10px;
	padding-right:10px;
}

#mainright{
	float:left;
	text-align:left;
	font-size:13px;
}

#mainright ul, #mainright ul li {
	list-style: none;
	font-weight:normal;
	text-decoration:none;
	margin:5px 0px 0px 0px;
	padding-left:35px;
}

#mainright ul li a{
	list-style: none;
	font-weight:bold;
	text-decoration:none;
	color:#70371D;
}

#mainright ul li a:hover{
	text-decoration:underline;
	color:#AE6C48;
}


/* Set starting position of right menu */
#space{
	width:300px;
	height:60px;
}

#imageright{
	margin: 10px 0px 0px 0px;
}

#title{
	clear:left;
	padding-left:30px;
	text-align:left;
	padding-top:20px;
}
	
#textcontainer{
	width:100%;
	padding:0;
}

#textmain{
	margin: 0px 0px 20px 0px;
	float:right;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}

#setheight{
	float:left;
	height:400px;
	width:1px;
	margin:0;
	padding:0;
}

#footer{
	width:900px;
	height:28px;
	border-top: 2px solid #50587F;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	clear:both;
}

