/* 
   Based on a template by Ben Meadowcroft, 
   see http://www.benmeadowcroft.com/webdev/  
   for more info
*/

body
{
        background: #ffedd0;
}

.title
{
	position     : absolute;
	top          : 0px;
	left         : 0.5em;
	height       : 1em;
	margin-left  : auto;
	margin-right : auto;
	padding      : 5px;
	z-index      : 0;
	background   : #ffedd0;
	line-height  : 1em;
}

.title_img
{
	position     : absolute;
	top          : 0px;
	margin-left  : 0%;
	z-index      : 0;
	line-height  : 1em;
}

.sidebar
{
	background   : #ddffdd;	 
	margin-top   : 86px; 
	position     : absolute;
	top          : 5em;
	left         : 1%;
	border       : thin solid rgb(0,0,0);
	width        : 150px;
	z-index      : 1;
	padding      : 0em;
	line-height  : 1.3em;
	font-weight  : bold;
}

.menu
{
	padding     : 0.5em;
	background  : #ddffdd;
	border      : thin solid rgb(0,0,0);
	font-weight : bold;
	line-height : 1em;
}

ul 
{ 
      list-style-type : none;
      margin-top      : 0.5em;
      margin-right    : 0.5em;
      margin-bottom   : 0.5em;
      margin-left     : 0.5em;
      padding-left    : 0px;
}

table.menu
{       
        border      : thin solid; 
	padding     : 2px; 
	background  : #ddffdd;
	width	    : 70%;
}

.menu a
{
	display    : block;
	background : #ddffdd;
}

a:hover
{     
        color : #ff3366;
}

.other
{
	padding    : 0.5em;
	margin-top : 0.5em;
	background : #ddffdd;
}

.contentText
{
	margin-top   : 150px; 
	margin-left  : 12em;
	padding      : 1em;
	margin-right : 1em;
	background   : #ffedd0;
	line-height  : 1em;
}