﻿body
{
	font-family:Arial, Helvetica;
	background-color: #C2C2A4;
}

/*	yellow:	#FFCC00;
	red:	#CC0000;
	sage:	#F3F1E9*/
	
.ieoutercontainer
{
    text-align: center;
    /*border: thin solid Green;  */
    height: 100%;
}
    
    
.outercontainer
{
    width: auto;
    /*margin-top: auto;
    margin-bottom: auto;*/
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding: 0px;
    height: 100%;
    /*background-image: url("images/PFBSBackground_2_slice.jpg");
    background-repeat: repeat-y;*/
}   

.headertitle
{
    top: 15px;
    text-align: right;
    font-weight: bold;
    font-size:medium;
    background-image: url("images/header.jpg");
    background-repeat: repeat-y;
    border-style: solid;
    border-color: Black;
    border-width: thin;
    height: 50px;
    padding-right: 10px;
}    

.headerbar
{
    background-color: Black;
    height: 7px;
    position: relative;   
}    

.contentbackground
{
    background-image: url("images/PFBSBackground_2_slice.jpg");
    background-repeat: repeat-y;
    border-style: solid;
    border-color: Black;
    border-width: thin;        
}
    
.content
{
    background-color: White;
    float: right;
    position: relative;
    text-align: justify;
    width: 570px;
    min-height: 450px;
    height: 450px;
    height: auto;
    font-size: small;
    margin: 5px 8px 5px 8px;
}

.footerright
{
    background-image: url("images/header.jpg");
    background-repeat: repeat-y;
    border-style: solid;
    border-color: Black;
    border-width: thin;
    height: 30px;
    font-size: small;    
}  
 
img.floatright
{
    float: right;
    margin: 4px;
    position: absolute;
}

.wikipedialink
{
    width: 125px;
    top: 250px;
    height: 125px;
    position: fixed;
}

img.alignLeft
{ 
    float: left; 
    margin: 15px 15px 0 0;
}   
  
img.alignRight
{ 
    float: right; 
    margin: 0 0 15px 15px;
}   

.myText
{
    margin: 0 8px 0 8px;
}    

.navbar
{
    background-color: inherit;
    float: left;
    text-align: right;
    font-size: small;
    margin-top: 5;
}

ul#navigation
{
	width: 120px;
	text-align: right;
	float:none;
}

ul#navigation li
{
    list-style: none;
    background-color: inherit;
    text-align: right;
    vertical-align: top;
    margin: 0;
    border-top: solid 1px Black;
    height: 20px
}

ul#navigation li a
{
    display: block;
    text-decoration: none;
    padding: 2px;
    /*border-bottom: 1px solid #3399FF;*/
}

a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }
a:hover { background-color: #CCCC9A; }

ul#navigation li#youarehere a
{
	background-color: #7F5519;
} 

