﻿/* CSS layout */
#masthead {
height:120px;
background-image:url('grafix/header_bkgrd.gif')
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 140px;
	text-align:center;
}

#footer {
	position:relative;
	margin-left: 140px;
	text-align:center
}

.arial_red {
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.hyperlink {
	border-width: 0px;
}
.story_box {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-family: Arial;
	font-size: small;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}
.table {
	margin: 0px auto 0px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	empty-cells: show;
}
.table2 {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	empty-cells: show;
}
.cell {
	border: 1px solid #666666;
	text-align: center;
}
.title_red {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-family: Arial;
	font-size: x-small;
	color: #000000;
}
