@charset "utf-8";
/* CSS Document */

<style type="text/css">
html,body{margin:0;padding:0}
body{background-color: #f9efce;
	background-image: url(../images/background.gif);
}
div#container{
	text-align:left;
	width:894px;
	margin-top: 77px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 571px;
}
div#wrapper{
	background-image: url(../images/wrapper_bkgrnd.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 571px;
	width: 894px;
}
div#content{
	float:right;
	width:673px;
	height: 372px;
	background-image: url(../images/content_bkgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#left_nav{
	float:left;
	width:221px;
	position: relative;
	height: 549px;
	background-image: url(../images/nav_bkgrnd.gif);
	background-repeat: repeat-x;
}
div#top_bar{
	float:right;
	width:673px;
	height: 90px;
	background-image: url(../images/top_bar_rings.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div#bottom_bar{
	float:right;
	width:673px;
	height: 85px;
	position: relative;
}
div#footer{
	color: #FFF;
	clear:both;
	width:894px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 23px;
}

.text_emailLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #996600;
	text-decoration:none;
}

.text_emailLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #996600;
	text-decoration:none;
}

.text_emailLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #996600;
	text-decoration:underline;
}

.text_emailLink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #996600;
	text-decoration:none;
}

.text_footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 23px;
}

.text_bodyCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}


.text_whitelLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
