﻿/* CSS layout */
#masthead {
	background-color: #290047;
	border: thin solid #744d7b;
	height: 140px;
}

#top_nav {
	background-color: #BCD752;
}

#container {
	border-style: none;
	position: relative;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/CIRCLEBACKLEFT22009.gif');
	height: 500px;
}

#left_col2 {
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-size: small;
}
#left_col3{
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#left_col3 {
	width: 45%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	margin-right: 170px;
	margin-left: 170px;
	background-color: #FFFFFF;
	position: relative;
	width: 700px;
}
#page_content2{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 75%;
	float: right;
}
#page_content3 {
	border: 0px none ;
}
#right_col {
	width: 170px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/CIRCLEBACKRIGHT2009.gif');
	height: 500px;
}
#right_col2 {
	padding: 0px 10px 0px 0px;
	width: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-size: small;
}
#right_col3 {
	width: 45%;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #BCD752;
	text-align: center;
}
#container3 {
	border-style: none;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


