body{
margin: 0;
padding: 0;
background-color: #FFFFE0;
font-family: Veranda;
font-size: 100%;
}


.logobanner{
background-color: #FFFFE0;
padding: 0px;
}


.chromebar{
width: 100%;
background-image: url('images/chromebar.jpg');
background-repeat: repeat-x;
padding: 5px;
align: left
}


a:link { color: #FF0000; text-decoration: none; }
a:visited { color: #FF0000; text-decoration: none; } 
a:hover { color: #0099FF; text-decoration: underline;} 



}
table#main{
height: 100%;
vertical-align: top;
}


table#main td{
vertical-align: top; 
}
td.leftmenu{
background-color: #FFFFE0;
width: 150px;
border-right: 1px solid #000000;
padding: 0px;
}

td.content{
width: auto;
padding: 0px 5px 5px 5px;
}

td.content div.title{
background-color: #FFFFE0;
border: none;
}

h1 {
	font-size: 12px;
	color: #FF0000;
	align: center;
	font-weight: normal;
	font-family: Verdana;
}

h2 {
	font-size: 12px;
	color: #FF0000;
	align: center;
	font-weight: bold;
	font-family: Verdana;
}

h3 {
	font-size: 20px;
	color: #FF0000;
	font-weight: normal;
	font-family: Veranda;
}

h4 {
	font-size: 30px;
	color: #FF0000;
	font-weight: normal;
	font-family: "Verdana";
}