@charset "UTF-8";
/* CSS Document */

h1 {
	font-family : Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	line-height: 110%;
	}

.middle h1 {
	font-family : Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 110%;
	}	

h2 {
	font-family : Georgia, Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	}
	
h3 {
	font-family : Georgia, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 8px 0;}	
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 10px 0 15px 0;
	line-height: 115%;
	}	
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 115%;
	}	
body {
	background-color: #066;
	} 
	
a	{
	color: #003399;
	font-weight : bold;
	}

img {border: none;}
	
a img {
	border: 0 none;
	}		
	
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/FORL_side.jpg) #FFF ;
	}
	
#headerholder {
background-image:url(images/FORL_top.jpg);
background-repeat:no-repeat;
padding-bottom: 10px;
}

#navholder {
	margin-left: 5px;
	width: 210px;
	float: left;
	}
	
#footer {
padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: center;
	}	
		
.clearboth {
	clear: both;
	}
	
.cutline {
	font-size: .9em;
	font-style: italic;
	margin-top: 5px;
	padding-top: 0;
	}	
	
img.center {
    display: block;
    margin: 0 auto 10px auto;
		}
		
		
.imageright {
	float: right;
	margin: 0 0 10px 10px;
	}	

.imageleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.logo {
	float: left;
	}
	
.mission {
	float: right;
	}
	
.floatleft {
	float: left;
	margin-right: 15px;
	}

.floatright {
	float: right;
	margin-left: 15px;
	}

.onepointfiveem {font-size: 1.5em;}
.twoem {
	font-size: 2em;
	}
	
.threeem {
	font-size: 3em;
	}

.noindent {
	text-indent: 0;
	}
.botmar10 {
	margin-bottom: 10px;
	}	
.centertext {text-align: center;}
.byline {font-weight: bold;}
.smalltext {font-size: .7em;}