﻿/* CSS layout */
body 
{
	background-color: white;
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#entirepg {
	border-style: 1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
}
#top_nav {
}

#container {
	padding: 2px;
	margin: 2px;
	min-width: 700px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #003366;
}
#left_col {
	background-position: 100%;
	width: 150px;
	float: left;
	background-image: url('Logo/ectleft.jpg');
	font-size: medium;
}
#right_col {
	padding: 2px;
	margin: 2px 2px 2px 20px;
	border-style: solid;
	border-width: 0px;
	width: 125px;
	float: right;
	border-left-color: #003366;
	background-image: url('Logo/ectright.jpg');
	font-weight: bold;
	text-align: center;
	color: #003366;
	font-size: small;
	text-decoration: none;
}
#page_content {
	border-style: solid;
	padding: 5px;
	margin-left: 125px;
	margin-right: 125px;
	background-color: #FFFFFF;
	width: 480px;
	border-top-color: #003366;
	font-family: Tahoma, Helvetica, Arial;
	text-decoration: none;
	float: right;
	right: 125px;
	left: 125px;
}
#footer {
	clear: both;
	text-align: center;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 2px;
}
#footer {
	clear: both;
	text-align: center;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 2px;
}

