html {height:100%;}

body{
	background: white;
	font-family: Arial;
	margin: 0px;
	height:100%;
}

.navlinks{ font-family: Arial; font-size: 18px; color: #ffffff;}
.nav_links:link { font-family: Arial; font-size: 18px; color: #ffffff; text-decoration:none;}
.nav_links:visited { font-family: Arial; font-size: 18px; color: #ffffff; text-decoration:none;}
.nav_links:active { font-family: Arial; font-size: 18px; color: #ffffff; text-decoration:none;}
.nav_links:hover { font-family: Arial; font-size: 18px; color: #ffffff; text-decoration:underline;}


.footer_link:link { font-family: Arial; font-size: 10px; color: #e0e0e0; text-decoration:none;}
.footer_link:visited { font-family: Arial; font-size: 10px; color: #e0e0e0; text-decoration:none;}
.footer_link:active { font-family: Arial; font-size: 10px; color: #e0e0e0; text-decoration:none;}
.footer_link:hover { font-family: Arial; font-size: 10px; color: #e0e0e0; text-decoration:underline;}

.footer{ font-family: Arial; font-size: 14px; color: #ffffff;}

.largewhite{ font-family: Arial; font-size: 18px; color: #ffffff;}

.mediumwhite{ font-family: Arial; font-size: 14px; color: #ffffff;}

.border{
	 border: 5px solid #b0e5fb;
	 }

.nav{
	background-color: #09428f;
	}

.maincontent{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: left;
	}
.maincontentborder{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	border: 1px solid #b0e5fb;
	}
.frontcontent{
	font-family: Arial;
	font-size: 18px;
	color: #09428f;
	}
.maincontentlarge{
	font-style: bold;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	}
.maincontentsmall{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

.mainbackground {
    background: url(images/homepage_background.jpg) no-repeat;
	}	
	
.blue_bg {
    background-color: #d6e1ee;
	}


.homepageleftlarge{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 22px;
	}
	
.homepageleftmed{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	padding: 0.2cm;
	}	

.homepageleftsmall{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	padding: 0.2cm;
	}
	
.homepagecentertitle{
	color: #09428f;
	font-weight: bold;
	font-family: Arial;
	font-size: 20px;
	}
	
.homepagecentertext{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	}
	
.homepagecentercontact{
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	}
	
	
.homepagerighttitle{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 20px;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	}
	
.homepagerightcontent{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;	
	text-align: left;
	}
		
.smallfooter{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;	
	text-align: center;
	}


