/* CSS Document */

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


body {
background-image: url(images/background.jpg);
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;
background-color: #D3CFC3;
z-index: 500;

}


#masthead {
position: absolute;
top: 0;
left: 0;
width: 800px;
height: 84px;
z-index: 500;
background-image: url(images/masthead.gif);
background-repeat: no-repeat;
}


#menu {
position: absolute;
/*background-image: url(images/menu.gif);
background-repeat: no-repeat;*/
top: 84px;
left: 0;
width: 800px;
height: 45px;
background-color: #D3CFC3;
}


#imagearea {
position: absolute;
background-color: #D3CFC3;
top: 129px;
left: 400px;
width: 360px;
height: 401px;
padding: 20px;
}


#textarea {
position: absolute;
background-color: #D3CFC3;
top: 129px;
left: 0;
width: 360px;
height: 401px;
padding: 20px;
}

#textareainner {
	overflow: auto;
	background-color: #EFEEE9;
	padding: 20px;
	width: 320px;
	height: 361px;
	color: #666;

}



#footer {
position: absolute;
top: 570px;
left: 0;
width: 800px;
height: 30px;
background-color: #D3CFC3;
}

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

a:link {text-decoration: underline; color: #5E5955;}
a:visited {text-decoration: underline; color: #5E5955;}
a:active {text-decoration: underline; color: #5E5955;}
a:hover {text-decoration: underline; color: #274162;}

img {
border-color: #FFFFFF;
}


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

h1 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 16pt;
	color: #8C837C;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 9pt;
	line-height: 16pt;
	text-align: justify;
	color: #5E5955;
	margin-top: 0;
	margin-bottom: 10px;
}

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

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


#textarea li {
list-style-type: disc;
font-size: 8pt;
padding-bottom: 10px;
	color: #5E5955;

}
#container #textarea #textareainner h3 {
	color: #8C837C;
}
