/* CSS Document */
#content {
	background-image: url(images/back1.png);
}
#leftPanel {
	Height: 325px;
	Position: absolute;
	width: 200px;
	background-color: #8FA256;
}
#leftPanelInsert {
	Height: 200px;
	Position: absolute;
	width: 200px;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 75px;
	background-color: #B1C96B;
	text-align: right;
}
#leftPanelTextA p {
	font-size: 26px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
	padding-right: 10px;
}
#leftPanelTextB p {
	font-size: 14px;
	padding-right: 10px;
	font-weight: bolder;
	line-height: 16px;
}
#leftPanelTextC p {
	font-size: 20px;
	padding-right: 10px;
	font-weight: bolder;
	color: Gray;
	line-height: 16px;
}
#leftPanelTextB:hover p {
	color: #FFFFFF;
}
#mainBody {
	Height: 200px;
	Position: absolute;
	width: 500px;
	margin-top: 50px;
	margin-bottom: 75px;
	padding: 0px;
	border: none;
}
#mainBody p { visibility: hidden; }
#mainbody a { color: #000000;}
#mainbody a:hover { color: #FFFFFF;}
.bodyImage { display: block; float: left; }
#mainBodyImage1 { Position: absolute; height: 200px; width: 125px; padding: 0px; }
#mainBodyImage2 { Position: absolute; height: 200px; width: 125px; margin-left: 125px; padding: 0px; }
#mainBodyImage3 { Position: absolute; height: 200px; width: 125px; margin-left: 250px; padding: 0px; }
#mainBodyImage4 { Position: absolute; height: 200px; width: 125px; margin-left: 375px; padding: 0px; }
#mainBodyBelowList1 { Height: 25px; Position: absolute; width: 125px; margin-top: 250px; margin-bottom: 50px; margin-left: 0px; padding-top: 3px; border: none; }
#mainBodyBelowList1 p { font-size: 10px; font-weight: bold; text-align: center; }
#mainBodyBelowList1:hover p { color: #FFFFFF; }
#mainBodyBelowList2 { Height: 25px; Position: absolute; width: 125px; margin-top: 250px; margin-bottom: 50px; margin-left: 125px; padding-top: 3px; border: none; }
#mainBodyBelowList2 p { font-size: 10px; font-weight: bold; text-align: center; }
#mainBodyBelowList2:hover p { color: #FFFFFF; }
#mainBodyBelowList3 { Height: 25px; Position: absolute; width: 125px; margin-top: 250px; margin-bottom: 50px; margin-left: 250px; padding-top: 3px; border: none; }
#mainBodyBelowList3 p { font-size: 10px; font-weight: bold; text-align: center; }
#mainBodyBelowList3:hover p { color: #FFFFFF; }
#mainBodyBelowList4 { Height: 25px; Position: absolute; width: 125px; margin-top: 250px; margin-bottom: 50px; margin-left: 375px; padding-top: 3px; border: none; }
#mainBodyBelowList4 p { font-size: 10px; font-weight: bold; text-align: center; }
#mainBodyBelowList4:hover p { color: #FFFFFF; }
#mainBodyHeader{ Height: 25px; Position: absolute; width: 500px; margin-top: 25px; margin-bottom: 275px; margin-left: 0px; padding-top: 3px; padding-left: 10px;}
#mainBodyHeader p {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
#rightPanel {
	Height: 200px;
	padding: 20px 20px 75px 15px;
	font-weight: bolder;
}
#rightPanel p {
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}