/*@import "css/menu.css";*/
* {
	margin : 0;
	padding : 0;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}
html, body {
	margin : 0;
	padding : 0;
	height:; 
	}
body{
	font-family: Verdana, sans-serif;
	font-size: 0.92em;
	text-align: center;
	background: ;
	}
.picheading{
	display: none;
}
#header-bg{
	background: ;
	width: 100%;
	height: 89px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
#container{
	position: relative;
	width: 964px;
	height: ;
	margin: 0 auto;
	background: url(style/content_bg.gif);
}
#header{
	background: url(style/heading_bg.gif) no-repeat;
	width: 964px;
	height: 94px;
}
#menu
{
	position: absolute;
	top: 90px;
	left: 0px;	
	width: 201px;
	padding: 32px 0 28px 0;
	background: url(style/menu_head.gif) no-repeat;
}
#menu ul{
	background: url(style/menu_foot.gif) no-repeat;
	background-position: left bottom;
	padding: 0 0 25px 0;
}
#menu ul li{
	background: url(style/menu_bg.gif)  no-repeat;
	width: 200px;
	list-style: none;
	height: 28px;
	padding: 0;
	margin: 0;

}
#menu ul li a{
	padding: 0;
	margin: 0;
	display: block;
	width: 200px;
	height: 28px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 40px;
	color: #000;
}
#menu ul li a:hover{
	background: url(style/menu_bg_hover.gif) no-repeat;
}
#menu ul li #selected{
	background: url(style/menu_bg_selected.gif) no-repeat;
}
#address{
	margin: 0 0 0 10px;
	}
#address h2{
	font-size: 14px;
	margin: 10px 0 10px 0;
	}
#address p{
	font-weight: bold;
	font-size: 12px;
	color: #444;
	}
#address a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	}
#address a:hover{
	text-decoration: underline;
	}
#address br{
	margin: 0 0 5px 0;
}
#footer{
	
	margin: 20px 0 0 205px;
	color: #0f0;
	width: 730px;
	height: 20px;
	background: #BEEDF4 url(style/footer_bg.gif);
	padding: 2px 0 0 20px;
	}
#footer ul{
	margin-left: 100px;
	}
#footer ul:first-child{
	border-left: #666 1px dotted;
	}
#footer ul li{
	list-style: none;
	float: left;
	border-right: #666 1px dotted;
	padding: 0 8px 0 8px;
	}
#footer ul li a{
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
	
	}
#content
{
	margin: 0 40px 0 201px;
	padding: 10px;
}
#content h1{
	font-size: 16px;
	color: #007B9F;
	margin: 5px 0 10px 0;
}
#content h2{
	font-size: 16px;
	color: #666;
	margin: 5px 0 10px 0;
}

#content p{
	font-size: 0.9em;
	color: #444;
	margin: 10px 0 10px 0;
}
#content img{
	float: left;
	margin: 0 20px 15px 0;
	}
#content .emphasize{
	font-weight: bold;
	}
#content .small{
	font-size: 0.75em;
	font-style: italic;
	}
