/* CSS Document */

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF; /* #817D64; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
	  background: url(/site/images/content_fill.gif) center top repeat-y #FFFFFF;
}

a { text-decoration: none; color: #A7A7A7 }
a:hover { text-decoration: underline; color: #817D64 }
a.selected { font-weight: bold; color: #817D64; } 

select { font-size: 11px; }
input { font-size: 11px; }
blockquote { margin-top: 5px; margin-left: 15px; margin-bottom: 5px; }

.textWhite { font-size: 11px; color: #FFFFFF }
.textTitle { font-size: 16px; }

#container { position: relative; width: 900px; margin: auto; }

#logo { position: absolute; left: 145px; top: 0px; width: 150px; height: 50px; margin-top: 25px; }

#menu { position: absolute; left: 145px; top: 75px; width: 570px; height: 40px; }

	#menu ul { list-style: none; margin-top: 5px; padding: 0; height: 30px }
	#menu li { margin: 0; padding: 5px 4px 0px 4px; margin-right: 5px; text-align: center; float: left; font-size: 11px; }
	#menu li a { color: #A7A7A7; text-decoration: none; font-weight: bold; }
	#menu li a.hover { text-decoration: underline; }
	#menu li a.selected { font-weight: bold; color: #666666; text-decoration: none; }
	/* #menu li:first-child { border-left: solid 1px #DDD } */
	
#left { position: absolute; left: 5px; top: 135px; width: 140px; height: 565px; text-align: right; overflow: auto; padding-right: 5px; }
	
	.menu_left {font-size: 13px; font-weight: bold; color: #A7A7A7; }
	.menu_left_sub {font-size: 11px; font-weight: bold; color: #A7A7A7; }

#mid { position: absolute; left: 160px; top: 135px; width: 500px; /* height: 565px; */ overflow: auto; }
#mid1 { position: absolute; left: 160px; top: 135px; width: 160px; height: 600px; overflow: auto; text-align: right; margin: 0; padding: 0; }
#mid2 { position: absolute; left: 330px; top: 135px; width: 355px; height: 565px; padding-right: 5px; overflow: auto; }

#right { position: absolute; left: 690px; top: 0px; width: 210px; height: 100%; background-image: url(/site/images/right_fill.jpg); }

