h1 {
	font-size: 14px;
	line-height: 15px;
	margin: 0px;
	background-color: #E1E3F4;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7D9CA2;
	border-left-color: #7D9CA2;
}

h1 a {
	color:#000000;
	text-decoration: none;
	padding:2px 2px; 
}

h1 a:hover {
	background-color: #7D9CA2;
	color:#fff; 
}

h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	background-color: #E1E3F4;
	padding: 2px;

}

h2 a {
	color:#000000;
	text-decoration: none;
	padding:2px 15px;
	background-image: url(../image/arrow1.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
} 


h2 a:hover {
	background-color: #7D9CA2;
	color:#fff; 
}

h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-image: url(../image/box1.gif);
	background-repeat:no-repeat;
	background-position:3px 6px;
}


body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #E1E3F4;
	background-image: url(../image/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	line-height:1.5;
}


div#top {
	width: 781px;
	text-align: center;
}

div#main {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

div#leftbar {
	float: left;
	width: 190px;
	background-color: #E1E3F4;
	height: auto;
}

div#content {
	float: left;
	height: auto;
	width: 591px;
}

#footer {
	position:absolute;
	bottom: ;
}

#menu { }

#menu ul{
	font-size: 12px;
	padding-left:0px;
	margin:0;
	background-image: url(../image/btn1.jpg);
	text-align: center;
	float:left;
	width:588px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#menu ul li {
	width: 98px;
	color:#fff;
	background-image: url(../image/btn1.jpg);
	background-position:0px -60px;
	list-style:none;
	float:left;
}

#menu ul li a {
	color:#000000;
	text-decoration: none;
	width: 98px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../image/btn1.jpg);
	display:block;
}

#menu ul li a:hover{
	background-position:0px -30px;
}


#hierarchy { margin-top:0px;
}

#hierarchy ul{
 padding-left:10px; margin:0px;
 background-color:#C7E9E7; 
 color:#669999; 
 float:left; 
 width:579px;
 	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;

}

#hierarchy ul li {
	display:inline; list-style:none;
	padding-right:0px; font-size:10px;
}

#hierarchy ul li a {
	padding:0px 2px; background-color:#C7E9E7; color:#336666; text-decoration:none; float:left;
}

#hierarchy ul li a:hover{
	color:#fff;
}

p {
	line-height:1.5;
	margin-top:0;
	font-size: 12px;
	margin-left: 3px;
}

p img { margin-right:10px; }

