﻿body 
{
	font-family: Verdana;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #039;
	color: #033;
	font-size: 12px;
}

img
{
	border: solid 1px #039;
}

table.frame
{
	border: solid 2px #333;
    width: 1024px; 
    height: 690px;
}
table.frame tr.banner
{
	height: 121px;
}

table.frame tr.banner td.banner
{
	background-image: url(../images/banner.jpg); 
	background-repeat: no-repeat;
    vertical-align: bottom;
}
table.frame tr.content
{
	height: 569px;
}
table.frame tr.content td.content
{
	background-color: #f3f3f3;
	padding: 5px 5px 5px 5px;
}


table.menu
{
	font-family: Verdana;
}

table.menu tr
{
	background-color: #039;
}

table.menu td
{
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	border: solid 1px Silver;
}

table.menu td a
{
	color: White;
	text-decoration: none;
}
table.menu td a:visited
{
	color: White;
	text-decoration: none;
}

table.menu td a:hover
{
	text-decoration: underline;
}

table.menu td.menu-selected
{
	background-color: #f3f3f3;
	color: #039;
}

table.menu td.menu-selected a
{
	color: #039;
}

table.menu td.menu-selected a:visited
{
	color: #039;
}