body {
	font-family: sans-serif;
	line-height: 120%;
}

div.leftNav {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 180px;
	background-color: rgb(240,240,240);
	padding: 5px 5px 20px 5px;
}

div.middle {
	position: relative;
	margin-left: 210px;
	margin-right: 215px;
	margin-top: 110px;
}


div.content {
	position: relative;
	margin-left: 210px;
	margin-top: 150px;
}

div.content-regular {
	position: relative;
	margin-left: 10px;
	margin-top: 130px;
}

div.news {
	position: absolute;
	right: 10px;
	top: 140px;
	width: 190px;
	background-color: rgb(240,240,240);
	padding: 5px 5px 20px 5px;
}

p.header {
	font-family: serif;
	font-size: 120%;
	border: thin solid rgb(100,100,100);
	background-color: rgb(200,200,200);
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.feature {
	font-size: 90%;
}

h2.title {
	font-family: times,serif; 
	text-decoration: underline; 
	text-align:center;
}

h3.subHeader {
	margin-top: 0px;
	margin-bottom: 5px;
}

h4.menu {
	font-family: sans-serif;
	font-size: 90%;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
}
h5.menu {
	font-family: sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
}

h4.menu a:hover {
	color: orange;
}

h5.menu a:hover {
	color: orange;
}

p.newsDate {
	font-size: 90%;
	color: rgb(50,50,150);
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

p.newsItem {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 110%;
}

ul.newsItem {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 15px;
	line-height: 110%;
}

li.newsItem {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 110%;
}

img {
	border: 0px;
}

div.footer {
	width: 95%;
	margin-top: 140px;
}

span.more {
	font-size: 80%;
}

hr.more {
	display: none;
}

/* Use menuItem to refer to menus in software and button to refer to buttons */
b.menuItem {
	color: blue;
	font-size: 90%;
}

b.button {
	color: green;
	font-size: 90%;
	border: thin green solid;
}

b.mouse {
	color: blue;
	font-size: 90%;
	border: thin blue solid;
}
