﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 160px;
	height: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:160px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 160px;
}

#footer {
}
.header_cell {
	border: 1px solid #0000FF;
	text-align: center;
	color: #000000;
}

.cell_style {
	border: 1px solid #0000FF;
	color: #000000;
	text-align: left;
	font-weight: normal;

}
.table_style {
	border-collapse: collapse;
	border: 1px solid #0000FF;
}
.yellow_style {
	font-size: small;
	background-color: #EBD061;
}

.style_12px{
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif
		}
.style_tan{
			background-color: #EBCF63;
		}


