/* CSS Document */
body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	top: 0px;
	left: 0px;
}

a {
	color: #A65300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#maintable {
	width: 100%;
	height: 100%;
	background-color: #F4992F;
	border-top: 16px solid #000000; 
	border-bottom: 16px solid #000000;
}

#bodytable {
	margin-top: -1px;
	width: 833px;
	border: 0px; 
	height: 100%;
}

#logo_overlap {
	position: absolute;
	left: 0px;
	top: 16px;
}

#project_overlap {
	position: absolute;
	left: 146px;
	top: 236px;
}

#float_boxes, #float_boxes2, #float_boxes3 {
	position: absolute;
	left: 833px;
}

#float_boxes {
	top: 333px;
}

#float_boxes2 {
	top: 253px;
}

#float_boxes3 {
	top: 280px;
}

a:hover {
	text-decoration: underline;
}

td img {
	display: block;
}

.large_orange_box, .large_orange_box2 {
	float: left; 
	margin: 0px; 
	text-align: left; 
	height: 100%; 
	background-color: #FDEBD5;
}

.large_orange_box {
	width: 328px;  
}

.large_orange_box2 {
	width: 417px;  
}

.project_box_grey {
	width: 100%; 
	background-color: #ACACAC; 
	height: 18px;
	border-top: 1px solid #FFFFFF;
}

.project_button_text {
	float: left; 
	font-size: 11px; 
	font-weight: bold; 
	margin: 2px 8px 0px 8px;
}

.project_spacer {
	float: left; 
	border-right: 1px solid #FFFFFF;
}

.project_button_text a {
	color: #000000;
}

.project_button_text a:hover {
	color: #A65300;
}

#currentlink {
	color: #A65300;
}

.medium_header_orange, .medium_header_grey {
	font-size: 18px; 
	font-weight: bold; 
}

.medium_header_orange {
	color: #F4992F;
}

.medium_header_grey {
	color: #ACACAC;
}

