﻿#content
{
  width: 880px ;
  margin-left: auto ;
  margin-right:auto;
}

.footer
{
	background-image:url('Images/footer-background.png');
	background-repeat:repeat-x;	
	min-height:95px;
	margin-top: 30px;
	padding-top: 5px;	
	width:890px;
	margin-left: auto;
    margin-right:auto;
    font-family: Verdana;
    font-size:x-small;    
}

.footerbox, .footerboxright
{	
	line-height: 13px;
	float:left;
	text-align:left;
	font-size: x-small;
	color: GrayText;
	margin-left:15px;	
}

.footerboxright
{
	text-align:right;
	margin-left:0px;
	margin-right:5px;
	float:right;
	font-size:xx-small;
	width:150px;
	color:#466c1e;
}

.footerboxright a
{
    color:#466c1e;
    text-decoration: underline; 
}

.footerboxright a:hover
{
    color:#466c1e;
    text-decoration: underline;
    font-weight:bold;
}

.footerbox a
{
    color:#466c1e;
    text-decoration: underline; 
}

.footerbox a:hover
{
    color:#466c1e;
    text-decoration: underline;
    font-weight:bold;
}

.intro, .introtitle, .introtext, .introtextsmall, .textversion
{
    text-align:center;
    font-family:Verdana;
    font-size:small;
    width:850px;
    margin-left:auto;
    margin-right:auto;    
}

.textversion
{
    text-align:left;
}

.introtitle
{
    font-size:large;
    text-align:left;   
    min-height:25px;    
    background-color:Black;
    color: White;
}

.introtext, .introtextsmall
{    
    text-align:right;
    width:70%;
    margin-right:25px;   
}

.introtextsmall
{
    font-size:x-small;
}


.mobilebox
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:x-small;
    margin-right: 3px;
}