H1.Title
{
    color: #00AA00;
    background: #884122;
    font-style: italic;
    font-family: arial, verdana, Futura;
    font-variant: small-caps;
    font-size: 200%;
    margin-right: 5%;
    padding-left: 20px;
    clip: rect(auto auto auto auto);
    border-bottom-style: groove;
}

H2.Title
{
	color: #AAAA00;
	background: #884122;
	font-family: arial, verdana, Futura;
	font-size: 125%;
	margin-right: 60%;	
	margin-left: 1%;
	padding-left: 10px;
	
}

span.footer
{
    font-weight: bold;
    text-align: center;
}
    

#header {        
	position: absolute;        
	width: 100%;       
	height: 100px;
}


#sidebar {        
	position: absolute;
	width: 20%;
        height: 500px;
	right: auto;
	top: 300px;
}

#main {
        position: absolute;
        width: 80%;
	top: 300px;
        height: 500px; 
        right: 0;
        bottom: 100px;
        margin-left: 20%;
	padding-left: 1%;
}

#footer {
        position: absolute;
        width: 100%;
        height: 15%;
        top: 1090px;
        right: 0;
        bottom: 0;
        padding-left: 2%;
}





body
{
    background: green;
    border-width: 5pt;
    font-family: Times, Arial, 'Times New Roman';
    font-size: 12pt;
    list-style-position: outside;
    list-style-type: disc;
    color: yellow;
}

.Hidden
{
	display: none;
}

P
{
	text-indent: 5%;
}

.gms_logo
{
	color: 00DD00;
}
.gms
{
	color: 00FF00;
	font-family: arial;
	font-size: 10pt
	
}

:link
{
    color: blue;
}

:visited
{
    color: black;
}

:link.other
{
	color: blue;
}

:visited.other
{
	color: red;
}