﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

/* ****** Left Column ***** */
#left_col {
	color: #005A18;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}
#left_col a {
	color: #005A18;
	font-size: 1em;
	text-decoration: none;
}
#left_col a:visited {
	color: #005A18;
}
#left_col a:active {
	color: #FF0000;
}
#left_col a:hover {
	color: #FF0000;
}

#right_col {
	color: #005A18;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}
#right_col a {
	color: #005A18;
	font-size: 1em;
	text-decoration: none;
}
#right_col a:visited {
	color: #005A18;
}
#right_col a:active {
	color: #FF0000;
}
#right_col a:hover {
	color: #FF0000;
}

#footer {
	text-align: center;
	background-color: #A5B8C9;
	font-size: .8em;
	font-style: italic;
	color: #003366;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:visited {
	color: #003366;
}
#footer a:active {
	color: #FF0000;
}
#footer a:hover {
	color: #FF0000;
}

.Title {
	color: #FFFFFF;
	font-weight: lighter;
}

.ItemsOfInterest {
	color: #FFFFFF;
	text-align: center;
}

