@charset "utf-8";
/* CSS Document */
html, body {
	background:url(images/rhino8_05.png) repeat-y center top #D2AC67;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.container {
	width:100%;
}
.main {
	width:1052px;
	display:block;
}
.header {
	background:url(images/rhino8_02.png) no-repeat;
	width:1052px;
	height:200px;
	display:block;
}
.header .siteName {
	width:642px;
	padding:170px 0 0 410px;
	font-size:28px;
	font-weight:bold;
	color:#004282;
	text-align:left;
	text-shadow: 3px 3px 3px #B9863A;
	filter: dropshadow(color=#B9863A, offx=3, offy=3); 
}
.content {
	background:url(images/rhino8_04.png) no-repeat center top;
	width:992px;
	padding:0px 30px 0px 30px;
	text-align:left;
}
.menu {
	width:210px;
	display:block;
	margin:5px 5px 5px 5px;
	padding:50px 0 0px 15px;
	float:left;
}
.menu ul {
	width:190px;
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu ul li {
	width:190px;
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu ul li a{
	width:190px;
	padding:5px;
	margin:5px 0px 5px 0px;
	color:#004282;
	background-color:#B9863A;
	-webkit-box-shadow: 2px 2px 2px 1px #000;
	-moz-box-shadow: 2px 2px 2px 1px #000;
	box-shadow: 2px 2px 2px 1px #000;
	text-decoration:none;	
	display:block;
	font-weight:bold;
}
.menu ul li a:hover {
	background-color:#D2AC67;
	color:#FFF;
	-webkit-box-shadow: 1px 1px 1px 0px #000;
	-moz-box-shadow: 1px 1px 1px 0px #000;
	box-shadow: 1px 1px 1px 0px #000;
}
.content_main {
	width:680px;
	padding:5px;
	float:left;
}
.content_main h1 {
	padding:5px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border-bottom:3px solid #F3E8C7;
	color:#043F8A;
}
.content_main h2 {
	border-bottom:1px solid #4A532A;
	color:#4A532A;
	font-size:14px;
}
.tbl th {
	background-color:#F3E8C7;
	color:#8F541E;
	font-size:14px;
	padding:5px;
}
.tbl td {
	border:#8F541E 1px solid;
}
.tbl td p {
	margin:0px;
	padding:2px;
}
.tbl td a {
	text-decoration:underline;
	cursor:pointer;
	color:#F00;
}
.red {
	background-color:#F5B097;
}
.blue {
	background-color:#B5CCD7;
}
.footer {
	background:url(images/sime_08.png) no-repeat;
	width:960px;
	height:94px;
	display:block;
}
.clr {
	clear:both;
}

