body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

div#header {
	position: absolute;
	width: 100%;
	background-color: Silver;
	left: 0px;
	top: 0px;
}

div#banner {
	background-color: ;
	background-image: none;
	background-repeat: repeat-x;
	height: 100px;
}

div#banner div.titletext {
	position: absolute;
	left: 700px;
	top: 0px;
	width: 100;
	height: 80;
	visibility: visible;
}

div#content{
	position: absolute;
	left: 170px;
	top: 154px;
	right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 140%;
	width: 610px;
	height: 528px;
}

div#content div.maincontent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 140%;
}

div#content div.maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 146%;
	color: #105BAC;
	font-weight: normal;
}
div#content div.maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #105BAC;
	font-weight: normal;
	font-size: 120%;
}

div#content div.infocontent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 40px;
	text-align: justify;
	color: Gray;
	background-color: #FFFFFF;
	line-height: 160%;
}

div#sidebar {
	position: absolute;
	top: 148px;
	left: 0px;
	width: 160px;
	font-size : 100%;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color : Gray;
	background-color : #FFFFFF;
	border : 1px solid Silver;
	line-height : 100%;
	border-bottom-width: 1px;
}
div#sidebar div.feature a{
	background-color : transparent;
	text-decoration : underline;
}
div#sidebar div.feature a:hover{
	text-decoration : none;
}
div#sidebar div.feature a:visited{
	text-decoration : underline;
}


div#content1{
	position: absolute;
	left: 170px;
	right: 10px;
	top: 123px;
	width: 656px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: White;
	font-size: 16px;
	font: bold;
	padding-top: 4px;
	text-align: justify;
}

div#content1 div.infocontent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: white;
	font: bold;
	padding-top: 4px;
	text-align: justify;
}
