/* GENERAL STYLES */
BODY
{
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	BACKGROUND-COLOR: #efeff6;
}

hr{
	clear:both;
	color: #ddd;
	margin: 5px 10px 5px 0px;
}
#container {
	margin: 10px auto;
	width: 782px;
}

#main {
	width:782px;
	margin:0px;
	padding:0px;
	text-align:left;
	Background-image:url(style/background_top.gif);
}
#header
{
	width: 774px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display:block;
	background-color: #a1cb39;
}
#headerImage
{
	width:774px;
	height: 69px;
	padding:0px;
	margin:0px;
	border:none;
}

#content 
{
	width: 774px;
	color:black;
	height: 100%;
}
#bottom
{
	margin: 3px 0 0 0;
	height:12px;
	font-size:10px;
	color: #808080;
	text-align: center;
}
#bottomShadow
{
	height:8px;
	Background-image:url(style/background_bottom.gif);
}
#mainText
{
	font-size: 11pt;
	float: left;
	width:500px;
	border: none;
	margin: 5px;
	padding: 3px;
	background-color: #E8EDDC;
}
#pageLogo{
	float:right; 
	margin-right: 20px;
}
#Welcome
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color:#88a04c;
}
#W3CValidationLink {
	text-align: right;
	color: #9999FF;
	font-size: 8pt;
	border: none;
	padding-right: 20px;
	clear:both;
}
#W3CValidationLink a {
	color: #9999FF;
	font-size: 7pt;
	text-decoration: none;
}
#W3CValidationLink a:Hover {
	text-decoration: underline;
}

/* EDITOR PROPERTIES */
h1 {
font-size: 10pt;
font-weight: bold;
margin-top: 10px;
margin-bottom: 0px;
color:#88a04c;
}

