/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #ffffff;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
behaviour: url(csshover.htc);
}

#container {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
}

#masthead {
position: absolute;
top: 0;
left: 0;
width: 800px;
height: 112px;
z-index: 500;

}

#masthead-right {
position: absolute;
top: 0px;
left: 393px;
width: 407px;
height: 112px;
background-image: url(images/masthead-right.gif);
}


#banner {
position: absolute;
top: 112px;
left: 0;
width: 800px;
height: 88px;
background-image: url(images/banner.gif);
z-index: 0;
}

#imagearea {
position: absolute;
top: 200px;
left: 0;
width: 392px;
height: 371px;
}


#textarea {
position: absolute;
top: 200px;
left: 392px;
width: 368px;
height: 310px;
background-color: #FFFFFF;
padding: 20px;
overflow: auto;
}

#footer {
position: absolute;
top: 571px;
left: 0;
width: 800px;
height: 29px;
background-image: url(images/footer.gif);
background-repeat: repeat-x;


}

/*------------------ GENERAL STYLES -----------------------*/

a:link {text-decoration: none; color: #A6A09C;}
a:visited {text-decoration: none; color: #A6A09C;}
a:active {text-decoration: none; color: #A6A09C;}
a:hover {text-decoration: underline; color: #A6A09C;}

img {
border-color: #A6A09C;
}


p {
	font-size: 10pt;
	line-height: 16pt;
	text-align: justify;
	color: #594D45;
	margin-top: 0;
	margin-bottom: 10px;
}

#footer p {
	font-size: 7pt;
	line-height: 8pt;
	margin-top: 10px;
}

th {
	font-size: 9pt;
	color: #594D45;
	font-weight: normal;
	vertical-align: top;
}



