﻿/* CSS layout */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1024px;
	background-color: #FAFCCF;
}
#masthead {
	text-align: center;
	background-image: url('../images/ivyTop.png');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 200px;
	padding-top: 50px;
	padding-bottom: 75px;
}
#container {
	min-width: 600px;
}
#left_col {
	background-position: left top;
	width: 200px;
	float: left;
	background-image: url('../images/ivyLeft.png');
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	height: 1000px;
}
#right_col {
	background-position: right top;
	border-width: 0px;
	width: 200px;
	float: right;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	background-image: url('../images/ivyRight.png');
	height: 1000px;
	background-repeat: repeat-y;
}
#page_content {
	margin-left: 250px;
	font-family: Tahoma;
	font-size: .8em;
	margin-right: 250px;
}
#footer {
	clear: both;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5ex;
	font-weight: bold;
	font-variant: small-caps;
	color: #003300;
	text-align: center;
	background-color: #D7F5C9;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 25px;
}
#left_col a {
	background-position: left top;
	width: 200px;
	float: left;
	background-image: url('../images/ivyLeft.png');
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #800000;
	text-decoration: none;
}
table {
}
#footer a {
	clear: both;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	font-weight: bold;
	font-variant: small-caps;
	color: #800000;
	text-align: center;
	background-color: #D7F5C9;
	text-decoration: none;
}
#top_nav {
	line-height: 50px;
	text-align: left;
	left: auto;
	right: auto;
	margin-right: 250px;
	margin-left: 250px;
}
.imageLink {
	border-width: 0px;
}



