html {
	height: 100%;
}

#centered {
	width: 760px;
	height: 562px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -275px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBBCBE;
	letter-spacing: .25px;
	word-spacing: 2px;
	margin-top: 15px;
	margin-right:30px;
	margin-bottom: 15px;
	text-align:right;
}

.i {
	display: none;
}

	body {
		height: 100%;
		background: #E4E1E1;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
    		scrollbar-face-color: #E4E6E5; 
    		scrollbar-shadow-color: #E4E6E5; 
    		scrollbar-highlight-color: #E4E6E5;
    		scrollbar-3dlight-color: #E4E6E5; 
    		scrollbar-darkshadow-color: #E4E6E5; 
    		scrollbar-track-color: #E4E6E5; 
    		scrollbar-arrow-color: #000000;
		}

a:link {
	color: #f96311;
	text-decoration: none;
}

a:visited {
	color: #f96311;
	text-decoration: none;
}

a:hover {
	color: #f96311;
	text-decoration: underline;
}

a:active {
	color: #f96311;
	text-decoration: underline;
}
	
	
	#frame {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
		border: 0px solid black;
		text-align:left;
		max-width: 760px;
		background-color: #fff;
		}
	#subframe {
		width:557px;
		margin-left: 157px;
		margin-right:0px;
		padding:0px;
		text-align:left;
		background:#E4E6E5;
		}
		
	#contentleft {
		width: 219px;
		margin-left: 0px;
		padding:0px;
		margin-left:0px;
		float:left;
		}
	
	#contentcenter {
		width: 335px;
		padding:0px;
		margin-left:0px;
		float:left;
		background:#E4E6E5;
		}
	#subcontentcenter {
		width: 315px;
		padding:0px;
		height:311px;
		margin-left:0px;
		float:left;
		background:#E4E6E5;
		overflow: auto;
		}

	#bottom {
		width: 760px;
		height: 48px;
		margin-left: auto;
		margin-right: auto;
		border: 0px solid black;
		background-image: url(../images/sub_bottom.gif);
		padding: 0px;
		}

		#bottom span {
			display: none;
		}

	#menu {
		height: 80px;
		margin-right:0px;
		margin-left:15px;
		margin-top:0px;
		padding:0px;
		text-align:left;
		color: #828291; 
		line-height: 4px;
		letter-spacing: .25px;
		word-spacing: 2px;

		}
	#contentright p { font-size:11px}
