body{
	font-family : Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #fcfcfb;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	font-size: 12px;
}
a{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color: White;
	color : #990000;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	background-color: White;
	color : #FF3333;
}
.logo{
	background-color: #ffffff;
	color: #000000;
	padding:0px;
}
.logo:hover{
	background-color: #ffffff;
	color: #000000;
	padding:0px;
}

#page{
	width : 750px;
	text-align:center;
	background-color: #ffffff;
	color: #319c01;
	height : 80px;
	padding-left: 0px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:8px;
	vertical-align : middle;
	margin-left:auto;
	margin-right:auto;
	background : transparent url(bg1.jpg) no-repeat;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-top : 1px solid #000000;
	display: table;
}	

#pagearea{
	background-color: transparent;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	color: Black;
	margin-top:20px;
	
}

#header {
	width : 750px;
	text-align:left;
	background-color: transparent;
	color: White;
	height : 100px;
	padding-left: 0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}	

#content{
	width:520px;
	color: #000000;
	text-align : justify;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-right:20px;
	background-color : transparent;
	font-size : medium;
	overflow : visible;
}

#contentbase{
	width:718px;
	color: #000000;
	text-align : justify;
	position: relative;
	float: left;
	padding: 15px;
	background-color : #FFFFFF;
	font-size : medium;
	border-left : 1px dotted #E8FFD2;
	border-top: 1px dotted #C8CFB2;
}

#print{
	display:none;
}

#menu{
	width: 180px;
	background-color : transparent;
	color: #000000;
	float:left;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top: 15px;
	height: 100%;
	margin-bottom:10px;
}

.menua1 {
	display:block;
	margin:0;
	padding-left:45px;
	padding-right:3px;
	padding-bottom:0px;
	padding-top: 3px;
	color:#000;
	text-decoration:none;
}
.menua2 {
	display:block;
	background: url(arrow.gif) 10px 50% no-repeat;
	margin:0;
	padding:3px;
	padding-left:32px;
	color:#000;
	text-decoration:none;
	font-size : small;
	margin-top:1px;
	margin-bottom:3px;
}
.menua2text {
	display:block;
	margin:0;
	padding:3px;
	padding-left:20px;
	color:#000;
	text-decoration:none;
	font-size :small;
	margin-top:0px;
}	

.menua2:hover {
	display:block;
	background: url(arrow.gif) 10px 50% no-repeat;
	margin:0;
	padding:3px;
	padding-left:32px;
	color:#666666;
	text-decoration:none;
	font-size : small;
	margin-top:1px;
	margin-bottom:3px;
}