﻿html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a /* Clear browser style settings */
{
	margin: 0;
	padding: 0;
	border: 0;
}

html
{
	font-size: 100%; /* IE hack */
}

body
{
	font-family: Arial, Verdana, Helvetica;
}

img
{
	border: none;
}

body 
{
	background: #33332D;
	width: 770px;
	margin-left: auto;
    margin-right: auto;
}


#Header
{
	background: #33332D;
	height:120px;
}

#Header #Image
{
	padding: 0px;
	behavior: url(iepngfix.htc);
	width: 700px;
	height:90px;
	margin: 15px 0 0 0;
}

#Header .title
{
	
	color:#FFFFFF;
	font-size:2.8em;
	font-family:sans-serif;
	line-height:1.1em;
	margin: 20px 35px;
}

/******************** Footer ***************/
#FooterWrap
{
	text-align: center;
}
#Footer
{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
	font-size: 0.7em;
	height: 50px;
	margin: 15px auto 5px auto;
	padding: 0;
}

#Footer #Text
{
	border-top: solid 1px #4FA6D3;
	line-height: 1.4em;
	width: 100%;
}

a.FooterMenuLink
{
	color: #005D8C;
	text-decoration: none;
}
a.FooterMenuLink:hover
{
	color: #E10915;
	text-decoration: none;
}

#Seals
{
	float: right;
	padding-top: -75px;
	color: #005D8C;
}


#Content
{
	background:#FFFFFF;
	padding: 5px;
}

#Blog
{
	height:auto;
	margin: 15px 0 0 0;
	padding-left:20px;
	font-family: Courier New, Sans-Serif;
}

.blog_headers
{
	font-size: 16px; 
	color: #36393D; 
	font-weight: bold;
}

.blog_date
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 0.7em;
	color: #333;	
	letter-spacing: 1px;
}

.blog_title
{
	margin: 5px 0px 0px 0px;
	font-weight: bold; 
	color: #623C29; 
	font-family: Trebuchet MS, Sans-Serif;
	font-size:1.4em;
}

.blog_message
{
	color:#000;
	margin: 0px 0px 0px 30px;
	padding: 0px 20px 0px 0px;
	font-size: 0.9em;
	font-family: Courier New;
	letter-spacing: 1px;
}

.blog_image
{
	margin: 0px 0px 5px 30px;
	padding: 0px 20px 0px 0px;
}

.blog_footer
{
	margin: 0px 20px 0px 30px;
	font-size: 0.77em;
	color: #333;
	line-height: 1.4em;
	letter-spacing: 1px;
	border-top: #918867 1px solid;
}

#contentcontainertwocolumn 
{	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	position:relative;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#DonateBanner 
{
    text-align: center;
}

