body {
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 920px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
}
.head_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background-color: #999;
}
.main_content {
	background-color: #CCC;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 900px;
	border: thin dotted #900;
	position: relative;
}
.para_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.foot_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	background-color: #999;
	text-align: center;
}
.sidebar_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #E8E8E8;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#webcontent {
	background-color: #0FF;
	height: auto;
	width: auto;
}
