/* GLOBAL STYLES  */
/* These are all elements that will not change from page to page  */


a {
	color: #3e88c1;
}

body {
	text-align: center;
	background-image:url(images/main_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}



#wrapper {
	margin:0 auto;
	position: relative;
	width:970px;
	height:100%;
}



.textStyle {
	text-align: left;
	font-family: verdana;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	
}

.logo {
	position:absolute;
	left:-1px;
	top:41px;
	width:257px;
	height:80px;
}

.nav {
	position:absolute;
	left:294px;
	top:71px;
	width:639px;
	height:44px;
	text-align: left;
}






.bar1 {
	float: left;
	width: 350px;
	padding: 10px;
	text-align: left;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
}

.bar1 a {
	text-align: left;
	font-family: verdana;
	color: #444444;
	font-size: 11px;
}

.bar2 {
	float: right;
	width: 550px;
	padding: 10px;
	text-align: right;
	font-family: verdana;
	color: #444444;
	font-size: 11px;
}

.bar2 a {
	font-family: verdana;
	color: #444444;
	font-size: 11px;
}
