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

body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	background-image:url(images/plush.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:165%;
}


#overall {
	width:864px;
	border-style:solid;
	border-width:3px;
	border-color:#7D283F;
	margin-left: 40px;
	font-size:11px;
	background-color:#FFFFFF;
}

#maincontent {
	width:824px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	}

.shim {
	height:20px;
	}
	
h1 {
	color:#738a2c
	
}


h2 {
	color:#666666;
	line-height:160%;
}


h3 {
	color:#666666;
}

.footer {
	font-size:10px;
	color:#EFA01F;
	font-weight:bold;
	clear:both;
}


a {
	color:#EFA01F;
}

.attention {
	color:#7D283F;
	font-weight:bold;
	font-stretch:semi-condensed;
}


.attention2 {
	color:#EFA01F;
	font-weight:bold;
	font-stretch:semi-condensed;
	font-size:14px;
}