* {
padding: 0;
margin: 0;
}
body {
	font-size: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url(../images/fws/header-bkgd.gif);
	background-repeat: repeat-x;
}
h1 {
}
h2 {
	color:#AC0040;
	font-size: 1.5em;
	padding: 0 0 0.6em 0;
	letter-spacing:0.01em;
}
html, body {
	height: 100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	min-height: 100%;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
* html #container {
	height: 100%;
}

/* HEADER AREA */

#header {
	height: 230px;
	width: 928px;
	padding-top: 20px;
	background-image: url(../images/fws/header-pic-3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
}

/* MAIN CONTENT AREA */

#main {
	width: 928px;
	margin-top: 26px;
	margin-bottom: 26px;
}
#main p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#main ul {
	list-style-type: none;
	margin: 0 0 1em 0.2em;
	padding: 0 0 0 0.2em;
}
#main li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.4em;
	background-image: url(../images/fws/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 1.3em;
}
#main a {
	color: #00AEEF;
	text-decoration: none;
}
#main a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
#leftCol {
	float: left;
	width: 290px;
	margin-right: 28px;
}
#midCol {
	float: left;
	width: 290px;
	margin-right: 28px;
}
#rightCol {
	float: left;
	width: 290px;
}

.threeColBlog .leftCol 
{
    float: left;
    width:185px;    
}

.threeColBlog .midCol 
{
    float: left;
    /* width:580px; */   
    width:500px;
    padding:0px 14px 0px 14px;
    padding:0px 14px 0px 14px;
    border-left:solid 1px #C4C4C4;
    border-right:solid 1px #C4C4C4;
}

.threeColBlog .rightCol 
{
    float: left;
    /* width:105px; */   
    width:185px;    
    padding:10px;
}

.threeColBlog .leftCol a 
{
    display:block;
    padding:10px;
}

.threeColBlog .leftCol a.active
{
    font-weight:bold;
    background-color:#EEEEEE;
} 

.threeColBlog h1
{
	font-size:24px;
}

/* PAGE FOOTER */

#footer {
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	height: 80px;
	padding-top: 0px;
	margin-top: -80px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fws/footer-strip.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/* makes footer align with bottom of page */
#clearfooter {
	height: 80px;
}
#footerContent {
	width: 928px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	padding-top: 25px;
}
#footerContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* CLASSES */

.threeCol {
	background-image: url(../images/fws/divider-vert-3col.gif);
	background-repeat: repeat-y;
}
.standout {
	font-size: 1.2em;
}
.floatRight {
	float: right;
}

.threeColBlog .leftCol a.home_button {
	background: url(/images/fws/home_button.jpg) no-repeat left center;
	font-weight: bold;
	padding-left: 26px;
}
