﻿	#header {
	  background: white;
	  width: 100%
	}
	#leftrightcolumncontainer {
	  height: 100%;
	}
	#leftcolumn {
	  background: white;
	  float: left;
	  width: 25%;
	  Height: 100%;
	}
	#rightcolumn {
	  background: white;
	  float: right;
	  width: 25%;
	  Height: 100%;
	}
	#centercolumn {
	  background: white;
	  margin-left: 25%;
	  margin-right: 25%;
	  position: relative;
	  height: 100%;
	}
	#footer {
	  text-align: left;
	  float: left;
	  background: white;
	  width: 100%
	}
	.content {
	  padding: 5px;
	  height: 100%;
	}
	#maincontent {
	  height: 95%;
	}
body
{
    font-family: 'Arial';
    font-size: smaller;
}
hr
{
    margin-left: 3px;
}
p
{
    margin-left: 3px; 
    text-align:justify;
}
h1
{
    margin-left: 3px;
    font-size:small;}
h3
{
    margin-left: 3px;
    font-size:smaller;
    text-decoration:none;}
    
.unf
{
    text-decoration: none;
    font-weight:bold;
    color:white;
}

.menu
{
    color:White;
    font-weight:bold;
    width:110px;
    text-align:center;
}

ul, li
{
    margin-left: 3px;
    text-align: justify;
    line-height: normal;
}

a:active, a:novisited 
{
	color: #000066;
	text-decoration: underline;
}

a:link, a:visited 
{
	color: #000066;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	background-color: #BEEA69;
	text-decoration: none;
}
.box
{
    background-color: #f5f5f5;
    padding: 10px;
    border: gainsboro thin solid;
    margin-left: 20px;
   
}

gas
{
    color:White;
}
table#tl
{
    margin-left: 3px;
}
