html, body
 {
	height: 100%; /* removes vertical scrollbar */
	margin:0;
    padding:0;
	background-color: #FEFDF9;
}
.subheader {  
  font-weight: bold; 
}
a:link {color: #0A2972 }
a:visited {color: #0A2972 }
a:hover {color: #6C7FAA }
a:active {color: #6C7FAA }


/* position: relative important for rollover styles */
#container {
	margin: 0 auto;
	width:768px;
	border: 1px solid #C5B291;
	padding-bottom: 20px;
	min-height: 90%; /* to make border extend full height of browser window, will be ignored by IE6 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/pic/columns.jpg); /* background image 768 x 10 that fakes all three column background colors, used to make all three columns appear to be the same height */
	background-repeat: repeat-y;
	background-color:#F5F2E9;
}

body > #container {  /* hack to hide from IE6, otherwise ie6 would not have scrollbars for unseen content */
	overflow: hidden; 
}

/* for IE6, to make border extend full height of browser window */
* html #container {
  height: 90%; 
}

#header {
	width: 768px;
	height: 163px;
	background-image:url(/pic/gradient.jpg);
	background-repeat:repeat-x;
}

.headerphoto {
	float:right;
	display: block;
}

/* NAVIGATION */

#navcontainer
{
background-color: #345B92;
width: 768px;
height: 1.85em;
margin: 0;
padding: 0 0 0 0px;
}

/* OLD NAVIGATION

#navcontainer ul
{
list-style: none;
margin: 0;
width: auto;
float: right;
padding: 0;
border: none;

}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;

}

#navcontainer a
{


font-size: .75em;
font-weight:bold;
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding-top: 9px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
}

#navcontainer a:hover, #navcontainer a:active { 
background: #607EA8;

}

#navcontainer a.active:link, #navcontainer a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

/* OLD NAVIGATION */

#recentnews {
float: left;
display: inline; /* for IE6, fixes double margin bug on first float left item */
width: 168px;
padding-top: 30px;
}

#recentnews h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #7A4E4E;
font-size: .70em;
margin: 10px;
border-bottom: 1px dotted #003366;
display: inline;
}

#recentnews p {
font-size: .65em;
color: #003366;
padding-left: 10px;
padding-right: 7px;
}

#recentnews img {
margin-left: 13px;
margin-top: 20px;
margin-bottom: -10px;
display: block;
}

#recentnews a img {
text-decoration: none;
border: none;
}

.newsdate {
font-weight: bold;
}

#subleft {
float: left;
width: 165px;
}

#subleft blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #642C2C;
font-size: .85em;
line-height: 1.5em;
width: 130px;
padding: 0;
margin: 15px auto 0 auto;
}

#subleft em {
font-size: .77em;
}

#columnRight {
width: 585px;
clear: right;
float: left;
padding-top: 20px;
}

#columnRight h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color: #7A4E4E;
font-size: 1em;
padding-left: 30px;
padding-right: 30px;
padding-top: 0;
}

.paragraph {
font-size: 0.75em;
color: #003366;	
padding-left: 30px;
padding-right: 30px;
line-height: 1.5em;
}

div.paragraph hr {
border-bottom: 1px dotted #003366;
height: 2px;
margin: 10px auto 30px 0;
text-align: left;
border-top: 0 none;
border-right: 0 none;
border-left: 0 none;
}	

div.paragraph ul.paragraph_list {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#footer {

font-size: 0.70em;
color: #AA8A5B;
padding-left: 30px;
padding-right: 30px;
line-height: 1.5em;
}

#footer span {
float: right;
}

/* Interior Page Styles */

body#interior #container {
background-image:url(/pic/gradient_int.gif);
background-repeat: repeat-y;
}

body#interior #columnLeft {
float: left;
width: 500px;
padding-top: 20px;
background-color: #FFFFFF;
}

body#interior #columnLeft h1 {
font-family:  Georgia, "Times New Roman", Times, serif;
color: #7A4E4E;
font-size: 1em;
padding-left: 30px;
padding-right: 30px;
padding-top: 0;
}

#intRight {

padding-top: 20px;
width: 268px;
float: left;
font-size: .65em;
color: #003366;

}

#intRight a img {
text-decoration: none;
border: none;
}

.image_center {
	margin: 0 auto;
	text-align: center;
}
#italic {
  font-style:italic;
}



/* donate_now.shtml styles  */

.spacerow {
padding: 10px;
}

.labelbox {
font-weight: bold;
text-align: right;
color: #666666;
padding-bottom: 10px;
}

form#navsearch {
padding-top: 3px;
}

form#navsearch .sbutton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	background-image: none;
	background-color: #345B92;
	border: 1px solid #FFFFFF;
}
#mmenu a{
	display:block;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font:bold 11px tahoma,arial;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	}
#mmenu a:hover{
	background-color:#7791B6;
	}
	
	