html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
img { border:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }


body{
	font-family: trebuchet ms,sans-serif;
	font-size:1em;
	color: black;
	background-color: #766e57;	
	padding-bottom:20px;
	padding-right:12px;
}

div.container{
	position:relative;
	width:480px;
	top: 15px;
	left:5px;
	margin:0px auto;
	background-color: #34332E;	
	text-align: left;
	border:2px solid black;
}

	div.header {
		position: relative;
		width: 480px;
		height: 28px;
		background-image: url(../images/header_grade.jpg);
		background-repeat: repeat-y;
		text-align: left;
	}

		div.header img.logo {
			position: absolute;
			top:-12px;
			left:-12px;
			margin-bottom:-45px;
			width:210px;
			height:41px;
		}


	div.main_selection{
		position:relative;
		background-color: #ad8224;
		width:480px;
		height:26px;
		border-top: 2px solid black;
	}
	div.main_selection p{
		padding-top: 3px;
		font-size:19px;
		font-weight:bold;
		color:white;
		text-align:center;
	}

div.view_selection {
	background-color: #F7EFD1;
	border-top: 2px solid black;
	height:25px;
	color: black;
	font-size: 18px;
	text-align:center;
	padding-top: 3px;
}
div.view_selection a {
	color: gray;
	font size: 16px;
	text-decoration: none;
	padding-top: 2px;
}
div.view2_selection {
	background-color: black;
	height: 54px;
	text-align: center;
}
div.list_s1 {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	clear:both;
	padding-top: 11px;
}
div.list_s2 {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	clear:both;
	padding-top: 3px;
}
div.list_s1 a {
	text-decoration: none;
	color: gray;
	padding-left: 2px;
}
div.list_s2 a {
	text-decoration: none;
	color: gray;
	padding-left: 2px;
}
div.list_d1 {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	clear:both;
	padding-top: 11px;
}
div.list_d2 {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	clear:both;
	padding-top: 3px;
}
div.list_d1 a {
	text-decoration: none;
	color: gray;
	padding-left: 2px;
}
div.list_d2 a {
	text-decoration: none;
	color: gray;
	padding-left: 2px;
}
div.legend {
	margin-top: 3px;
	background-color: black;
	height: 515px;
}
div.legend p {
	color: white;
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 13px;
	text-align: justify;
}
div.legend img {
	position: absolute;
	top: 240px;
	left: 0px;
}

