@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #89a76e;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
}
h1{
	font-size:16px;
	font-weight:normal;
	color:#a8b211;
	margin-top:0px;
	margin-bottom:0px;
}
h1 #smaller{
	font-size:12px;	
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#a8b211;
	text-align:right;
	margin-bottom:0px;
	margin-top:0px;
}
#Container{		
	width: 920px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;	
}
#RightShadow{
	width: 20px;
	height: 495px;
	background-image: url(../images/right_shadow.jpg);
	float: left;
}
#Main{
	width: 900px;
	height: 495px;
	float: left;
	background-color:#11242b;
}
	#Header{
		width: 900px;
		height: 75px;
		float: left;
		background-image: url(../images/header.jpg);
	}
	#Navigation{
			text-align:right;
			line-height:22px;
			margin-top:10px;
			float: right;
	}
		#Navigation a {
			font-size:14px;
			margin-right:22px;
			text-decoration:none;
			color:white;
		}
		#Navigation .current a{		
			text-decoration:none;
			color:#a8b211;
		}
		#Navigation a:hover {
			text-decoration:none;
			color:#a8b211;
		}
	#Content{
		width: 860px;
		height: 400px;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom:20px;
		background-color: #11242b;
		background-image: url(../images/text_back.jpg);
	}
	#BottomShadow{
		width: 920px;
		height: 25px;
		float: left;
		background-image: url(../images/bottom_shadow.jpg);
		background-repeat:no-repeat
	}
	
	#MainText a{
		color:#a8b211;
		text-decoration:underline;
	}
	#MainText{
		width:470px;
		height:365px;
		padding-right:20px;
		padding-left:10px;
		padding-top:10px;
		float:left;
		overflow:auto;
		scrollbar-base-color: #0b171b;
		scrollbar-arrow-color: #BABABA;
		scrollbar-face-color: #565656;
		scrollbar-highlight-color: #A0A0A0;
		scrollbar-shadow-color: #A0A0A0;
		scrollbar-track-color: #0B171B;
	}
	.floatimageright{
		float: right;
		padding-top:20px;
		padding-right:20px;
	}
	.floatimageleft{
		float:left;
	}
	.floatright{
		float:right;
	}
	#ContentBox{
		height:390px;
		width:330px;
		padding-left:20px;
		padding-top:10px;
		float:left;
		overflow:auto;
		scrollbar-base-color: #0b171b;
		scrollbar-arrow-color: #BABABA;
		scrollbar-face-color: #565656;
		scrollbar-highlight-color: #A0A0A0;
		scrollbar-shadow-color: #A0A0A0;
		scrollbar-track-color: #0B171B;
	}
	#ContentBox ul{
		margin-left:15px;
		color:#FFFFFF;
		font-size:12px;

	}
	#ContentBox ul li{
		font-size:13px;
		font-weight:bold;	
	}
	#ContentBox ul li ul li a{
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#FFFFFF;
	}
	#ContentBox ul li ul li a:hover{
		font-weight:normal;
		text-decoration:none;
		color:#a8b211;
	}
	#Information{
		padding-top:8px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom:20px;
		height:372px;
		width:470px;
		float:right;
		overflow:auto;
		scrollbar-base-color: #0b171b;
		scrollbar-arrow-color: #BABABA;
		scrollbar-face-color: #565656;
		scrollbar-highlight-color: #A0A0A0;
		scrollbar-shadow-color: #A0A0A0;
		scrollbar-track-color: #0B171B;
	}
	#Information a{
		color:#FFFFFF;
	}
	#Information strong{
		color:#a8b211;
		text-decoration:underline;
	}
