* {
	margin: 0px;
	padding: 0px;
}
html, body {      								
	height: 100%;
}
body {  								
	text-align: center;
	margin: 0px;
	font-family: Sans-serif;
	font-size: 13px;
	color: #505050;
	background-color: #bbbbbb;
	text-shadow: #ffffff 0px 1px 0;	
}
a,a:visited{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: blue;
	text-decoration: underline;
}
div#container {
  background: #bbbbbb url(../images/bg.gif) repeat-x left top;
}
div#content {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 802px;
	height: auto;	
	background-image: url(../images/contentbg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div#menubars{
	width: 802px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 12px;	
	text-align: left;
}
div.menubar,div.menubarup,div.menubaruphigh{
	width: 768px;
	height: 58px;
	display: block;
	background-image: url(../images/bar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;		
}
div.menubarup{
	background-position: 0px -58px;
}
div.menubaruphigh{
	background-position: 0px -116px;
}
div.menucontent{
	width: 744px;
	display: block;
	height: auto;
	background-color: #eff5ff;
	border: 1px #d4e1f4 solid; 		
	margin-left: 12px;
	margin-right: 12px;
	overflow: hidden;	
}
div.menucontent p{
	padding:12px;	
	text-align: justify;
}
div.p{
	padding:12px;	
}
div#header {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 802px;
	background-image: url(../images/surfacebg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: visible;		
}
div#footer {
  background: #bbbbbb url(../images/footer.gif) repeat-x left top;
	width: 802px;  
  height: 18px;
	text-shadow: #e0e0e0 0px 1px 0;	  
	color: #707070;	
}
img.png{
	display: none;
}
H1 {
	font-size: 23pt;
	text-shadow: white 0px 1px 0; 
}
H2 {
	color: white;
	font-size: 20pt;
	text-shadow: black 0px 1px 0; 
	padding-left: 18px;
	padding-top: 14px;	
}
H4 {
	font-size: 10pt;
	text-shadow: white 0px 1px 0;	
}
ul{
	padding-left: 48px;
}
li{
	padding-top: 3px;
	padding-bottom: 3px;
}
div.dotline{
	background: url(../images/dotline.gif) repeat-x 0px 4px;
	font-size: 1px;
	height: 9px; 	
}
div.gap{
	font-size: 1px;
	height: 9px; 	
}
img.mepic{
	padding: 4px;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px #d4e1f4 solid;
}
img.map{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px #d4e1f4 solid;
}
span.noshadow{
	text-shadow: #505050 0px 0px 0;	
}
#sourcetext, #resulttext{
	width: 716px;
	height: 200px;
}
tr.indent td{
	padding-left: 32px;
}




