/* CSS Document */


body{
	margin:0 auto;
	text-align:center;
	background:#7e7e7e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
	background:url(images/dingbat.gif) no-repeat 0px 5px;
	border-bottom:1px solid #e2e2e2;
	padding:5px 0 0 35px;
	margin:0;
	width:550px;
	float:left;
	font-family:Goudy Old Style;
}

iframe{
	position:relative;
	top:5px;
	left:-75px;
	width: 930px;
	height: 900px;
	border: solid #ffffff 5px;
}

p{
	clear:left;
	padding:10px 10px 0 0;	
}
	
	#header{
		width:100%;
		float:left;
		text-align:center;
		background:#ffffff url(images/header.gif) ;
	}
	
		#header_content{
			margin:0 auto;
			width:800px;
			text-align:center;
		}
			
			#logo{
				background:url(images/logo.jpg) repeat-x;
				height:110px;
				width:800px;
				float:left;
			}
			
			#top_navigation{
				margin-top:3px;
				float:left;
				width:100%;
				line-height:normal;
			}
				#top_navigation ul {
					margin:0;
					padding:0;
					list-style:none;
					font-size:75%;
				}
				#top_navigation li {
					float:left;
					background:white url(images/tab_right.gif) no-repeat right top;
					margin:0 0 0 3px;
					padding:0;
				}
				#top_navigation a {
					color:black;
					display:block;
					text-decoration:none;
					background:url(images/tab_left.gif) no-repeat left top;
    				padding:3px 13px 0 13px;
				}
				#top_navigation a:hover{
					text-decoration:underline;
				}
	#matter{
		width:100%;
		float:left;
		text-align:center;
		background:white;
	}
	
		#matter_content{
			margin:0 auto;
			width:800px;
			text-align:justify;
		}
		#matter_wrap{
			width:800px;
			float:left;
			padding-top:10px;
			background:white;
			min-height:500px;
		}
		* html #matter_wrap{height:500px;}
		* html #matter_wrap p{margin-top:0px;}
	#footer{
		width:100%;
		height:20px;
		float:left;
		text-align:center;
		background:url(images/footer.gif) repeat-x;
	}
		#footer_content{
			color:white;
			width:800px;
			margin:18px auto;
			font-size:85%;
			text-align:right;
		}
		
		
#right_nav{
	float:right;
	width:200px;
	margin:10px 5px 50px 10px;
	text-align:left;
	font-size:93%;
}
	#right_nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#right_nav li{
		margin:0 0 0 30px;
		padding:0;
	}
	#right_nav a{
		color:#333;
		display:block;
		text-decoration:none;
		padding:5px 0 5px 10px;
		border-bottom:1px #ccc solid;
	}
	#right_nav a:hover{
		color:#333;
		background:#F8C761;
		border-bottom:1px #F3B636 solid;
	}
		
		
		
		
		
		
		
		
