﻿/* CSS layout */
#masthead {
	width: 920px;
	font-family: Cambria;
	font-size: x-large;
	text-align: center;
	height: 75px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	padding-top: 25px;
	background-image: url('Images/bgheader.jpg');
	background-repeat: no-repeat;
}

#top_nav {
	width: 920px;
	text-align: center;
}

#container {
	position: relative;
	width: 920px;
}

#left_col {
	width: 105px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 40px;
	min-height: 660px;
	font-family: Cambria;
	font-size: small;
	background-image: url('Images/bgbar.jpg');
	background-repeat: no-repeat;
}

#page_content {
	padding: 10px;
	margin-left: 150px;
	min-height: 600px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#footer {
	width: 920px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4F8AF;
}
.bluebold {
	font-size: large;
	font-weight: bold;
	color: #0066FF;
}
a {
	font-family: "trebuchet MS";
	font-size: medium;
	font-weight: normal;
	color: #000080;
}
a:visited {
	font-family: "trebuchet MS";
	font-size: medium;
	font-weight: normal;
	color: #000099;
}
a:active {
	font-family: "trebuchet MS";
	font-size: medium;
	color: #003399;
	font-weight: bold;
}
a:hover {
	font-family: "trebuchet MS";
	font-size: medium;
	font-weight: normal;
	color: #0000CC;
}
a:link {
	font-size: medium;
	font-weight: normal;
	color: #0000CC;
	font-family: "trebuchet MS";
}
