html, body {
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	text-align: center;
	background-color: #fff;
	color: #444;
	font-size: 80%;
	font-family: 'MuseoSans500', Arial, sans-serif;
}
.copyright {
	font-size:9px;
	float:right;
}
.cntct {
	font-size: 12px;
	color:#777;
	width:80%
	margin:10px 10px 10px 150px;
	
}
div#topbox {
	margin:10px auto;
	width:900;
	color:#777;
	/* border-bottom: 1px solid #ccc;*/
	background-color: White;
	/*padding: 12px;*/
	text-align:left;
}

a{
	color: Gray;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	margin:0px 0px 0px 10px;
	
}
h1 {
	font-size:2em;
	color: #666;
	
}
h2 {
	font-size:1.5em;color: #666;
	font-weight:normal;
	line-height:160%;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
table{
	width:700px;
	margin: 10px auto auto auto;
	text-align: left;
	border-color: #ddd;
	border-style: solid;
	border-width: 0px ;
	line-height : 160%;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 10px auto auto auto;
	text-align: left;
	border-color: #ddd;
	border-style: solid;
	border-width: 0px ;
	line-height : 160%;
}
div#container {
	padding: 0px 20px 20px 20px;
	background-color:#fff;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	color: #777;
	font-size:12px;
		margin: 20px 50px 40px 0px;
		text-align:right;
}

#navcontainer
{
margin-left: 30px;
margin-right: 30px;
margin-bottom: 20px;
border-top: 1px solid #ccc;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}
#navcontainer ol
{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}
#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px 0 0;
}
#navcontainer dt
{
display: inline;
text-align: center;
margin: 0 5px 0 0;
}
#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
	text-decoration: none;
}

#navcontainer li a:hover
{
	color: #333;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 2px solid #c0c0c0;
}

#navcontainer li a#current
{
color: #333;
border: 1px solid #ccc;
border-top: 0px solid #ccc;
	border-bottom: 2px solid #c0c0c0;
}



