@charset "UTF-8";
/* CSS Document */
#copy  {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	background-color: #AC9D4F;
	z-index: 1;
}
#main {
	position:absolute;
	left:0px;
	top:229px;
	width:1000px;
	background-color: #AC9D4F;
	z-index:3;
	visibility: visible;
	height: 680px;
}
#foot {
	width:1000px;
	background-color: #567CC3;
	left: 0px;
	top: 920px;
	position: absolute;
	visibility: visible;
}
/**************************************** TAB PANELS */

.TabbedPanelsContent  p    {
	font-size: 90%;
	color: #353100;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
.TabbedPanelsContent  h1 {
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 100%;
}
.TabbedPanelsContent  h4 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 10px;
}
.TabbedPanelsContent ul {
	list-style-type: disc;
	font-size: 90%;
	color: #353100;
}

/**************************************** MAIN  LEFT */
#mainLeft {
	height: auto;
	margin-left: 0px;
	position: relative;
	top: 20px;
	z-index: 20;
	visibility: visible;
	width: 1000px;
}
#mainLeft h2 {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	font-weight: normal;
}
#mainLeft p {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	margin-right: 100px;
}
#mainLeft a {
	color: #990000;
	text-decoration: none;
}
#mainLeft a:hover {
	color: #FDFEBD;
	text-decoration: none;
	font-weight: normal;
}
#colRight img {
	float: right;
}
.TabbedPanelsContent #form1 {
	font-size: 80%;
	color: #353100;
	padding-left: 8px;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}
