@charset "utf-8";
/* CSS Document */

#background {
	background:#DCE7ED;
	background-repeat: repeat;	
}
#container {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#main_image {
	background-repeat: repeat;
	position: relative;
	width: 800px;
	height: 400px;
	background-color: FFF;
}
#left_column, #right_column {
    width: 400px;
	float: left;
}
#left_column, #right_column {
	height:344px;
	color: #000;
}
#left_column header {
	font-family: Arial;
	font-size: 20pt;
	text-align: left;
	padding-left: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#left_column h1 {
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	padding-left: 20px;
	font-style: normal;
	font-weight: normal;
}

#nav_bar img {
	padding-top: 10px;
	padding-left: 10px;
}
#bottom_nav {
	background-repeat: no-repeat;
	position: relative;
	height: 47px;
	width: 800px;
	background-image: url(images/BottomNav.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
}
#bottom_left {
	width: 385px;
	float: left;
	height: 32px;
	font-family: Arial;
	font-size: 12pt;
	color: #FFF;
	padding-left: 15px;
	padding-top: 15px;
}
#bottom_left u {
	padding-left: 10px;
}
#bottom_right {
    width: 400px;
	float: left;
	height: 47px;

}
#bottom_r_top_right, #bottom_r_bottom_right {
	width: 100px;
	float: left;
	height: 18.5px;
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
	padding-left: 55px;
}
#bottom_r_top_left, #bottom_r_bottom_left {
	width: 155px;
	float: left;
	height: 18.5px;
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
	padding-left: 80px;
}
#bottom_r_top_left, #bottom_r_top_right {
	padding-top: 5px;	
}
#bottom_nav  a {
	color: #FFF;
}
#credits {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	float: right;
	background-color: transparent;
}
#credit_container {
	width: 800px;
	background-color: transparent;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#table {
	background-repeat: repeat;
	position: relative;
	width: 800px;
	height: inherit;
	background-color: FFF;
}
#table table tr th {
	color: #FFF;
}
