@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	color: #999;
	text-align:left;
	
	background-image: url(../images/First-Choice-bgr-2.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:100%; 
	
}
.topbar {
	background-image:url(../images/First-Choice-top-bar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:175px;
}
.midbar {
	background-image:url(../images/First-Choice-mid-bar.jpg);
	background-repeat:repeat-x;
	background-color:#f06EAA;
	background-position:bottom;
	height:540px;
}
.lowbar {
	background-image:url(../images/First-Choice-low-bar.jpg);
	background-repeat:repeat-x;
	height:122px;
}
.shadow {
	background-image:url(../images/shdw.png);
	background-repeat:repeat-y;
	width:950px;
	background-position:center;
	height:100%;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F06;
}
a:visited {
	color: #F06;
	text-decoration: none;
}
a:hover {
	color: #F6C;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

