/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color: #77a2a9;
	font-size: 11px;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 20px 0px;
	font-size: 1em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.4em;
}
h2 { 
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
a {
    color: #0000FF;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
     border: 0px;
}
li {
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}

/* Main Construction */

.wrapper {
	text-align: center;
	width: 840px;
	margin: 0 auto 0 auto;
}
.header {
    width: 840px;	
	padding-top: 15px;
}
.imageheader {
    width: 840px;
	height: 150px;
	padding: 15px 0 15px 0px;
	clear: both;
} 
.body {
    width: 840px;
	padding: 15px 0 0 0;
}
.footer {
    width: 840px;
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
}

/* Header */

.headerlft {
	width: 420px;
	height: 101px;
	float: left;
    margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}
.headerrgt {
    width: 420px;
	height: 91px;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: right;
	border-bottom: 1px solid #ffffff;
}
.headerrgt p {	
	text-align: right;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0 0 0;
}
.headerrgtbig {
	font-size: 1.1em;
}

/* Image */

.imageLft {
	width: 284px;
	height: 150px;
	float: left;
	background-image: url(/images/Header_Left.jpg);
	background-repeat: no-repeat;
}
.imageCntr {
	width: 284px;
	height: 150px;
	float: left;
	background-image: url(/images/Header_Cntr.jpg);
	background-repeat: no-repeat;
}
.imageRgt {
	width: 272px;
	height: 150px;
	float: left;
	background-image: url(/images/Header_Rgt.jpg);
	background-repeat: no-repeat;
}


/* Body */

.bodylft {
	width: 570px;
	float: left;
	text-align: left;
	padding-right: 13px;
	border-right: 1px solid #86bdc6;
}
.bodyrgt {
    width: 240px;
	float: left;
	text-align: left;
	padding-left: 13px;
}

/* Footer */

.footer p {
	font-size: 0.9em;
}
.footerlft {
	width: 300px;
	float: left;
}
.footercntr {
	width: 400px;
	float: left;
}
.footerrgt {
    width: 140px;
	float: left;
}
