
body 
{
    background: #FFFFFF;
    font-size:medium;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #000000;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}

#inner 
{
	margin: 0 auto;
	width: 775px;
    padding: 10px 20px 10px 20px;
}

#header
{
    position: relative;
    background: #FFFFFF;
    margin-bottom:5px;
    color: #fff;    
}

.header .imageleft
{
	float: left;
	width: 125px;
	height: 120px;
	margin-left: 10px;
}

.header .websitetitle
{
	float: left;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #336699;
	width: 500px;
	margin-top: 20px;
}

.header .imageright
{
	float: left;
	width:125px;
	height: 120px;
}

.header .tagline
{	
	float: left;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #336699;
	width: 500px;
}

.header .birdimages
{
	margin-top: 10px;
	margin-left: 10px;	
}

.menu
{
	float: left;
	position: relative;	
	width: 130px;
}

.maincontent
{
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-left: 20px;
	border-top-style:solid;
	border-top-color:#336699;
	border-top-width: medium;

}

.footer
{
	margin-top: 10px;
	border-top-style:solid;
	border-top-color:#336699;
	border-top-width: medium;
	text-align: center;
	clear: both;
	
}

.centertext
{
	text-align: center;
}

.flagtext
{
	
    text-align: right;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;

}

.rightaligned
{
	display: block; 
	margin: 0 0 0 auto;
	padding: 0 0 0 0;
}

.boldbluecolor
{
	font-weight: bold;
	color: #336699;
}


.email
{
	display: none;
}
    

img.centered
{
	display: block;
	margin-left: auto;
    	margin-right: auto
}




