﻿@import url(layout.css);
body {
	color: #000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #99a8b7;
}
#container {
	width: 740px;
	margin: 0 auto;
	background: #fff;
}
#masthead {
	/*	margin-right: 10px;
	margin-left: 10px;*/
	width: 740px;
	padding: 0;
	height: 110px;
	background-color: #ffffcc;
	border-top:10px #003366 solid;
	border-bottom:2px #003366 solid;
/*	background-color: #003366;
	border-width: 0px; */
/*	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;*/
}

#masthead_tagline {
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	color: #003366;
	width: 260px;
	float:left;
	margin: 20px 0 0 0;
}
#flash_bnr {
	width:100%;
	height:130px;
}
#page_content {

	font-size:.8em;
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
	position:relative;
		z-index:0;
}

#navigation {
	border-bottom: 2px #003366 solid;
	height: 42px;
/*	width: 650px;
	margin-right: 10px;
	margin-left: 10px;*/
	background-color: #FFFFCC;
}

#main {
	width: 720px;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
/*	float: left;*/
	position: relative;

}

#column_l {
	width: 500px;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
/*		float: left;*/
	display:inline;
	position: relative;
}

#column_r {
	width: 210px;
	margin: 8px 0 0 0;
	display:inline;
/*	float: left;*/
	position: relative;
}

#footer {
	border-top: 4px #003366 solid;
	text-align: center;
	background-color: #FFFFCC;
/*	margin-right: 10px;
	margin-left: 10px;*/
	overflow: hidden;
	padding: 2px;
}
#footer2 {
	text-align: center;
	background-color: #99a8b7;
/*	margin-right: 10px;
	margin-left: 10px;
	width: 740px;*/
	overflow: hidden;
	padding: 2px;
}

/* Styles for Masthead */
#logo {
	float: left;
	border-width: 0px;
	margin: 6px 0 0 10px;
}
#sign {
	float: right;
	border-width: 0px;
	margin: 6px 20px 0 0;
}

#masthead a img {
	border-width: 0;
	text-decoration: none;
}

/* Styles for Navigation */


/* Styles for Content */
h1 {
	color: #003366;
	font-size: 1.75em;
	margin: 10px 0 4px 0;
}
h2 {
	color: #003366;
	font-size: 1.4em;
	margin: 10px 0 4px 0;
}
h3 {
	color: #003366;
	font-size: 1.2em;
	margin: 6px 0 0px 0;
}
h4 {
	color: #003366;
	font-size: .9em;
	margin: 0 0 0 0;
}
h5 {
	color: #003366;	font-size: 1em;
}
h5.red{
	color: #FF0000;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_l ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0;

}

#column_l li {
	background-image: url('../images/bullet.gif'); 
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.2em;
	margin:12px 0 0 0;
	
}
p {
	margin: 0 0 10px 0;
}
p.center {
	text-align: center;
}

.donate {
	border-width: 0px;
	text-align:center;
}
.projhdr {
	color: #003366;
	font-size: 1.2em;
	font-weight:bold;
	margin: 6px 0 0px 0;
}

.letter {
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border: 1px #003366 solid;
/*	z-index:10;*/
}


.letterpic {
	margin: 0 0 0 6px;
	float: right;
}

.lettersig {
	height: 34px;
	width: 155px;
	margin: 0 0 0 0;
	background-position: left;
	background-image: url('../images/george_brown_sig.jpg');
	background-repeat: no-repeat;
}
.committee {
	width:720px;
	border-top:1px #003366 solid;
	position:relative;
	float:left;
}

/* Styles Column Right */ 
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
.col_r_pic {
	margin: 0;
	padding: 0 0 0 0;
	text-align:center;
}

#news {
	text-align:left;
}

/* End Styles for Column Right */


.img_l {
	margin: 6px 10px 10px 0;
	padding: 0 0 0 0;
	float:left;
	border-width: 0px;

	
}

.img_r {
	margin: 6px 0 10px 10px;
	float: right;
	border-width: 0px;
}

.img_c {
	margin-left:auto;
	margin-right:auto;
/*	margin: 6px 10px 6px 10px;*/
	padding: 0;
	text-align:center;
	border-width: 0px;
}


hr.divide {
	border: none 0; 
	border-top: 1px solid #003366;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 2px;
	margin: 0px 0 0px 0;
	text-align: center;
	}	

.piccap{
	color: #003366;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	margin: 2px 0 0 0;
}

/* Styles for Contact Forms */
#nospam {
/*	float: left;*/
	padding-right:10px;
	margin: 10px 10px 0 0;
	text-align: left;
display:inline;
}

label
{
width: 300px;
float: left;
display: block;
}

.submit input
{
margin-left: 134px;
} 
/*input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}*/

#contact p {
	margin: 6px 0 0 10px;
}

fieldset
{
	position: relative;
	background: #FFFFCC;
	border: 2px #003366 dashed;
	width: 460px;
}

legend
{
	position: absolute;
	top: -1em;
	left: 1.5em;
	color: #003366;
	background: #FFFFCC;
	border: 1px #003366 solid;
	padding: 2px 6px;
	font-weight: bold;
} 

.required{
	color: #FF0000;
	font-size: .9em;
	font-style: italic;
}

/* Styles for Footer */
#footer p {
	color: #003366;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer2 p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer2 a {
	color: #fff;
	text-decoration: underline;
}
#footer2 a:hover {
	color: #000;
	text-decoration: none;
}

/* Google error pages */

#goog-wm {
padding: 1em;
	background: #FFFFCC;
	border: 2px #003366 dashed;
	width: 460px;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
 /* display: none;*/
}

/* Styles for Links */
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_emphasize {
	color: #003366;
	font-weight:bold;
}
.style_emphasize_italic {
	color: #003366;
	font-weight:bold;
	font-style: italic;
}

/* Styles for Project Table */
#projlist-table
{
	margin: 4px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#projlist-table th
{
	font-weight: bold;
	padding: 8px;
	background: #003366;
	border-top: 2px solid #003366;
	border-bottom: 1px solid #003366;
	color: #FFFFCC;
}
#projlist-table td
{
	padding: 8px;
	background: #FFFFCC; 
	border-bottom: 1px solid #003366;
	color: #003366;
	border-top: 1px solid transparent;
}
#projlist-table tr:hover td
{
	background: #e8edff;
	color: #003366;
}


