body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	text-decoration: none;
	line-height: 1.17;	
	margin: 0;
	padding: 0;
	background-color: #dcf8c5;
	min-height: 100%;
	height: auto;
}

a:link { color: #0078C1; text-decoration: none; }
a:visited { color: #0078C1; text-decoration: none; }
a:hover { color: #FC3D32; text-decoration: underline; }
a:active { color: #FC3D32; text-decoration: none;}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #0078C1;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #00B15A;
}

p{
font-family: Verdana,Arial,sans-serif;
 font-size: 80%;
 color: #00B15A
 }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#OuterContainer{
	position: absolute;
	top: 1cm;
	left: 3cm;
	right: 1cm;
	bottom: 2cm;
	min-height: 20.5cm;
	margin: 0px;
	padding: 0px;
}

#InnerContainer{
	position: absolute;
	top: 0px;
	min-width: 20cm;
	max-width: 24cm;
	background-color: white;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	height: 100%;
}	

#banner{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 4mm;
	height: 3.27cm;
	width: 100%;
}

#banner img{
	height: 100%;
}

#linkbar{
	position: absolute;
	top: 4.10cm;
	height: 5mm;
	width: 100%;
	font-size: 100%;
	text-decoration: none;
	background-color: #C3E3C3;
	padding-top: 3mm;
	padding-bottom: 1mm;
	border-top: solid;
	border-bottom: solid;
	border-color: #000000;
	border-width: 1px;
}

#content{
	position: absolute;
	top: 5.05cm;
	min-height: 9cm;
	min-width: 18cm;
	margin-top: 5mm;
	margin-left: 1cm;
}

#photo{
	position: absolute;
	top: 0px;
	left: 0cm;
	height: 8cm;
	margin-top: -5mm;
	margin-left: -1cm;
}

#photo img {
	height: 100%;
}

#sidetext{
	position: absolute;
	top: 0px;
	left: 8cm;
	right: -5mm;
	min-height: 8cm;
}

#belowtext{
	position: absolute;
	top: 8cm;
max-width: 18cm;
}

#footer{
	position: absolute;
	bottom: 0cm;
	padding-bottom: 0cm;
	border-top: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	width: 100%;
	text-indent: 2cm;
	font-size: 70%;
}

.mainlink{
	margin: 0px 1mm 0px 6mm;
}

.printedtitle{
	display: none;
}

