body
{
	background-color: rgb(153, 0, 0);
}

td.sidebar 
{
	width:160;
	}

#tmain 
{
	width:100%;
	text-align: center;
	
	}
	
#maindiv
{
position: absolute; left:160; top: 20;
	text-align: center; 
	margin:  0 2% 2% 0;
	width: 80%;
	background-color: rgb(204, 204, 255);
	}
	
#logo
{
position: absolute; left:10; top: 10;
}

p.title {text-align:center;
	font: 700 20pt "times"}

p.subtitle {font: 700 12pt "times"}

p.main 
{
	text-indent: 60px; 
	text-align: left;
	margin-left:3cm;
	margin-right:3cm;}

dt {font: 700 12pt "times"}

#menudiv
{
background: rgb(153, 0, 0);
width: 160;
margin:0 0 0 2;
position: absolute; left:2; top: 136;
font-family: times, serif;
font-size: 16pt;
text-align: left;
}

ul#menulist
{
	margin:0;
	width:90%;
	padding:  5 2 0 2;
text-align: center;
list-style: none;
}

ul#menulist li a
{
display: block;
width:100%;
border-style:  none ;
	padding:  2 2 5 2;
color: white;
text-decoration: none;
}

ul#menulist li#iselected a
{
color: yellow;
}

ul#menulist li a:hover, ul#menulist li#iselected a:hover
{
color: black;
}
