/*
 * The home page has a much more complex layout than the other pages 
 * in the Protege Web site and has thus been given it's own style sheet.  
 */ 

body {
	margin: 0px;
	padding: 0px;
}
 
a {text-decoration: none;} /* no underline for hyperlinks */
a:link {color: #327BAA;} /* medium blue */
a:visited {color: #6F1488;} /* purple */ 
a:hover {color: #DC7317;} /* bright orange */
 
.top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 72px;
	padding: 3px; 
}

.topNavBar {
	position: absolute;
	top: 46px;
	left: 68px;
	width: 800px;
	font-family: Tahoma;
	font-size: 11px;	
	font-weight: bold;
	line-height: 16px;
	border-top: 1px solid;
	border-top-color: #BFBCB5; /* medium grey */
}

.topSearch {
	position: absolute;
	top: 15px;
	left: 672px;
}

.pageTitle {
	position: absolute;
	top: 79px;
	left: 170px;
	width: 550px;
	height: 25px;
	color: #AE5B08; /* burnt orange */
	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-left: 1px solid;	
	border-left-color: #BFBCB5; /* medium grey */
	border-bottom: 1px solid;	
	border-bottom-color: #BFBCB5; /* medium grey */
} 

.left {
	position: absolute;
	top: 104px;
	left: 0px;
	width: 170px;
	height: 450px;
	line-height: 16px;
	text-align: right;
	border-top: 1px solid;
	border-top-color: #BFBCB5; /* medium grey */
	border-right: 1px solid;
	border-right-color: #BFBCB5; /* medium grey */
}

.middle {
	position: absolute;
	margin: 118px 0px 0px 185px; /* top, right, bottom, left */
	width: 450px;
	text-align: right;
}

.middleBottom {
	position: absolute;
	top: 340px;
	left: 170px;
	width: 375px;
	text-align: right;
	border-right: 1px solid;
	border-right-color: #EBEBE8; /* light grey */
}

.right {
	position: absolute;
	top: 118px;
	left: 635px;
	padding-left: 15px;
	line-height: 16px;
	border-left: 1px solid;
	border-left-color: #EBEBE8; /* light grey */
}

.farRight {
	position: absolute;
	top: 118px;
	left: 795px;
	padding-left: 15px;
	line-height: 16px;
	border-left: 1px solid;
	border-left-color: #EBEBE8; /* light grey */
}

.bodyText {
	font-family: Georgia;
	font-size: 13px;
	line-height: 16px;
}

.bodyTextBold {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.sidebarTitle {
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #AE5B08; /* burnt orange */
}

.sidebarText {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
}

.legal {
	position: absolute;
	top: 785px;
	left: 0px;
	width: 750px;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	padding-right: 5px;
	text-align: right;
}

.w3 {
	position: absolute;
	top: 822px;
	left: 0px;
	width: 755px;
	text-align: right;
}

