body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005A3F;
	background-color: #DAE3A7;
	text-align: center;
	background-image: url(../gfx/bgrnd.jpg);
}
a {
	text-decoration: none;
	color: #8E0036;
}
		
#pageBox {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 100%;
	background-color: #F7EBDA;
	background-image: url(../gfx/bg_all.jpg);
}

#topBox {
	position: relative;
	width: 780px;
	height: 120px; 
	background-color: #F7EBDA;
	color: #8E0036;
	text-align: left;
}
#topLeftBox{
	position: relative;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 120px;
	background-image: url(../gfx/top_left.jpg);
}
#topRightBox{
	position: absolute;
	left: 560px;
	top: 0px;	
	width: 220px;
	height: 120px;
	background-image: url(../gfx/top_right.jpg);
}
#topCenterBox {
	position: absolute;
	left: 180px; 
	top: 0px;	
	width: 380px;
	height: 120px;
	background-image: url(../gfx/top_center.jpg);
}

#navBox {
	position: relative;
	width: 780px;
	height: 30px;
	background-color: #8E0036;
	color: #F7EBDA;
	text-align: left;
}
#navLeftBox{
	position: relative;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 30px;
	background-image: url(../gfx/nav_left.jpg);
}
#navRightBox{
	position: absolute;
	left: 560px;
	top: 0px;
	width: 220px;
	height: 30px;
	background-image: url(../gfx/nav_right.jpg);
}
#navCenterBox {
	position: absolute;
	left: 180px; 
	top: 0px;
	width: 380px;
	height: 30px;
	background-image: url(../gfx/nav_center.jpg);
}
#navCenterBox a:link {
	color: #CC3300;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navCenterBox a:visited {
	color: #CC3300;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navCenterBox a:hover {
	color: #CC3300;
}

#middleBox {
	position: relative;
	width: 780px;
	top: 0px;
	left: 0px;
	/*position: relative;
	width: 780px;
	height: 75%; 
	background-color: #FFF3D5;
	color: #005A3F;
	text-align: left;*/
	background-image: url(../gfx/bg_all.jpg);
	text-align:left;
}
#middleLeftBox{
	position: absolute;
	width: 180px;
	top: 0px;
	left: 0px;
	height: 220px;
	background-image: url(../gfx/middle_left.jpg);
	background-repeat: no-repeat;
}
#middleRightBox{
	position: absolute;
	width: 220px;
	top: 0px;
	right: 0px;
	height: 220px;
	background-image: url(../gfx/middle_right.jpg);
	background-repeat: no-repeat;
}
#middleCenterBox {
	margin-left: 180px;
	margin-right: 220px;
	background-image: url(../gfx/middle_center.jpg);
	background-repeat: no-repeat;
}
#middleCenterBox ul {
	font-size: 10px;
	font-weight: normal;
	color: #005A3F;
	margin: 5px;
	padding: 5px;
}
#middleCenterBox li {
	font-size: 10px;
	font-weight: normal;
	color: #005A3F;
	margin: 2px;
	padding: 2px;
	list-style-type: circle;
}

#menuBox {
	position: absolute;
	width: 160px;
	top: 80px;
	left: 20px;
	/*height: 220px;
	background-color: #FFCC33;
	/*border: 3px solid #3399FF;
	/*width: 140px;
	background-color: #CED88F;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;*/
	border-left: 3px #21B2A5 solid;
	border-top: 3px #21B2A5 solid;
	border-right: 3px #21B2A5 solid;
}
#menuBox a:link {
	width: 100%;
	color: #333333;
	padding: 5px 0px 5px 0px;
	display: block;
	border-bottom: 3px #21B2A5 solid;
	text-decoration: none;
	font-size: 11px;
	background-color: #EFAE18;
}
#menuBox a:visited {
	width: 100%;
	color: #333333;
	padding: 5px 0px 5px 0px;
	display: block;
	border-bottom: 3px #21B2A5 solid;
	text-decoration: none;
	font-size: 11px;
	background-color: #EFAE18;
}
#menuBox a:hover {
	background-color: #ADBCDD;
	color: #474646;
}

#newsBox {
	width: 140px;
	background-color: #CED88F;
	padding-left: 0px;
	margin-right: 40px;
	border: 1px #005A3F solid;
}
#newsBox p {
	font-size: 10px;
	font-weight: normal;
	color: #005A3F;
	margin: 5px;
	padding: 5px;
	/*text-align: left;*/
}

.fontTitle{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	}
.fontSubTitle {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 3px 5px 5px 5px;
	}
.fontText{
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	line-height:150%;
}
.FontComment {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin: 5px;
	padding: 5px;
}

#dhtmlMenuBox {
	padding-left: 200px;
	left: 200px;
	font-size: 11px;
	width: 400px;
}
.dhtmlMenu {
	display: block;
	background-color: #5F76AA;
	font-size: 11px;
}
.dhtmlMenu A:link {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 6px; 
	COLOR: #fff; 
	PADDING-TOP: 5px; 
	TEXT-DECORATION: none;
}
.dhtmlMenu A:visited {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 6px; 
	COLOR: #fff; 
	PADDING-TOP: 5px; 
	TEXT-DECORATION: none
}
.dhtmlMenu A:hover {
	COLOR: #ebbc6f;
}

#decoBallon {
	position: absolute;
	width: 220px;
	bottom: 80px;
	right: 0px;
	height: 220px;
}
#leftMenu {
	position: absolute;
	width: 160px;
	top: 80px;
	left: 20px;
	height: 220px;
	background-color: #FFCC33;
	border: 3px solid #3399FF;
}

.signature {
	font-size: 11px;
	font-style: italic;
	text-align:center;
	color: #FF6600; 

}

A.signature:active  {
	color: #FF6600; 

}

A.signature:link {
	color: #FF6600; 
}

A.signature:visited {
	color: #FF6600; 
}

a.signature:hover {
	color: chocolate; 
}

hr {
	color:#FF6600;
	width:300px;
	text-align:center;
	height:1px;}
	


