@charset "utf-8";
/* CSS Document */

	body, html {
		z-index: 0;
		height:100%;
		margin:0;
		padding:0;
		background-color:#FFFFFF;
	}
	
	.divider {
		border: 0px;
		border-top: 1px solid #d8d8d8;
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #647a91;
	}
		
	#site_main {
		width:100%;
		height:100%;
		margin:0;
		padding:0;
	}
	
	#site_main td{
		/*border: 1px solid #CCCCCC;*/
	}
	
	#table_right {
		height: 100%;
		width: 100%;
	}
	
	#site_contentbox {
		width: 95%;
		padding-top: 20%;
	}
	
	#site_title {
		text-align: right;
		padding-bottom: 6px;
		padding-right: 7px;
	}
	
	#site_menu {
		text-align: right;
		font-variant:small-caps;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-weight:bold;
		font-size: 12px;
		line-height: 22px;
		color: #647a91;
		text-decoration: none;
	}
	
	#site_menu a {
		color: #647a91;
		text-decoration: none;
	}
	
	#site_menu img {
		border: 0px solid white;
		position: relative;
		top: 3px;
	}
	
	#site_dates {
		text-align: right;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		letter-spacing: -1px;
		font-variant:small-caps;
		font-size: 12px;
		line-height: 22px;
		color: #333333;
		padding-bottom: 10px;
		padding-right: 7px;
	}
	
	#site_dates a {
		color: #94928c;
		text-decoration:none;
	}
	
	.site_content {
		width: 60%;
		font-family: "Times New Roman", Times, serif;
		font-size:12px;
		color: #75746f;
		line-height: 14px;
		text-align:left;
		padding-top: 5px;
		padding-bottom: 5px;
		float: right;
	}
	
	.site_contentimg {
		width: 36%;
		float: left;
		text-align:right;
		padding-top: 32px;
		position: relative;
	}
	
	.site_contentimgimg {
		width: 90%;
		border: 0px solid white;
		z-index: 500;
		position:relative;
		margin-bottom: 5px;
	}
	
	#table_left {
		width: 38%;
		height:100%;
		position: fixed;
		left:0;
		top:0;
	}
	
	h1 {
		padding: 0;
		margin: 0;
		font-size:11px;
		line-height:13px;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-weight:bold;
	}
	
	.site_contentimgholder {
		position: absolute;
		z-index: 50000;
		bottom:0;
		right:0;
	}
	
	.site_contentimgholder img {
		display: none;
		border-left: 5px solid white;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		position: relative;
		z-index: 60000;
	}