#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 590px;
	width: 850px;
	position: relative;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	border: 2px solid #666666;
}
.lowsource {
	background: url(../Images/main_low.jpg) no-repeat center center;
}

#sidebar {
	height: 590px;
	margin-right: 2px;
	margin-left: 855px;
	margin-top: 0px;
	border-width: 2px;
	border-style: groove;
	min-width: 0px;
	float: right;
	width: auto;
}
.divLayer {
	position: absolute;
}
#quotation {
	width: 408px;
	top: 172px;
	right: 30px;
	/* for IE */
	  filter:alpha(opacity=40);
	/* CSS3 standard */
	  opacity:0.4;

	/* for Mozilla */
	  -moz-opacity:0.4;
	color: #000000;
	text-decoration: none;
}
#quotation:hover, #quotation:focus {
	/* for IE */
	  filter:alpha(opacity=100);
	/* CSS3 standard */
	  opacity:1;
	/* for Mozilla */
	  -moz-opacity:1;
}
#promisedLand {
	width: 274px;
	right: 49px;
	bottom: 32px;
	vertical-align: bottom;
	background: #94A5BF;
	padding: 5px;
	border: 5px groove #808BAB;
}
#promisedLand a {
	text-decoration: none;
}

#promisedLand img {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px;
	margin: 2px 5px 5px;
	text-decoration: none;
	border-style: none;
}
#promisedLand img:hover {
	/* for IE */
	  filter:alpha(opacity=100);
	/* CSS3 standard */
	  opacity:1;
	/* for Mozilla */
	  -moz-opacity:1;
	border: 2px ridge #333333;
	margin: 0px 3px 3px;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	height: auto;
	top: 20px;
	right: 20px;
	text-align: right;
	font-style: italic;
	color: #59607D;
}
#promisedLand h3 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#main #promisedLand p {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	text-align: justify;
}
.AccordionPanel h3 {
	margin: 0px;
	padding: 3px 0px 1px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	background: #CCCCCC center;
	border-top: 1px solid #000000;
	min-height: 25px;
	vertical-align: middle;
}
.AccordionPanel a {
	color: #000066;
	text-decoration: none;
	border-style: none;
}
.AccordionPanel a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#container {
	width: 98%;
	min-width: 1005px;
	margin: 0 auto;
	text-align: left;
}
.AccordionPanelContent p {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
.normsource {
	background: url(../Images/main.jpg) no-repeat center center;
}
#quotation a {
	color: #000000;
	text-decoration: none;
}
