/*this sheet is for staff page only*/
body {
	background: #EFEDDE;
	color: Black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin-top: 0;
	font-size: medium;
}

 #content-title {
	background-color: #990033;
	color: white;	
	font-weight: bold;
	font-size:large;
	width: 400px;
	text-align: center;
	line-height: 1.4em;
	float: left;
	}
#navbar {
	background: white;
	font-size: 0.85em;
	line-height: 0.9em;
	border-top: 8px solid #990033;
	border-bottom: 2px solid #990033;
	
				}
#navbar p{
	top: 3%;
	}
#crdate {
	text-align: right;
	color: #A92020;
	font-size: 0.7em;
	margin-right: 10%;
}
ul li {
	 list-style-image: url(images/currentslist.gif);
	padding-left: 10px;
	margin-bottom: 10px;
	}

h1 {
	font-size: 1.2em;
	margin-left: 5%;
}
h2 {
	font-size: 1.1em;
	color: #990033;
	background-color: #dadada
}
h3 {
	font-size: 1em;
	margin-left: 5%;
	text-decoration: underline;
}

p {
font-size: 1em;
text-align: left;
}
a, a:link, a:visited {
	font-weight: bold;
}
a:link {
    color: #990033;
    text-decoration: underline;
	 font-weight: bold;
}
a:visited {
	color: #86007C;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: red;
}
a:active {
	background-color: transparent;
	color: red;
}
#currents {
	height: 111px;
	width: 110px;
	background: url("images/currents-uofa.jpg") top left;
	background-repeat: no-repeat;
	float: left;
		}
#main-text{
	color: Black;
	margin-left: 5%;
	width:75%;
	font-size: medium;
	line-height: 1.5em;
			}

