/* CSS Document */
body {
	background: #EEEFDE;
	color: #333;
	font-family: Georgia, "Lucida Grande",Lucida,"Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}

p {margin-top: 5px;}
a {color: #80684F;}
#wrap {
	margin: 0 auto;
	width: 729px;
}

#headertop {background: #fff url(images/bgtop.gif) no-repeat;
height: 28px;}
#content {background: #fff url(images/bgmid.jpg) repeat-y; 
padding: 0 18px ;}


#toptabs {width: 692px; 
margin: 20px 0;
background-color: #F1E2AE;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #999;
	}


#toptabs a {
  color: #333;
  font-family: Georgia,"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  padding: 0px 12px 0px 12px;
  
  text-decoration: none;
	line-height: 25px;
	font-size: 14px;
}

#toptabs a:hover {text-decoration:underline;}
#foot {background: #fff url(images/bgfoot.jpg) no-repeat;
clear:both;
height: 28px;}

#left {float:left; 
margin: 0 15px;width: 450px;}
#right {float:left; width: 200px;
 text-align:center;}

h1 {font-weight:normal;
font-size: 40px;
margin:0;
}

h1 a {text-decoration:none;
color: #443A31;
}


h2 {color: #A85016;
margin-bottom: 10px;margin-top:30px;font-weight:normal;font-family: arial;}
h2.first {margin-top:0;}