@charset "utf-8";
	a:link {
	color: #29527c;
	text-decoration: none;
	}
	a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	a:hover {
	color: #29527c;
	text-decoration: none;
	}
	a:active {
	color: #29527c;
	text-decoration: none;
	}

	body {
	background-color: #547ea8;
	font-family: Verdana;
	text-align: center;
	margin-top: 0px;
	}
	
	#mainframe{
	width:920px;
	height: 600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:center;
	background-color:#FFFFFF;
	}
	
	#header{
	height: 150px;
	width: 920px;
	background-color: #547ea8;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#middle_frame{
	height: 450px;
	width: 900px;
	background-image: url(../images/middle-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px;
	}
	
	#left_box{
	height:430px;
	width: 260px;
	background-image: url(../images/left-box-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px;
	}
	
	#left_inner_box{
	background-color: #acc1d8;
	height: 405px;
	width: 240px;
	font-size:12px;
	text-align:left;
	}
	
	#central_box{
	height:430px;
	width:630px;
	background-image: url(../images/central-box-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px;
	}
	
	#central_inner_box{
	background-color: #e3e3e3;
	height: 410px;
	width: 610px;
	font-size:12px;
	padding-left:5px;
	padding-top:5px;
	}
	
	#central_spacer_row{
	height:10px;
	}
	
	#central_text_row{
	height:60px;
	font-size:9px;
	text-align:left;
	padding-left:5px;
	text-align:justify;
	padding-right:10px;
	}
	
	#footer{
	font-size: 9px;
	}
	
