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

#nav {
font-family: Verdana, Arial, sans-serif;
font-size: small;; 
padding:5px;
margin:0px;
background-color:#e8cd62;
color:#fff; 
border-bottom: 1px solid #6F8C8F; 
}

#nav a { 
color:#fff;
text-decoration:none;
margin:0 0 0 4px;
padding:0 0 0 8px ;
}
#nav a:hover {
text-decoration:underline;
}

#banner img {
border: none;
}

li.style18 {list-style-image:url(images/arrow.gif)}
li.style7 {list-style-image:url(images/arrow.gif)}

.style1 {
	font-family: Arial;
	font-size: 12px;
}
.style5 {font-family: Arial;
         font-size: 12px;
}
.style6 {font-family: Arial;
color:#000000;
font-size:16px;
}
.style7 {
	font-family: Arial;
	font-size: 14px;
}
.style8 {font-family: Arial}

.style18 {font-family: Arial;
          margin-left:100px;
}

.style10 {
	font-family: Arial;
	font-weight: bold;
	color: #E5AE4E;
	font-size: 20px;
}
.style20 {
	font-family: Arial;
	font-weight: bold;
	color: #E5AE4E;
	font-size: 20px;
}
.style22 {
	font-family: Arial;
	font-weight: bold;
	color: #E5AE4E;
	font-size: 24px;
}

body {
	background: #ffffff url(images/background.gif) repeat-x scroll top center;
}

p {margin-left:10px;

}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

