/* CSS Document */

body{
	background-color: #00763B;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
div.center{
	background-color: #004824;
	height: 100%;
	width: 80%;
	text-align:left;
}
div.left{
	float:left;
	height: 100%;
	width:240px;
	background-color: #007038;
	border-left:1px solid #00381C;
	text-align:center;
	background-image: url(../images/bg-menu-bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.menu{
	background-image: url(../images/bg-menu-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.menu div{
	text-align:left;
	font-family: Arial;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFCC;
	font-style: italic;
	padding-left:20px;
}
div.right{
	height: 100%;
	background-color: #004824;
	border-right:1px solid #00381C;	
}
div.title{
	background-color: #004824;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:center;
	font-family: Arial;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFCC;
	font-style: italic;
	padding:20px;
}
div.content{
	height: 100%;
	width:100%;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.text{
	padding:20px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	color: #00381C;
}
a{
	color: #FFFFCC;
}