* {
	font-family: sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(image/wp-1.png);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.6;
}
/*link styles
-------------------------------------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
-------------------------------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #003333;
	border-left: 1px solid #003333;
}
#header{
 	height:150px;
}
#main {
	float: right;
	width: 486px;
	padding-bottom: 20px;
	padding: 15px;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 322px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #336600;
	padding: 15px;
	clear: both;
}
/*header layout
-------------------------------------------------------------------------*/
#header ul {
	color: #000000;
	text-decoration: none;
	width:858px;
	position:absolute;
	top:107px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	width: 170px;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #378341;
	height: 2.5em;
	border-bottom: 2px double #006600;
	border-left: 2px solid #336633;
	display: block;
	text-align: center;
	border-top: 2px solid #336633;
	font-size: 90%;
}
#header ul li#nTOP a  {
	border-left-style: none;
}
#header ul li a:hover {
	color: #333333;
	background-color: #66cccc;
	font-weight: bold;
}
#top #header #nTOP a {
	color: #333333;
	background-color: #e6f9e8;
	font-weight: bold;
}

/*sidebar style
-------------------------------------------------------------------------*/
#programname {
	background-color: #378341;
	color: #FFFFFF;
	font-size: 110%;
	height: 1.6em;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#author {
	background-color: #e6f9e8;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#sidebar  img {
	margin-right: 8px;
}

#appeal  {
	width: 300px;
	background-color: #C0FFCA;
	padding: 10px 10px 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #003300;
	line-height: 1.5em;
}
#menulist li {
	list-style: none;
	display: block;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.8em;
	background-color: #e6f9e8;
	border-top: 1px solid #39b54a;
	border-right: 3px solid #378341;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #378341;
	text-decoration: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#menulist a {
	text-decoration: none;
	font-weight: bold;
	color: #378341;
}
#sidebar ul li h2 {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#sidebar .seed {
	background-color: #66CCCC;
	width: 200px;
}
#sidebar h3 {
	font-size: 141%;
}
#sidebar h4 {
	color: #000000;
	font-size: 100%;
	border: none;
}
#sidebar h5 {
	color: #378341;
	font-size: 100%;
}

/*main style
-------------------------------------------------------------------------*/
#back {
	color: #378341;
	text-align: right;
	margin-bottom: 20px;
}
#main h3 {
	font-size: 110%;
	color: #000000;
}
#main h6 {
	font-size: 80%;
	color: #666666;
}
table{
	border-style:solid;
	border-color:#999999;
	margin-right: auto;
	margin-left: auto;
}
#match td {
	border: 2px solid #999999;
}


table th{
	background-color: #b6ebdb;
	padding-top: 5px;
	padding-bottom: 5px;
	}
main table td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #336600;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	}	
#score td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#macth td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #999999
	border: 2px solid #999999;

}
#programlist {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	list-style: inside;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
h4  {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 120%;
	border-bottom: 1px dotted #999999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#list {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 90%;
}
#list  ol {
	list-style: decimal inside;
	margin-left: 20px;
}

#upper_title {
	width: 90%;
	background-color: #39b54a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#lower_title {
	width: 90%;
	background-color: #b6edbd;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #378341;
}
#back {
	color: #378341;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}	
/*footer style
-------------------------------------------------------------------------*/
#footer a{
 color:#FFFFFF;
 }
#footer p {
	float: right;
	margin-top: 0px;
	}
