/* Main set up */
div#main {
	position: absolute;
	background-color: #fffff0;  
	top: 0.5em;
	left: 22%;
	right: 10%;
	width: 72%;
	padding  0 0.5em 2em 0.5em;
	margin-bottom: 2em;

}


/* MENU */

div#menu {
	position:absolute;
	top:30px;
	left:4%;
	width:15%;	
	bottom: 0px;
	height: 100%;
	color: black ;
	background-color: wheat ;
	padding:0px;
	line-height: 1.1;
	font-family: papyrus, Comic Sans MS, cursive; 	
}

body>div#menu {
        position:absolute;
        top:30px;
        left:4%;
        width:15%;
        bottom: 0px;
        height: 100%;
        color: black ;
        background-color: wheat ;
        padding:0px;
        line-height: 2;
        font-family: papyrus, Comic Sans MS, cursive;
#	position: fixed;
#	color: black ;
#        line-height: 2;
	
}
ul.menulist {

	padding:0 0 15px 10px;
	margin:0px;
#	font-size: small;
	color: black ;
        font-weight: bold;
	line-height: 1.2; 
	font-family: Tahoma, Arial, Georgia, sans-serif;

}

ul.menulist li {
	padding:0 0 0 5;
	margin:0px;
	color: black ;
        background-color: #FSDEB3;
	line-height: 0.7;


}

ul.menulist li a {
	display: block;
	color: black ;
        padding: 0 0 0 0;
	margin: 0px;
	text-decoration: none;
	line-height: 1.5;
	font-size: small;
	text-align: left;
}

div#menu a:hover {
	display: block; 
	color: wheat;
	background-color: black;
}



/* GENERAL STYLES */

body {
/*	padding: 0em 0em 2em 0em;	*/
	margin: 0 0 2em 0;
	color: black;
	background-color: wheat ;
	font-family: Tahoma, Arial, Georgia, sans-serif;
	font-size: x-small;	
	font-weight: normal;
}

h1 {
/*	margin: 0 0 0 170px; 
	padding: 0.5em 0 0.5em 0; */
	padding: 0 0 0 0; 
	color: #B22222; 
	background-color: wheat ;
	border-top: 1px solid black;
/*	border-bottom: 1px solid black;*/
	font-family: papyrus, Comic Sans MS, cursive; 
	font-weight: bold;
}

h2 {
	padding: 0.1em 0 0 0.5em; 
	color: #B22222;
	font-size:medium;
}

h3 {
/*	margin: 0 0 0 170px; */
	padding: 0.1em 0 0 0.5em; 
	color: #B22222;
/*	font-family: Arial, sans-serif; */
	font-size:small;
	font-style: italic;
}
h4 h5 {
	padding: 0.1em 0 0 0.5em; 
	font-family: Tahoma, Arial, Georgia, sans-serif;
	color: black;
	font-weight:bold;
}


p, .align, .pic, pre, ul {
	padding: 0 0.5em 0 0.5em;
	text-align: justify;

}

ul { 
/*	margin: 0.5em 10px 1em 190px;*/
	text-align: justify;
	padding: 0 0.5em 0 1em;
} 

a  {color: #00008B;
}

a name { color: #B22222}



/* SPECIFIC STYLES */

.navigation {
	margin-top:1em;
	border-top:1px dashed #0099ff;
	font-size:smaller;
	line-height:150%;
	text-align: center;
}


.box {float:right; 
padding:1em;
margin:1em;
	background-color: wheat ;
	font-family: papyrus, Comic Sans MS, cursive; }
}

.footnote	{
font-size: smaller;
font-style: italic;
}

.caption {
  color: #009900;
  font-size: small;
  font-style: italic;
  padding-left: 50px;
}

#announcement {
  background-color: f5deb3;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: 957e63;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
}

#announcement .title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: x-small;
}

#announcement .mtitle {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: small;
  color: #B22222; 
}

#announcement td {
  font-size: x-small;
  color: black;
}

#announcement th {
  font-size: x-small;
  color: black;
  font-style: bold;
  text-align: left;
  padding-right: 40px;
}

.indent {
  margin-left: 20px;
}

li {
  font-size: x-small;
}