#banner {
	position: absolute;
	width: 95%;
	left: 0px;
	top: 0px;
	visibility: visible;
	height: 57px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#sidebar {
	position: absolute;
	width: 130px;
	left: 0px;
	top: 75px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 80%;
    margin-left: 10px;
	margin-right: 10px;
}
#main {
	border-left-style: none;
	border-left-color: #FFFFFF;
	width: 80%;
	position: absolute;
	left: 0px;
	top: 75px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CC0099;
	height: 600px;
	padding-right: 20px;
	font-size: 80%;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
}
#imgFrame {
	position: relative;
	top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
}
#image {
	border: 1px outset #000099;
}

#sidebar ul a:link, #sidebar ul a:visited {display: block;}
#sidebar ul {
	list-style: none; 
	margin: 1pt; 
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {
	border-bottom: 1px solid #EEE;
	margin:0;
}

/*html>body #sidebar li {border-bottom: none;}*/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 1px 0 1px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	margin:0;
}
#feature {
	float: right;
	background-color: #00CCCC;
	position: relative;
}
