body{
	margin:0px;
	padding: 0px;
    align: center;
    font-family: sans-serif;
}
p{
	margin-bottom:10px;
}

#header {
    height: 81px;
    background-color: #74b64c;
    background-image: url('/images/header_bg.jpg');
	background-repeat: repeat-x;
    white-space: nowrap;
}
#header_logo {
	float: left;
	position:absolute;
	margin-top:2px;
	margin-left:15px; 
	margin-right:5px;
	z-index:5;

}
#mission_image
{
	position:absolute;
	left:140px;
}
/*handle the navigation links*/
#navigation a
{
	background-color: #74b64c;
	padding:2px 2px;
    text-decoration: none;
    color: white;
}
#navigation a:hover
{
    background-color:#f8941c;
    padding:2px 2px;
	color:black;
    text-decoration: none;
}
#navigation a .navigation_radio
{
    background-color: white;
    padding:2px 2px;
	color:black;
    text-decoration: none;
}
#navigation{
    
    background-color: #74b64c;
    top:49px;
	width:100%;
	/* height: 30px; */
	position:absolute;
    font-size:14px;    
    color:white;
    margin-top:12px;
    padding-top:2px;
    padding-bottom: 2px;
    background-color: #74b64c;
    z-index:0;
}	
/* add a margin the the nav_home to space better */
#nav_home
{
	margin-left:20px;
}
#language_swap
{
	position:absolute;
	top:90px;
	left:15px;
}

#page_title{
    position:absolute;
    top:0px;
    bottom:0px;
    font-size : 0px;
	color: white;
    text-align: center;
    font-family: sans-serif;
	/* padding-top:25px; */
    border-bottom: solid 1px #555555;
    padding-bottom: 2px;
    background-color: #74b64c;
}
#page_title .faux_link{
	float:left;
}
#content{
    font-size : 14px;
    overflow:auto;
    /*
    position:absolute;
    bottom: 0px;
    */
    top: 145px;
    left:0px;
    right:0px;
    padding-top:15px;
    padding-left:17%;
    padding-right:17%;
    background-color: #FFFFFF;
}
	
#footer {
    position:relative;
	color: black;
	font-size : 14px;
    font-family: sans-serif;
	text-align: center;
    margin-top: 20px;
    /* do not position the footer
    position: absolute;
    bottom:0px;
    width:100%; */
}

/* handle the foot links */
#footer a
{
    color: #9c0000;
}
#footer a:hover
{
	color:black;
}

.sub_title
{
    font-family: sans-serif;
    font-weight: bold;
	padding-bottom:3px;
}
.sub_text{
	clear:both;
	width:80%;
	padding-left:10%;
	font-family: serif;
	font-size:12px;
	margin-bottom:10px;
}

.rightfloat{
	float: right;
}
.leftfloat{
	float: left;
}
/*lists and forms should have 0 margins*/
ul{
    margin-top:0px;
}
ol{
    margin-top:0px;
}
form{
    margin:0px;
}

.hidden{
    display:None;
}

.small_text{
    font-size:14px;
}
/* the styles for the parts of footnotes */
.footnotes
{
 padding:10px;   
}
.footnote
{
 padding-left:10px;   
}
.footnote_link
{
    font-size: small;
}
.centered
{
    text-align:center;
}

/*align the mission image */
#mission_image{
margin-top:10px;
}

#language_swap{
float:left;
}
.clear
{
	clear:both;
}
