/* CSS Document */

body{
	margin:0px;
	padding:0px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;  
}

#container{
width:770px;
margin-left:auto;
margin-right:auto;
}

h1{
padding:14px 0px 0px 14px;
margin:0px;
}

#header{
	background-color:#78D4FF;
	height:58px;
	width:770px;
	text-align:left;
}

#main{
width:770px;
}
  
#left{
float:left;
width:215px;
text-align:left;
}

#right{
float:right;
width:550px;
}

#menu{
padding:12px 0px  0px 12px;
}



#menu h2{margin:0px; padding:0px;}

#menu ul{
list-style:none;
margin:0px;
padding:0px;
}

#menu img{
vertical-align:bottom;}

#menu ul ul{
margin:0px;
padding:0px;
}


#content{
margin:0px 14px 0px 10px;
}

p.gototop{
margin:5px 18px 0px 0px;
text-align:right;
font-size:small;

}p.gonext {

margin:5px 18px 0px 0px;
text-align:right;
font-size:small;
}
#sitemap h3 {
	font-size: medium;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sitemap ul {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
	text-indent: 10px;
	font-size: medium;
}
#sitemap li {
	font-size: medium;
	text-align: left;
	text-indent: 10px;
}
#linktable {
	font-size: medium;
	line-height: 200%;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}
#linktable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#dl table {
	font-size: small;
}
