/* CSS Document */

/*<style type="text/css">*/
	
html {
	/*background: #F4F1DC url(../images/background_x.jpg) top left repeat-x;*/
	height: 100%;
	}
	
body {

	text-align: center;
	background: #F4F1DC url(../images/background_x.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	}	
	
h3 {
	font-size: 1.3em;
	font-weight: normal;	
	color:#76031E;
	}	

#frame {
	/*position: 	relative;*/
	width:816px;
	min-height:	100%;
	margin-top: 0px;
	margin-left:		auto;
	margin-right:		auto;
	/*padding:	0px;*/
	text-align: left;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	background:url(../images/bg_both_borders.jpg) top center repeat-y;
	}
	
#borderleft {
	position:	absolute;
	left:		0px;
	background-color: #0099FF;
	width:		16px;
	height:		100%;
	margin: 	0px;
	padding:	0px;
	top:		0px;
	background-image: url(../images/border_page_left.gif);
	background-repeat: repeat-y;
	}
	
#borderleft_top {
	position:			absolute;
	left:				0px;
	margin: 			0;
	padding:			0px;
	top:				0px;
	width:				16px;
	height:				113px;
	background-image: 	url(../images/border_mast_left.gif);
	background-repeat: 	no-repeat;
	background-position: top;
	}
	
#borderleft_bottom {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				16px;
	height:				100%;
	background-image: url(../images/border_page_left.gif);
	background-repeat: repeat-y;
	}	

#main {
	/*position:	absolute;*/
	/*top:		0;*/
	/*left:	17px;*/
	margin:		0px auto;
	width:		785px;
	padding:	0px;
	}
	
#main_column1 {
	position:	relative;
	float:		left;
	top:		0;
	left:		0;
	width:	314px;
	padding-left:	14px;
	padding-right:  10px;
	}	
	
#main_column2 {
	position:	relative;
	top:		0;
	margin-left:	320px;
	padding:	0;
	}	

#borderright {
	position:		absolute;
	width:			15px;
	height:			100%;
	padding:		0px;
	left:			801px;
	top:			0px;
	background-color:	#0099CC;
	}

#borderright_top {
	position:			absolute;
	left:				0px;
	width:				15px;
	height:				113px;
	margin: 			0;
	padding:			0;
	top:				0px;
	background-image: 	url(../images/border_mast_right.gif);
	background-repeat: 	no-repeat;
	background-position: top;
	}
	
#borderright_bottom {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				15px;
	height: 			100%;
	background-image: url(../images/border_page_right.gif);
	background-repeat: repeat-y;
	}


#main_header {
	width:816px;
	margin:0px auto;
	text-align:left;
	}

#main_footer {
	padding-top:	30px;
	padding-bottom: 10px;
	font-size:  0.7em;

	}
	
#copyright {
	float:     right;
	margin-right:	80px;
	padding-bottom: 10px;
	
}
#permission {
	width:	280px;
	margin-left:	80px;
	margin-right:	400px;
}
	
#main_content {
	padding-top:	20px;
	}
	
#viewer a:hover {
filter:alpha(opacity=75);
opacity: 0.75;
-moz-opacity: 0.75;
	}

.chg_opacity img:hover {
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	}		
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
		
	
	
/* </style> */
