﻿/* pushes the page to the full capacity of the viewing area */
html {height:100%;}

body 
{
	height:100%; 
	margin:0; 
	padding:0;
	font-size:13pt;
	font-family:Verdana,arial;
	color:Black;
}

/* prepares the background image to full capacity of the viewing area */
#backgroundImage {position:fixed; top:0; left:0; width:100%; height:100%;}

/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

div .container
{
width:860px;
}

div .contentContainer
{
	
	padding: 5px;
	text-align: left;
	width:600px;
}

div .header
{
	font-size:18pt;		
}

div .text
{
	font-size:13pt;
}


a
{
	text-decoration:underline;
	color:white;
}
a:hover
{
	text-decoration: none;
	color:white;
}
a.emailLink
{
	text-decoration:underline;
	color:white;
}

a.emailLink:hover
{
	text-decoration: none;
	color:white;
}

a.link
{
	text-decoration:underline;
	color:white;
}

a.link:hover
{
	text-decoration: none;
	color:White;
}