body {
	margin: 0px;
	padding: 0px;
}
div#header {
	position: absolute;
	width:100%;
	left: 0px;
	top: 0px;
	height: 105px;
}
div#banner {
	background-color: #397BCE;
	height: 112px;
	bottom: 115px;
	width: 100%;
}

#container
	{
	width: 100%;
	padding: 6px 0px 0px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: solid 1px #ccc;
	}

#tabnav
	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background-image: url(img/tab_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

div#content {
	position: absolute;
	left: 207px;
	top: 155px;
	right: 274px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 764px;
	font-size: 12px;
}

div#contentx {
	position: absolute;
	left: 207px;
	top: 155px;
	right: 274px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
	font-size: 12px;
}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	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#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	font-style: italic;
}

div#content h4 {
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
}

div#sidebar {
	position: absolute;
	top: 169px;
	right: 20px;
	width: 172px;
	font-size : 70%;
	left: 13px;
}



div#sidebar div.feature {
	color : #666666;
	background-color : #fefefe;
	border : 1px solid #ccc;
	margin-bottom : 11px;
	padding : 0px;
	line-height : 140%;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0 0 0 1px;
	line-height : 180%;
	list-style-type: none;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color : #06D3FF;
	background-color : transparent;
	padding-left: 0px;
}

div#sidebar div.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

div#sidebar h1{
	color : white;
	background-color : #397BCE;
	font-size : 12px;
	font-weight : bold;
	padding : 2px 0px 3px 2px;
	margin : 0;
}

div#sideinfo {
	position: absolute;
	top: 500px;
	right: 20px;
	width: 160px;
	font-size : 70%;
	left: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #ccc;
	padding : 2px 0px 2px 10px;

}
div#content ul {
	list-style-position: inside;
	list-style-type: square;
}

div#content ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

div#content ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div#content ul a:hover{
	text-decoration: underline;
}

div#content a{
	text-decoration:none;
 }
 
 div#content a:hover{
	text-decoration: underline;
}
