﻿*, p, td 
{
    font-family: Verdana;
    font-size: 10pt;
    color: #CC0099;
}

td {
	vertical-align: top;
}

body
{
    margin: 0px;
    padding: 0px;
	background-color: #FDEEF9 ; 
}

a {
  color: brown;
  text-decoration: none;
}

a:hover {
  color: orange;
}

a:visited {
  color: blue;
}


div.main 
{
	background-color: #FDEEF9 ; 
}

div.header 
{
    height: 100px;
    width: 800px;
	background-color: #99FF99; 
    border-top: 1px solid #CC0099;
    border-left: 1px solid #CC0099;
    border-right: 1px solid #CC0099;
    color: white;
}

div.htitle div {
	font-size: 16pt;
	color: #CC0099;
}

td.navbar {
	width: 180px;
	background-color: #99FF99; 
	height: 500px;
}

td.navbar div {
	padding: 5px;
	text-align: left;
}

td.navbar div a {
	color: blue;
}

td.navbar div a:hover {
	color: darkgreen;
}

div.menu 
{
	background-color: #CCFFCC ; 
	height: 27px;
    width: 800px;
    color: White;
    text-align: right;
}

div.content 
{
	background-color: #CCFFCC ; 
    border-left: 1px solid #CC0099;
    border-right: 1px solid #CC0099;
    border-bottom: 1px solid #CC0099;
    width: 800px;
    min-height: 500px;
}

div.footer 
{
    text-align: center;
    border-left: 1px solid #CC0099;
    border-right: 1px solid #CC0099;
    border-top: 1px solid silver;
    width: 800px;
}

