/*
This is a Common Cascading Style Sheet for Feedback Tutors
on CD.
*/

body {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial;
	/* [disabled]font-size: 12pt; */
	padding-bottom: 15px;
}

#page {
	position: relative;
	text-align: left;
	width: 768px;
}

#menu {
	position: relative;
	width: 768px; 		/*Fit to your banner width*/
	height: 260px; 		/*Fit to your banner height*/
	margin-left: 0px;
	padding-left: 0px;
	padding: 0;
	margin: 0;
	color: white;
	background: black no-repeat 0px 0px;
	font-size: 1em;
}

#lists {
	padding-top: 10px;
  display: inline-block;
  width: 60%;
  padding-left: 25px;
  position: relative;
  top: -6%;
}

#banner-img {
  display:inline-block;
  height: 100%;
}

#menu a {
	text-decoration: none;
	color: white;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	list-style: none;
	color: #FF0000;
}

#menu li {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	list-style: none;
	display: inline;
  font-size: small;
}

#menu a:hover {
  color: rgb(229,235,96);
}

#content {
	padding: 4px;
	background-color: white;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	padding: 4px;
	clear: both;
}

h1 {
	padding-top: 0px;
	margin-top: 4px;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: rgb(240,26,22);
	font-size: 1.4em;
	clear: both;
}

h2 {
	font-variant: small-caps;
	font-family: sans-serif;
	color: #5a3382;
	font-size: 1.3em;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: -2px;
	clear: both;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
img {
	border: none;
}

.author {
	color: #008000;
}

.glossary {
	color: #008000;
}

.section {
  color: rgb(240,73,36);
    font-weight: bold;
}

li a {
    font-weight: bold;
}
