@charset "utf-8";
/* CSS Document */


h5 {
	clear:both;
}
.wrapper {
	margin:auto;
	width: 1000px;
}
.banner {
	margin-top:50px;
	margin-left:25px;
	padding-left:125px;
	width: 1000px;
	height: 150px;
	background-image:url(images/FRGlogoPoor.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
.columnleft {
	margin-top:60px;
	float:left;
	width: 150px;
}
.columnleft a {
	display:block;
	width:100px;
	height:80px;
	font-weight:bold;
	padding-top:20px;
	background-image:url(images/buttons/raw/masterButton.png);
	margin-bottom:20px;
	margin-left:25px;
	text-align:center;
}
.columnleft a:hover {
	text-decoration:none;
	background-position: right;
}
.columnleft a:active {
	text-decoration:none;
	background-position: center;
}
.columnmiddle {
	position:relative;
	width: 700px;
	text-align:justify;
	float:left;
}
.columnright {
	margin-top:60px;
	position:relative;
	float:right;
	width: 150px;
}
.columnright a {
	display:block;
	width:100px;
	height:80px;
	font-weight:bold;
	padding-top:20px;
	background-image:url(images/buttons/raw/masterButton.png);
	margin-bottom:20px;
	margin-left:25px;
	text-align:center;
}
.columnright a:hover {
	text-decoration:none;
	background-position: right;
}
.columnright a:active {
	text-decoration:none;
	background-position: center;
}
.footer {
	clear:both;
}
.content {
	margin-top:60px;
}
.content img {
	text-align:right;
	padding-right:none;
	padding-top:10px;
	padding-left:25px;
}
.content object {
	text-align:right;
	padding-right:none;
	padding-top:10px;
	padding-left:25px;
}
.split {
	width:350px;
	float:left;
}
.split ul {
	width:125px;
	text-align:left;
}