html, body {
	font: normal .9em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-sarif;
	/* font-size:12px; */
	background: #f9f9f0;
	color: #2D6191;
	margin: 0;
	padding: 0;
}

/*  for SmartMenus */

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}

/* end for SmartMenus */

.oneColFixCtr #container {
	 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 500px; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
}

div {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #545145;
}

a:visited {
	text-decoration: none;
	color: #545145;
}

a:hover {
 	text-decoration: underline;
	color: #2D6191;
}

a:active {
	text-decoration: none;
	color: #545145;
}

#learn {
	display:block;
	background-image: url(../images/home/learn_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 288px;
    height: 81px;
}
#learn:hover {
	background-image: url(../images/home/learn_button_hover.jpg);
}

#donate {
	display:block;
	background-image: url(../images/home/donate_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 288px;
    height: 81px;
}
#donate:hover {
	background-image: url(../images/home/donate_button_hover.jpg);
}
#volunteer {
	display: block;
	background-image: url(../images/home/volunteer_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 288px;
    height: 80px;
}
#volunteer:hover {
	background-image: url(../images/home/volunteer_button_hover.jpg);
}

#subscribe{
	display: block;
	background-image: url(../images/subscribe.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 179px;
    height: 126px;
}
#subscribe:hover {
	background-image: url(../images/subscribe_highlight.png);
}

#press{
	display: block;
	background-image: url(../images/press.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 177px;
    height: 126px;
}
#press:hover {
	background-image: url(../images/press_highlight.png);
}

#archive{
	display: block;
	background-image:  url(../images/archive.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 169px;
    height: 126px;
}
#archive:hover {
	background-image:  url(../images/archive_highlight.png);
}

#events{
	display: block;
	background-image:  url(../images/events.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 271px;
    height: 188px;
}
#events:hover {
	background-image:  url(../images/events_highlight.png);
}

.box_top {
	background-image:  url(../images/right_box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 750px;
    height: 21px;
}

.box_middle {
	background-image:  url(../images/right_box_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 750px;
    height: 300px;
	text-align:left;
	vertical-align:top; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_bottom {
	background-image:  url(../images/right_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 750px;
    height: 20px;
}

.center_box_top {
	background-image:  url(../images/center_box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 750px;
    height: 21px;
}

.center_box_middle {
	background-image:  url(../images/center_box_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 750px;
    height: 300px;
	text-align:left;
	vertical-align:top; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.center_box_bottom {
	background-image:  url(../images/center_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 750px;
    height: 20px;
}

.main_layout {
	margin: 20px 20px 5px 20px;
	width: 751px;
	font: normal .9em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-sarif; 
	border: #ccc 1px solid;
	background-color:#FFF;
}

#main_content{
	width: 70%; 
	float: left;
	
	margin-left: 20px;
}

#centered_main_content{
	/* If I try to use percentages here, the width is displayed differently 
	   between firefox and ie. Hence, the pixel values.*/
	width: 550px; 
	margin-left: 100px;
}

#main_content h3{
 display:block;
 border-bottom: 1px solid #8eb0d5;
}

#centered_main_content h3{
 display:block;
 border-bottom: 1px solid #8eb0d5;
}

.copyright {
	font-size:xx-small;
	text-align:right;
	margin-bottom:10px;
	margin-top: 10px;
}

#left_links{
	width: 150px; 
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	text-align:left;
	vertical-align:top; 
}

#left_links a{
	display: block;
	padding: 5px 0 0 10px;
	/*margin: 0 0 0 15px;*/
}

.selected{
	font-weight: bold;
}

.return_home{
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
}

.quoted{
	font-style:italic;
	margin: 30px 20px 30px 20px;
}

.menutitle {
 padding-bottom: 0;
 margin-bottom: 0; 
 width: 150px;
 background-image: url(../images/horizontal_line.jpg); 
 background-position: left bottom; 
 background-repeat: no-repeat;
 letter-spacing: .075em;
}

.classic_table_style{
border-top: 1px solid #2D6191;
border-bottom: 1px solid #2D6191;
font: normal .9em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-sarif;
color: #2D6191;
}

h1{
 font-size: 2em;
 color: #545145;
}

h2{

 background-image: url(../images/peach_swish.png); 
 background-position:left center; 
 background-repeat: no-repeat;
 display: block;
 font-size: 1.2em;
 height: 40px; 
 color: #545145; 
}

h3{
 font-size: 1em;
}

li {
	padding-bottom: 8px;
}
