body {
	background-color: #faf0e6;
	color: #735b3d;
}

#container {
	background-color: #ffffff;
	margin: 0 auto;
}

#navbar ul{
        margin:0;
        padding:0; 
        list-style:none; 
}

tr#nav {
	background-color: #F8C473;
}

#nav td ul { 	/* drop-down level */
  display: none;
  position: absolute;  
  list-style: none;
  top: 1em;
  left: 0;
  background-color: #F8C473;
  margin: 0;
  padding: 0;
  font-color: blue;
}

#nav td ul li { 	/* drop-down choices */ 
  list-style: none;
  top: 1em;
  left: 0;
  height: 1.1em;
  color: #000;
  border-left: 2px solid;
  border-top: 1px solid;
  border-right: 2px solid;
  border-bottom: 1px solid;
  padding: 3px;
  width: 12em;
  
}

#nav td > ul { 	/* keeps drop down near its parent */
	top: auto;
	left: auto;
        postition: relative;
        
}



#nav td:hover ul, td.over ul{ display: block; } /* menu drops down on :hover, the .over class is a hook for javascript to grab (for IE) */

                  
#contents {
	margin:0;
	padding: 0 20px;
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 2px 0 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

#menu a:link {
   
	text-decoration: none;
}

#menu a:visited {
	color: blue;
	text-decoration: none;
}

#menu a:hover {
	color: #cfc295;
	text-decoration: none;
}

#contents_right {
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.heading a:link {
        color: blue;
}

.heading a:visited {
        color: blue;
} 

#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6fa;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

img.mini {border:none}
div#minis a:hover {background:white}}
div#minis a img.big {height: 0; width: 0; border-width: 0}
div#minis a:hover img.big {position:absolute}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin-left: 5px;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;	
}