* { /* Globally reset styles */
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-image: url('../images/bg_pattern.gif');
	background-repeat: repeat;
}

.preload {
	position: absolute;
	top: -200px;
	left: -100px;
}

div#container {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	background-color: #f2f2f2;
}	

div#content {
	height: 100%;
	position: relative;
	left: 10px;
}

div#header {
	width: 780px;
	height: 100px;
	background: url('../images/header.gif') no-repeat;
}

div#header_logos {
	float: right;	
}

a#ffrc {
	width: 270px;
	height: 25px;
	display: block;
	text-decoration: none;
	float: left;
	position: relative;
	top: 59px;
	background: url('../images/btn_ffrc_inact.gif') 0 0 no-repeat;
}

a:hover#ffrc {
	width: 270px;
	height: 25px;
	display: block;
	text-decoration: none;
	float: left;
	position: relative;
	top: 59px;
	background: url('../images/btn_ffrc_act.gif') 0 0 no-repeat;
}

.bodytext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
}

a.btnuc {
	width: 350px;
	height: 120px;
	display: block;
	text-decoration: none;
	color: white;
	float: left;
	position: relative;
	background: url('../images/btn_uc_inact.gif') 0 0 no-repeat;
}

a:hover.btnuc {
	width: 350px;
	height: 120px;
	display: block;
	text-decoration: none;
	color: black;
	float: left;
	position: relative;
	background: url('../images/btn_uc_act.gif') 0 0 no-repeat;
}

div.btnuc_cell_1 {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	font-size: 38px;
	width: 114px;
	position: absolute;
	top: 35px;
	line-height: 28px;
	text-align: right;
}

div.btnuc_cell_2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 114px;
	position: absolute;
	top: 75px;
	text-align: right;
}

div.btnuc_cell_3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 135px
}

div.btnuc_cell_4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 75px;
	left: 135px
}

a.btnac {
	width: 740px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 19px;
	background: url('../images/btn_ac_inact.gif') 0 0 no-repeat;
}

a:hover.btnac {
	width: 740px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 19px;
	background: url('../images/btn_ac_act.gif') 0 0 no-repeat;
}

div.btnac_cell_1 {
	float: left;
	position: absolute;
	top: 10px;
	left: 10px
}

div.btnac_cell_2 {
	float: left;
	position: absolute;
	top: 10px;
	left: 135px;
}

div.btnac_cell_3 {
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

div#footer_text_area {
	width: 780px;
	height: 50px;
	background: url('../images/footer.gif') no-repeat;
}

div#footer_text {
	position: relative;
	top: 31px;
	text-align: center;
}

.footertext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	color: #aaa;
}


