﻿body 
{
	background-color: #FFFFCC;
	text-align: center;
	font-family:Times New Roman;
	
	
}

h1
{
	font-size: large;
}

h2
{
	font-size: large;
}

.main
{
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 1000px;
	background-color: White;
	
}

.thinborder
{
	border-width: 1px;
	border-color: #006633;
	border-style: solid;
}


.footer
{
    border-top: solid 1px #006633;
    padding: 0px 5px 0px 5px;
	background-color: #eeeeee;
	font-size: smaller;
	text-align: center;
}

.mainTable
{
	width: 100%;
}

.mainTable td
{
	vertical-align: top;
}


.leftBlock
{
	width: 170px;
	border-right: solid 1px #006633;
	padding: 5px;
}

.rightBlock
{
	text-align: justify;
	font-size: 110%;
	padding: 0px 15px 0px 15px;
	
}

/* menu */

.menuItem
{
	display: block;
	width: 170px;
	text-align: center;
	padding: 5px;
	border: solid 1px #006633;
	background: #663300;
	color: White;
	text-decoration:none;
}

.selected
{
	background-color: #CC9966;
	color: White;
}

.myHeader
{
	display: block;
	background-color: #ffaaaa;
	color: White;
	padding: 5px;
	margin-bottom: 1px;
}