@charset "UTF-8";
/* CSS Document */

#container {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	text-align: left;
	position: relative;
	left: 0;
	width: 880px;
	z-index: 0;
}

#Header {
	position:absolute;
	left: 0px;
	top:-3px;
	width:880px;
	height: 260px;
	z-index:1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#MenuBar {
	position:absolute;
	height: 40px;
	top: 260px;
	width: 830px;
	padding: 5px;
	margin-left: 5 px;
	left: 32px;
}
#Headline {
	position: absolute;
	top: 305px;
	height: 40px;
	width: 880px;
	padding: 5px;
	margin: 5px;
	left: 0px;
}
#MainBody {
	position:absolute;
	top: 351px;
	width: 880px;
	margin: 5px;
	padding: 5px;
	left: 0px;
}
#FPageBody {
	position:absolute;
	left: 0px;
	top: 345px;
	width: 650px;
	margin: 5px;
	padding: 5px;
}

#SideBar {
	position:absolute;
	left:660px;
	top:380px;
	width:220px;
	margin: 5px;
	padding: 5px;
	z-index: 50;
	background-color: #f4cd47;
	border-right: 3px color: #777777;
	border-bottom: 3px color: #777777;
}

#CallOut {
	position: relative;
	margin: 20px;
	padding: 5px;
	right: 40px;
	float: right;
	top:420px;
	width: auto;
	height: auto;
	text-align: center;
	background-color: #CCFFCC;
	box-shadow: 5px 5px 4px #888888;	
}

#Footer{
	position: relative;
	left: 0px;
	height: 20px;
	width: 880px;
	text-align: center;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
     color: #FF0000;
     font-weight: bold; 
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
.bodyText {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.footer {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #222222;
}

.link {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #177730;

}
.LargeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
}

.LargeTextLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #177730;	
	text-decoration:underline;
}
.formText{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
} 
