﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('images/bg_greygradient2y.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}
#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 2px 0px 2px;
	border-color: #A2A2A2;
	background-color: #FFFFFF;
}
#masthead {
	height: 319px;
	background-image: url('images/Fugateheader.jpg');
	background-repeat: no-repeat;
}
#masthead2 {
	background-image: url('mages/Fugateheader2.gif');
	height: 200px;
}
#top_nav {
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #A2A2A2;
	height: 40px;
	background-image: url('images/bg_menu.gif');
}
#container {
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #A2A2A2;
	min-width: 600px;
	vertical-align: top;
	background-color: #FFFFFF;
}
#left_col {
	width: 230px;
	float: left;
}
#page_content {
	margin-left: 230px;
	vertical-align: top;
}

#footer {
	clear: both;
	height: 75px;
	background-image: url('images/bg_footer.jpg');
	color: #FFFFFF;
}
.style1 {
	text-align: center;
}
.style2 {
	font-size: medium;
}
.style3 {
	font-size: small;
}
.bottom {
}
a.bottom:link {
	text-decoration:none;
	color:white;
}
a.bottom:visited {
	text-decoration:none;
	color:white;
}
a.bottom:hover {
	text-decoration:none;
	color:yellow;
}
a.bottom:active {
	text-decoration:none;
	color:white;
}



.last_link {
	text-align: center;
	font-size: smaller;
}

