body {
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
	
.content {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
	
.content h3{
	color: #0000FF;
	font-size: 125%;
}

.content h4{
	color: #000000;
}

.content p {
	color: #000000;
}

a {
	color: #0000CC;
}
a:hover {
	color:#FF9900;
}

.footer {
	color: #000000;
	font-size: 9px;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
.footer a {
	color: #0000CC;
	font-size: 9px;
}
.footer a:hover {
	color: #FF9900;
	font-size: 9px;
}

.copyright {
	color: #ffffff;
	margin: 4px 0px 4px 0px;
	text-align: center;
	font-size: 10px;
}

p.list_title {
	margin-left: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #0000FF;
}
p.section_header1 {
	margin-left: 5px;
	font-size: 110%;
	font-weight: bold;
	color: black;
}
.error_header { 
	font-size: 140%;
	font-weight: bold;
	color: red;
}
.highlight {
	background-color: yellow;
}
.footnote {
	font-size: 80%;
	font-style: italic;
}
td.session_col_title {
	font-size: 110%;
	font-weight: bold;
	color: black;
}
td.session_period {
	font-size: 100%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* NAVIGATION CSS */
div#navcontainer {
	background-color: #ffcc00;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div#navcontainer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	color: black;
	text-align: left;
	margin: 0 10px;
	padding: 5px 0;
}

div#navcontainer ul li {
	display: inline;
}

div#navcontainer ul li a {
	padding: 5px 8px;
	color: black;
	text-decoration: none;
	border-right: 1px solid #000;
}
div#navcontainer li#rightmost a {
	border-right: 0px;
}

div#navcontainer ul li a:hover {
	background-color: #ffc34b;
	color: black;
}

table.gallery {
	padding: 3px;
	margin: 5px;
	background-color: #fff;
	border: 0px;
	width: 99%;
}
table.gallery th {
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 10px;
}
table.gallery td {
	color: #000;
	margin: 5px;
	padding: 5px;
}
table.gallery td img {
	border-style: none;
	padding: 3px;	
	margin: 0px;
	background-color: #FFF2BF;
}


