* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
	background: #E4DCCC url(images/bg.gif) repeat-x top;
	text-align: center;
}

h1 {
	position: absolute;
	top: 15px;
	left: 26px;
	color: #FFBE44;
	font: 30px Arial, Helvetica, sans-serif;
}

h2 {
	position: absolute;
	top: 50px;
	left: 26px;
	color: #FFBE44;
	font: bold 13px Arial, Helvetica, sans-serif;
}

h3 {
	padding: 7px 0;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C49320;
}

h4 {
	padding-bottom: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #77B15C;
}

p {
	padding: 5px 0;
}

a {
	color: #99A6B9;
	text-decoration: underline;
}

a:hover {
	color: #B9C3D7;
	text-decoration: none;
}

#top {
   margin: 0 auto;	
	width: 900px;
	height: 20px;	
	background: url(images/bg_top.gif) no-repeat top;
}

#main {
   position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: url(images/bg_middle.gif) repeat-y;
}

#head_1 {
   padding: 0 26px;	
	height: 100px;
}

#head_2 {
   width: 848px;	
	height: 100px;
	background: url(images/bg_bar.gif) repeat-x bottom;
	text-align: right;	
}

#menu {
	float: right;
	margin-top: 60px;
	height: 40px;
}

#menu ul {
	list-style-type: none;	
}

#menu ul li{    
    float: left;	 
}

#menu ul li ul {    
	 margin-left: 6px;	 
}

#menu ul li ul li.menuLeft {
	width: 13px;
	height: 40px;
	background: url(images/menu_left.gif);
}

#menu ul li ul li.menuRight {
	width: 13px;
	height: 40px;
	background: url(images/menu_right.gif);
}

#menu ul li ul li a {    
   display: block;
	float: left;
	padding: 0 5px 0 5px;
	font: 14px/40px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: White;
	background: url(images/menu.gif);
}

#menu ul li ul li a:hover {
	text-decoration: underline;
	color: #FEFF77;
}

#menu ul li.active ul li.menuLeft {
	width: 13px;
	height: 40px;
	background: url(images/menu_left_active.gif);
}

#menu ul li.active ul li.menuRight {
	width: 13px;
	height: 40px;
	background: url(images/menu_right_active.gif);
}

#menu ul li.active ul li a {    
	color: Black;
	background: url(images/menu_active.gif);
}

#menu ul li.active ul li a:hover {
	color: Black;	
	text-decoration: none;
}

#middle {
	padding-top: 15px;
	width: 900px;
	color: #572E1A;
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#left_1 {
	float: left;	
	width: 270px;			
}

#left_2 {
	padding: 0 15px 0 26px;	
}

#left_3 {
	padding: 10px;
	background: #FFFFFF;
}

#right_1 {
	float: left;
	width: 630px;	
}

#right_2 {
	padding: 0 26px 0 15px;	
	text-align: justify;
}

#bottom {
   clear: both;
	width: 900px;
	height: 20px;
	background: url(images/bg_bottom.gif) no-repeat top;
}

#copy {
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;	
	color: #ACA899;
	font: 10px Arial, Helvetica, sans-serif;
}

.item {
	margin-bottom: 15px;
	border-bottom: 1px dashed #A6CD9E;
}

.item p {
	padding-bottom: 15px;
	text-align: justify;
}

.itemLast {
	margin-bottom: 0;
	border-bottom-style: none;
	text-align: justify;
}