body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align:left;
}


h1 {
	font-size: 125%;
	padding-bottom: 5px;
	padding-top: 8px;
	border-bottom: 1px solid silver;
	text-align:left;
	}
	
h3{
    color:red;
    }
    
.important{
    color:red;
    }

a {
	color: darkgreen;
	font-weight: inherit;
	text-decoration: underline;
	}
	
a:hover{
	color: black;
	}
a:visited{
	color: darkgreen;
	font-weight: inherit;
	}

	
#left{}
#right{}

#header{
	padding:0px;
}

#menu_1 a {
	text-decoration: none;
	color: black;
}


#menu_1 ul{
	list-style:none;
	width:155px;
	float: left;
	padding-left: 20px;
	margin-left:0px;
	}

#menu_1 li{
	padding:4px;
	}
	
#menu_1 li.menu1-level1-no {
	text-align:left;
	color: black;
	text-decoration: none;
}	

#menu_1 li.menu1-level1-act a {
	color: darkgreen;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
}

#menu_1 li.menu1-level2-no {
	padding-left: 22px;
	text-align:left;
	color: black;
}	

#menu_1 li.menu1-level2-act a {
	color: darkgreen;
	padding-left: 22px;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
}

#leftcolumn {
 clear:both;
 margin-top: -15px;
}

fieldset div{
	background-color:#FFEEEE;
	padding: 12px;
	}
		
	
#navpath{
	margin-left: 170px;
	margin-top: 10px;
	color:#333333;
	padding: 3px;
	float:clear;
}

#navpath a{
	color: red;
	padding-bottom: 1px;
	border-bottom: dotted 1px red;
	}


#content{
	margin-left: 15px;
	margin-right: 15px;
	min-height: 300px;
	margin-top: -15px;
}


#footer{
	font-size: 85%;
	text-align: center;
	background-color:#eeeeee;
	margin: 20px 10px 0px 10px;
	padding: 5px; 
}

#footer_links{
	width:1000px;padding:10px;margin:0 auto;background-color;none;text-align:center;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
	