body
{
	text-align: center;
	font-family: arial;
	margin: 0px auto;
	background-color:#80A80A;
}
p
{
	margin: 0px;
	padding: 0px;
}

div#container
{
	width: 800px;
	margin:0px auto;
}
div#header
{
	background: url(../loadedFiles/header.png) no-repeat;
	width: 800px;
	height: 208px;
	font-size: 0;
}
td#rightTd
{
	background: url(../loadedFiles/right_bg.png) repeat-y;
	width: 190px;
}

div#right
{
	background: url(../loadedFiles/right.png) no-repeat;
	width: 190px;
	height: 442px;
	font-size: 0;
}
.main
{
	background-color: #F6F6EE;

}
div#content
{
	margin-right: 20px;
	margin-left: 15px;
	padding-top: 10px;
}

div#pageContent
{
	font-size: 13px;
	color: #024419;
	text-align: right;
}
div#title h1
{
	font-size: 22px;
	color: #048431;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
}
td#leftTd
{
	background: url(../loadedFiles/left_bg.png) repeat-y;
	width: 195px
}

div#left
{
	background: url(../loadedFiles/left.png) no-repeat;
	width: 195px;
	height: 452px;
	font-size: 0;
}
div#news
{
	padding-top: 40px;
	margin-right: 35px;
	padding-left: 65px;
}
div#news p
{
	font-size: 12px;
	color: #024419;
	text-align: right;
}
div#bottom
{
	background: url(../loadedFiles/bottom.png) no-repeat;
	width: 800px;
	height: 50px;
	font-size: 0;
}

div#copyrights
{
	color: #E9EDF0;
	font-size: 11px;
	padding-top: 28px;
	float: right;
	padding-right: 330px;
}
div#interuseLogo
{
	float:left;
	padding-top: 17px;
	padding-left: 23px;
}

div#interuseText
{
	float:left;
	padding-top: 26px;
	padding-left: 1px;
}


div#interuseText a
{
	color: #E9EDF0;
	font-size: 10px;
}











/* -- send email -------------------------------------------------------------------------------------------------- */

div#sendEmail_title
{
	color: #0000C0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
	
td.sendEmail_title
{
	color: #404040;
	font-weight: bold;
}

td.sendEmail_value
{
}

a img
{
		border: 0px;
}

