html{
	background:white;
}

body {
	/*background:green;*/
	width:100%;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}

div {
	/*border: 3px solid Black;*/
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
	padding-left: 5px;padding-right: 5px;
}

#header{
background: lightyellow;
color:maroon;
text-align:center;
}

#postitle{
		margin:0;
		text-align:center;
		color:black;
}

/*--------------------------------*/
#horizmenu-top{
  float:left;
	clear:both;
	text-align:center;
	width:100%;
	background:lightblue;
}

#horizmenu-top ul{
	width:100%;
	padding:0;
	margin-left:15%;
	margin-top:3px;
	list-style-type:none;
	font-variant:small-caps;
	font-weight:bold;
}

#horizmenu-top a{
	float:left;
	width:8em;
	text-decoration:none;
	color:yellow;
	background:blue;
	padding-bottom:4px;padding-top:4px;
	padding-left:1em;padding-right:1em;
	margin-left:5px;margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#horizmenu-top a:hover {
color:black;
background:yellow;
margin-top:5px;
margin-bottom:5px;
}

#horizmenu-top a li{display:inline;}

/*--------------------------------*/

#horizmenu-bottom{
  float:left;
	clear:both;
	text-align:center;
	width:100%;
	background:lightblue;
}

#horizmenu-bottom ul{
	width:100%;
	padding:0;
	margin-left:15%;
	margin-top:3px;
	list-style-type:none;
	font-variant:small-caps;
	font-weight:bold;
}

#horizmenu-bottom a{
	float:left;
	width:8em;
	text-decoration:none;
	color:yellow;
	background:blue;
	padding-bottom:4px;padding-top:4px;
	padding-left:1em;padding-right:1em;
	margin-left:5px;margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

#horizmenu-bottom a:hover {
color:black;
background:yellow;
margin-top:5px;
margin-bottom:5px;
}

#horizmenu-bottom a li{display:inline;}
/*--------------------------------*/

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 99%;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: black;
background: yellow;
}
/*--------------------------------*/

#content {
	float: left;
	width: 100%;
	/*border-right:300px solid lightgreen;*/
	background:lightgreen;
}

/*--------------------------------*/

#postal-address{
		float:left;
		width:40%;
		margin-left:10px;
		text-align:left;
		/* border-right: medium solid red;*/
		padding: 10px;
}

#other-contact{
		float:right;
		width:50%;
		margin-right:10px;
		text-align:right;
		/* border-left: medium solid red;*/
		padding: 10px;
}
/*--------------------------------*/

#bulletin {
		float:right;
		width:28%;
		padding: 10px;
		background:lightgreen;
}

#bulletin h2{
   text-align:center;
	 border-bottom: green 2px solid;
	 border-top: green 2px solid;
}

#bulletin > p:first-letter{ color:red;font-size:150%;
}

#bulletin span{ color:#2f4f4f;font-size:80%;
}
/*--------------------------------*/

.section{
	 width:70%;
	 float:left;
	 background:lightyellow;
}

.section-name {
   background:navy;
	 color:#ffd700;
	 text-align:right;
	 padding-right:1ex;
	 /*overflow:hiddden;*/
	 /* border-bottom: solid medium #006699; */
}

/*#container {position:relative; display:block; background:#0ac; 
border-left:200px solid #aa8; border-right:200px solid #a8a; overflow:visible;}
* html #container {display:inline-block;}
*/
/*--------------------------------*/

.subsection{
   width:90%;
	 float:right;
	 border-left: 70px solid green;
	 margin-top: 4px;
	 margin-bottom: 4px;
	 margin-left: 4px;
	 margin-right: 4px;
	 background:lightblue;
	 padding:10px;
}

.subsection-name{
		width:50%;
		color:#800000;
		padding-left:0;
}

/*--------------------------------*/

table{
  border:1px solid black;
	margin:5px;
}

td,th{
  padding-left:10px;padding-right:10px;
	padding-top:3px;padding-bottom:3px;
}

#scheduletable thead{
 colspan:2;
 background:brown;
 color:yellow;
}

#hwtable th{
  text-align:center;
	color:yellow;
	background:brown;
}

tr.oddrow{
  background:lightgray;
}
tr.evenrow{
  background:#f0ffff;
}
tr.examrow, tr.finalrow{
  background:yellow;
	color:darkblue;
	font-weight:bold;
}

tr.oddrow > td:first-child,tr.evenrow > td:first-child,
tr.examrow > td:first-child,tr.finalrow > td:first-child{
  text-align:center;
}
/*--------------------------------*/
		
#footer {
	/*background:maroon;*/
	clear: both;
}
