/* CSS Document */

body { 
	margin:0 auto;
	padding: 0;
	height: 100%;
	text-align:center;
/*	background-image:url(images/bar-green.gif); */
	background-repeat: repeat-x;
	font-family: verdana,arial;
	font-size: 100%;
	}

/* -------------------- Text Styles -------------------- */

/* 	Brown color is #6c4400
	Green color is #8b9849 */

p {
	font-size: 0.75em;
	color: #000;
	margin: 0;
	}
	
.first {
	padding-top: 15px;
	}	

a {
	color: #6c4400;
	text-decoration:none;
	}

a:hover { text-decoration: underline; }

.formText {
	font-size: 0.75em;
	color: #000;
        font-weight: bold;
	}

blockquote.normal {
	margin-bottom: 50px;
	font-size: 0.75em;
	}

.signature {
	float: right;
	padding-right: 50px;
	clear: both;
	}

h3 {
	color: #6c4400;
	margin-bottom: 0;
	padding-bottom: -40px;
}
/* -------------------- List & Tag Styles -------------------- */

dl {
	margin-top: -15;
	padding-top: 0;
	}

dt {
	margin-left: 15px;
	margin-right: 15px;
        padding-left: 15px;
        padding-bottom: 5px;
	font-size: 0.75em;
	}
	
dd {
	font-size: 0.75em;
	color: #000;
	padding-top: 10px;
	padding-bottom: 15px;
	}
ul.normal li {
	font-size: 0.75em;
	color: #000;
	margin: 0;
	padding-right: 20px;
	}

/* -------------------- Div Styles -------------------- */

#logo {
	float: left;
	text-align: left;
	margin-top: 35;
	margin-bottom: 15;
	padding-left: 15px;
	}

#brown_bar {
	margin: 0;
	padding: 0;
	Width: 859px;
	height: 20px;
	background-image:url(images/bar-brown.gif);
	text-align: right;
	clear: both;
	}

#brown_bar img {
	margin-top: 2px;
	margin-right: 10px;
	border: 0px;
	}

#mustard {
	width: 859px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	}
	
#menu {
	position: absolute;
	margin-top: 0;
	margin-left: 30px;
	width: 200px;
	background-color: #8b9849;
	padding-top: 35px;
	padding-bottom: 40px;
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 9999;
	}

#menu a { 
	text-decoration: none; 
	color: #fff;
	line-height:230%;
	}

#menu a:hover { text-decoration: underline; }

#abmp {
	float: left;
	position: relative;
	margin-top: 430px;
	margin-left: 25px;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	}

#content {
	float: right;
	position: relative;
	margin-right: 30px;
	margin-top: 170px;
	width: 550px; 
	background-image:url(images/callout.png);
	background-repeat: repeat-x;
	text-align: left;
	z-index: 9999;
	}

#content .header {
	margin-top: 8px;
	margin-left: 20px;
	}

#content p {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px; 
	line-height:150%;	
	}

#powered {
	clear: both;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	float: bottom;
	height: 100px;
	width: 859px;
	padding-top: 50px;
	text-align: center;
	background-image:url(images/footer.gif);
	background-repeat: repeat-x;
	}

#footer p {
	font-size: 0.685em;
	color: #fff; /* grey - 424e59 */
	}


/* -------------------- END OF CSS -------------------- */