html{
	background:lightblue;
}

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:blue;
text-align:center;
}

#postitle{
		margin:0;
		text-align:center;
		color:black;
}

/*--------------------------------*/
#horizmenu-top{
  	float:left;
	clear:both;
	text-align:left;
	width:100%;
	background:darkblue;
}

#horizmenu-top ul{
	width:100%;
	padding:0;
	margin-left:5%;
	margin-top:3px;
	list-style-type:none;
	/*font-variant:small-caps;*/
	font-weight:bold;
}

#horizmenu-top a{
	float:left;
	/*width:7em;*/
	text-decoration:none;
	color:white;
	padding-left:3px;padding-right:3px;
	margin-left:5px;margin-right:5px;
	border-left: solid 2px white;
	margin-top:5px;
	margin-bottom:5px;
}

#horizmenu-top a:hover {
color:yellow;
border-left: solid 2px yellow;
}

#horizmenu-top a li{display:inline;}

/*--------------------------------*/
#horizmenu-bottom{
  float:left;
	clear:both;
	text-align:left;
	width:100%;
	background:darkblue;
}

#horizmenu-bottom ul{
	width:100%;
	padding:0;
	margin-left:5%;
	margin-top:3px;
	list-style-type:none;
	/*font-variant:small-caps;*/
	font-weight:bold;
}

#horizmenu-bottom a{
	float:left;
	/*width:7em;*/
	text-decoration:none;
	color:white;
	/*background:blue;*/
	/*padding-bottom:4px;padding-top:4px;*/
	padding-left:3px;padding-right:3px;
	margin-left:5px;margin-right:5px;
	border-left: solid 2px white;
	margin-top:5px;
	margin-bottom:5px;
}

#horizmenu-bottom a:hover {
color:yellow;
border-left: solid 2px yellow;
/*background:yellow;*/
margin-top:5px;
margin-bottom:5px;
}

#horizmenu-bottom a li{display:inline;}
/*--------------------------------*/


/*--------------------------------*/

#content {
	float: left;
	width: 100%;
	/*border-right:300px solid lightgreen;*/
	background:lightblue;
}

/*--------------------------------*/

#bulletin {
		float:left;
		width:25%;
		padding: 1%;
		background:lightblue;
}

#bulletin h2{
	 text-align:center;
	 color:green;
	 border-bottom: green 2px solid;
	 border-top: green 2px solid;
}

#bulletin > p:first-letter{ color:green;font-size:150%;
}

#bulletin span{ color:#2f4f4f;font-size:80%;
}
/*--------------------------------*/

.section{
	 width:73%;
	 float:right;
	 background:lightgray;
}

.section-name {
   	 background:green;
	 color:white;
	 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:98%;
	 float:right;
	 /*border-left: 10px solid green;*/
	 margin-top: 4px;
	 margin-bottom: 4px;
	 /*margin-left: 4px;
	 margin-right: 4px;*/
	 background:white;
	 padding:1%;
}

.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:darkblue;
 color:white;
}

#pblist thead{
 colspan:2;
 background:darkblue;
 color:white;
}

#hwtable th{
  text-align:center;
	color:white;
	background:darkblue;
}

tr.oddrow{
  /*background:#f0ffff;*/
  font-style:italic;
}
tr.evenrow{
  /*background:lightgray;*/
  font-style:normal;
}
tr.examrow{
	/*background:blue;
	color:yellow;*/
	font-weight:bold;
}

tr.finalrow{
	/*background:blue;*/
	color:red;
	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;
}
