/*  ------------------------------------------------------
    Copyright eXelearning 2007
    Created by Brent Simpson, brent@exelearning.org
    ------------------------------------------------------ */



/* HEADER */


#header {
	text-align: right;
	color: #fc9;

	background-color: #923e1f;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2.2em;
	font-weight: normal;
}


/* LEFT-HAND NAVIGATION */

#navcontainer {
	background-color: #923e1f;
    width: 190px;
	float: left;
	margin-top: -13px;
	}
				
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;

	}

#navcontainer a {
	display: block;
	padding: 3px 0 3px 6px;

	}

#navcontainer a:hover {
        background-color: #ffcc99;

} 

#navcontainer a:link, #navlist a:visited {
	color: #923elf;
	text-decoration: none;
	background-color: #ffcc99;

	border-bottom: 1px solid #923elf;
	}


/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
 
* html #navcontainer {
  margin-right: 30px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

div #active {
	padding: 3px 0 3px 6px;

	background-color: #cc6633;
	font-weight: bold;
	color: #EAE0D1;
	border-bottom: 4px solid #ff9966;
	width: 184px;
	}

div #subnav {
	border-bottom: 1px solid #923elf;

	}
	
#subnav a {
	display: block;
	border: 0 !important;

	padding: 3px 0 3px 12px;
	font-size: x-small;
	color: #923elf;
	}

#subnav #active {
	background-color: #cc6633;
	width:178px;
	color: #DBD3C6;
	padding: 3px 0 3px 12px;
	font-size: x-small;
	}	
	
#main {
	margin: 0px 0px 0px 200px;
	line-height: 140%;
        background-color: #ffcc99;
	}
	
