BODY {background: #DCDCDC; 
	  scrollbar-face-color: #DCDCDC;		 
      scrollbar-shadow-color: #DCDCDC; 
      scrollbar-darkshadow-color: #1F700C; 
      scrollbar-highlight-color: #DCDCDC; 
      scrollbar-3dlight-color: #1F700C; 
      scrollbar-track-color: #DCDCDC; 
      scrollbar-arrow-color: #1F700C;
}
HTML {
	height: 100%;
}
BODY {
	background-color: #DCDCDC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('img/bg_left.gif');
	background-repeat: repeat-y;
	height: 100%;
}
BODY, TD {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #0c380c; 
	text-align: justify;
}
IMG {
	border: none;
}
DIV.top {
	width: 100%;
	text-align: center;
	background-image:url('img/bg_top.gif');
	background-repeat: repeat-x;
	height: 119px;
}
DIV.menu {
	width: 20%;
	float: left;
}
DIV.right {
	width: 20%;
	float: right;
}

DIV.menumenu {
	font-size: 15px;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;
}
DIV.menubottom {
	width: 20%;
	background-image: url('img/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	height: 141px;
}
.menuitembox {
	padding-right: 30px;
}
.menuitem {
	color: #1F700C;
	font-style: italic;
	text-decoration: none;
}
.menuitem:hover {
	text-decoration: underline;
}
.menuitembox:hover {
	background-image: url('img/o.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
DIV.content {
	padding-bottom: 60px;	

}
DIV.base {
	float: right;
	width: 60%;
}
DIV.footer {
	background-image: url('img/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 141px;
	width: 100%;
}
DIV.footertext {
	height: 32px;
	width: 60%;
	text-align: center;
	color: #1F700C;
	line-height: 32px;
	vertical-align: middle;
	font-style: italic;
	font-size: 15px;
	float: left;
	margin-top: 109px;
}
DIV.contenttitle {
	background-image: url('img/head.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	line-height: 49px;
	font-size: 26px;
	color: #1F700C;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}
.csc-textpic-caption {
	text-align: center;
	font-style: italic;
}
DIV.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -141px;
}
DIV.push {
	height: 141px;
	clear: both;
}
