﻿BODY {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #E95E22;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #fff;
	padding: 0px;
	margin-top: 54px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/splash_bg_page.gif);
	background-repeat: repeat-x;
	line-height: 14px;
}
A {
	COLOR: #E95E22; text-decoration: none;
	font-size:14px;
}
A:visited {
	COLOR: #E95E22
}
A:link {
	COLOR: #E95E22
}
A:hover {
	COLOR: #23A8D7;
}
.bg_header {
	background-image: url(../images/splash_top_header.jpg);
	background-repeat: no-repeat;
	height: 112px;	
}
.bg_middle_1 {
	background-image: url(../images/splash_bg_middle_1.jpg);
	background-repeat: no-repeat;
	height: 315px;
}
.bg_middle_2 {
	background-image: url(../images/splash_bg_middle_2.jpg);
	background-repeat: repeat-y;
	height: 52px;
}

.bg_bottom {
	background-image: url(../images/splash_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 92px;	
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
.button A {
	COLOR: #FFFFFF; text-decoration: none;
}
.button A:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.button A:link {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.button A:hover {
	COLOR: #FFFFFF; text-decoration:underline;
}
.content_area{
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 0px;
	margin-top: 5px;
	
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}
.logo{
	margin-top: 15px;
	margin-left: 13px;
	float: left;
}

