/* CSS Document */
body, select, input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:160%;
	color:#666666;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:18px;
	font-style:italic;
	
}
#wrapper {
	width: 950px;
	background: #FFFFFF;
	background-image:url(graphics/text_main_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header {
	width:950px;
	height:119px;
	background-image:url(graphics/header_bg.jpg);
	background-repeat:no-repeat;
}
#tabs {
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color:#333333;
	background-image:url(graphics/tab_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:950px;
	height:43px;
}

#tabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#tabs li {
	display: inline;
}

#tabs a {
	background-image: url("graphics/tab1.gif");
	display: block;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 130px;
	height: 28px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs a:hover {
	background-image: url("graphics/tab2.gif");
	display: block;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 130px;
	height: 28px;
	text-decoration: none;
	color: #FFFFFF;
}
#tabs_home {
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#tabs_home ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#tabs_home li {
	display: inline;
}

#tabs_home a {
	background-image: url("graphics/tab1_home.gif");
	display: block;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 141px;
	height: 28px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs_home a:hover {
	background-image: url("graphics/tab2_home.gif");
	display: block;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 141px;
	height: 28px;
	text-decoration: none;
	color: #FFFFFF;
}
#text_body {
	width:330px;
	background-image:url(graphics/text_main_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:9px;
	padding-left:80px;
	float:left;
	}
#flash_image {
	width:530px;
	background-color:#FFFFFF;
	float:right;
	height:412px;
	}
#bottom_bar {
	background-image:url(graphics/bottom_banner.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:72px;
	width:910px;
	padding:20px;
	clear:both;
}