body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(slices/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
.main_table {margin-left:auto; margin-right:auto;}
td {
	text-align: left;
}
td img {display: block;}
.header {
	background-image: url(slices/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 206px;
	width: 984px;
	position: relative;
}
.link_color {
	background-image: url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.header_heading {
	position:absolute;
	left:195px;
	top:45px;
	font-size:20px;
	color:#000000;
	font-style:italic;
	margin: 0px;
}
.header_heading2 {
	position:absolute;
	left:289px;
	top:140px;
	font-size:18px;
	color:#FDE264;
	font-style:italic;
	font-weight: normal;
	margin: 0px;
}
.navigation_container {
	position: absolute;
	left: 279px;
	top: 166px;
}
.navigation {
	color: #FFFFFF;
	padding: 2px 10px;
	text-align: center;
	/*
	border:thin solid #3c1518;
	height: 30px;
	*/
	display: block;
	line-height: 14px;
	margin:2px;
	font-weight: bold;
}
.navigation:hover {
	border:2px solid #0394DD;
	text-decoration:none;
	color:#FDE264;
	margin:0px;
}
.slideshow {
	position: relative;
	height: 264px;
	width: 984px;
}
.slideshow_text {
	position:absolute;
	color:#000000;
	font-size:15px;
	left:10px;
	top:10px;
	background-image: url(slices/slideshow_text_bg.png);
	padding: 4px;
}
.heading {
	background-image: url(slices/heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 979px;
	line-height:35px;
	padding-left: 5px;
	margin:0px;
	font-size:16px;
	color:#D5E8FB;
}
h1 {
	background-image: url(slices/heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
	width: 979px;
	line-height:33px;
	padding-left: 5px;
	margin:0px;
	font-size:16px;
	color:#D5E8FB;
}
h2 {
	font-size: 15px;
	color: #FDE264;
	margin: 0px;
}
heading2 {
	font-size: 15px;
	color: #FDE264;
	margin: 0px;
}
.content_table {
	background-image: url(slices/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.content_cell {
	background-image: url(slices/content_cell_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
}
a {
	color: #FDE264;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
hr {
	border-top: thin solid #999999;
	border-right: thin none #999999;
	border-bottom: thin none #999999;
	border-left: thin none #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photo_border {
	border: thin solid #0394DD;
}
.footer {
	background-image: url(slices/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 974px;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	padding: 4px;
}
ul {
	margin: 0px;
}

