@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #366;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #06F;
}
h1 {
	color: #366;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	color: #366;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

h3 {
	color: #900;
}
h4 {
	color: #366;
}
h5 {
	color: #000;
}
h6 {
	color: #366;
}
#body {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#player {
	text-align: center;
}
.frame50 {
	width: 50%;
	float: left;
}
#header {
	text-align: center;
}

#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 2px;
	padding: 2px;
}

#nav {
	height: 25px;
}
#nav ul{
		list-style-type: none;
	
	margin: 0px;
	padding: 0px;
	}
#nav li a{

	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C0C0C0;
}
#nav li:last-child a{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #DDD;
	border-left-color: #DDD;
	
	} 

#nav a:hover {
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C0C0C0;
	color: #900;
	text-decoration: none;
}
#left_nav {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#left_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav ul li a {
	padding: 10px;
	/* [disabled]border-top-width: 1px; */
	border-bottom-width: 1px;
	/* [disabled]border-top-style: dotted; */
	border-bottom-style: dotted;
	/* [disabled]border-top-color: #CCC; */
	border-bottom-color: #CCC;
	display: block;
}
#left_nav ul  ul {
	display: none;
}

#left_nav ul li ul li a {
	margin-left: 10px;
}
.content {
	display: none;
}
.download_button {
	color: #FFF;
	background-color: #CCC;
	text-align: center;
	display: block;
	padding: 10px;
	float: right;
}
.clearit {
	clear: both;
}

