/*  Research Central Stylesheet */

body {
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px px;
	background-color: #8F1414;
	color: #000000;
}

#banner {
	width: 100%;
	height: 112px;
	padding-top: 10px;
	margin-right: 20px;
	border: none;
	text-align: right;
}

#banner a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#banner a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

#banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#title {
	position: absolute;
	top: 70px;
	left: 155px;
	font: "Palatino Linotype", palatino, "Times New Roman", times, serif;
	font-size: 46px;
	color: #E2CDBC;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
}

#leftcontent {
	position: absolute;
	left:0px;
	top:150px;
	width:150px;
	border:none;
}

ul.mainnav {
	list-style: none;
	width:150px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

li.mainnav {
	text-align: left;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 14px "Times New Roman", times, serif;
	color: #FFFFFF;
	text-indent: 15px;
}

li.mainnav a {
	display: block;
	width:150px;
	font-weight: bold;
	padding: 6px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8F1414;
}

li.mainnav a:hover {
	display: block;
	font-weight: bold;
	width:150px;
	padding: 6px 0px 3px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	background-image : url(images/hover.jpg);
	color: #000000;
	text-decoration: none;
}


/* I want this bit to be a "you are here" thing */

ul.youarehere {
	list-style: none;
	width:150px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

li.youarehere {
	text-align: left;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 14px "Times New Roman", times, serif;
	color: #FFFFFF;
	text-indent: 15px;
}

li.youarehere a {
	display: block;
	font-weight: bold;
	width:150px;
	padding: 6px 0px 3px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	background-image : url(images/hover.jpg);
	color: #000000;
	text-decoration: none;
}

li.youarehere a:hover {
	display: block;
	font-weight: bold;
	width:150px;
	padding: 6px 0px 3px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	background-image : url(images/hover.jpg);
	color: #000000;
	text-decoration: none;
}


/* The secondary links in the navigation*/	
ul.subnav {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

li.subnav {
	text-align: right;
	padding: 0px 0px 0px 0px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	font: 12px "Times New Roman", times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #E2CDBC;
}

li.subnav a {
	display: block;
	width: 130px;
	font-weight: bold;
	padding: 4px 15px 4px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	color: #E2CDBC;
	text-decoration: none;
}

li.subnav a:hover {
	display: block;
	width: 130px;
	font-weight: bold;
	padding: 4px 15px 4px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	color: #CC0000;
	text-decoration: none;
}

li.subnav a:visited {
	display: block;
	width: 130px;
	font-weight: bold;
	padding: 4px 15px 4px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	color: #E2CDBC;
	text-decoration: none;
}


#pagecontent {
	background: #FFFFFF;
	position: absolute;
	left: 150px;
	margin-right: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top: 13px solid #E2CDBC;
	border-left: 7px solid #E2CDBC;
	border-bottom: 13px solid #E2CDBC;
	border-right: 13px solid #E2CDBC;
	
}			

p, span {
	font: "Times New Roman", times, georgia, serif;
	font-size: 12 px;
	padding-left: 15 px;
	padding-right: 15px;
}

ul, ol, li {
	font: "Times New Roman", times, georgia, serif;
	font-size: 12 px;
	padding-left: 15 px;
	padding-right: 15px;
}

h1 {
	font-size: 25px;
	color: #8F1414;
	padding-left: 15 px;
	padding-right: 15px;
	padding-top: 20px;
}

h2 {
	font-size: 20px;
	color: #003366;
	padding-left: 15 px;
	padding-right: 15px;
}

h3 {
	font-size: 16px;
	color: #996666;
	padding-left: 15 px;
	padding-right: 15px;
}

 #pagecontent a:link {
	color:  #FF9933;
	text-decoration: none;
	font-weight: bold;
}

#pagecontent a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#pagecontent a:visited {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}