body {
	margin: 0px;
	padding: 0px;
}

div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

div#banner {
	background-color: #CACAEE;
	background-image: none;
	background-repeat: repeat-x;
	height: 100px;
}

img#titletext {
	top: 40px;
	position: absolute;
	left: 300px;
}

div#nav{
	color : #105BAC;
	background-color : #efefef;
	height : 20px;
	font-size: 80%;
	border-top : 1px solid #105BAC;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 195px;
	top: 130px;
	right: 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 597px;
	text-align:justify;
}
div#sidebar {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 184px;
	height:586px;
	font-size : 70%;
	background-image: url("../images/banner_01_02.jpg");
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	color: #105BAC;
	font-weight: normal;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #105BAC;
	font-weight: normal;
	font-size: 120%;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color : #666666;
	background-color : transparent;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
	top: 350px;
}

div#sidebar div.feature a{
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature a:hover{
	text-decoration : underline;
}

div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #115EAC;
}

div#nav li a{
	left: 500px;
	color : #105BAC;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #105BAC;
	background-color : #fff;
	border-bottom : 4px solid #06D3FF;
}

img#titletext {
	position: absolute;
	left: 634px;
	top: 0px;
	width: 200;
	height: 80;
	visibility: visible;



}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	display: inline;
}


