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

a:link {
	color: #89AE06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #89AE06;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	width: 60%;
	border-bottom: double;
	border-bottom-color: #DDDDDD;
	margin-top: 0px;
	padding-bottom: 3px;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	}

img {border: none;}

.invis {
	color: #FFFFFF;
	}

body {
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #412100;
	margin: 0;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 874px;
	margin: 0px auto;
	}
	
#masthead {
	width: 874px;
	height: 69px;
	float: left;
	}

#topnav {
	background-image:url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 874px;
	height: 33px;
	margin: 0px 0px 11px 0px; _margin: 0px 1px 3px 1px;
	float: left;
	}

#content_wrapper {
	background-color: #FFFFFF;
	width: 874px;
	float: left;
	}

#top_callout {
	width: 852px;
	height: 75px;
	margin: 0px 11px 11px 11px; _margin: 0px 4px 11px 6px;
	float: left;
	}

#content {
	width: 852px;
	margin: 0px 11px 11px 11px; _margin: 0px 4px 11px 6px;
	float: left;
	line-height: 22px;
	}
	
#content a:hover {
	text-decoration: underline;
	color: #000000;
}

#main_callout {
	width: 621px;
	margin-bottom: 11px;
	float: left;
	}
	
#bottom_callout {
	width: 621px;
	clear: left;
	}

#right_callout1 {
	width: 220px;
	height: 220px;
	margin-bottom: 11px;
	float: right;
	}
	
#right_callout2 {
	width: 220px;
	height: 220px;
	float: right;
	clear: right;
	}

#footer {
	clear: both;
	color: #89AE06;
	width: 874px;
	margin: 0px auto 11px;
	padding-top: 11px;
	}
	
#navlinks li {
	display: inline;
	list-style: none;
	border-right: 1px solid #3b4177;
	padding-left: 0.5em;
	padding-right: 0.8em;
	color: #FFFFCC;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#navlinks li a:link {
	color: #FFFF99;
	text-decoration: none;
}

#navlinks li a:visited {
	color: #FFFF99;
	text-decoration: none;
}

#navlinks li a:active {
	color: #FFFF99;
	text-decoration: none;
}

#navlinks li a:hover {
	color: #FFFF33;
}
	
#topnav ol {
	margin-top: 7px;
	}
	
#navlinks li.last {
	border: none;
	}
	
#navlinks li.first {
	margin-left: -36px;
	}
body .twtr-tweets {
	height: 110px !important;
}
