﻿body
{
	background-color: #45775D;
	color: rgb(36,83,98);
	font-family: Times New Roman, serif;
	border-left-width: 15px;
	border-right-width: 15px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #006400;
}

#content
{
	font-size: 116%;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: none;
	padding: 22px 46px 10px 46px;
	border-color: rgb(0,0,0);
	text-align: justify;
}

#menu
{
	background-color: #45775D;
	color: rgb(19,192,239);
	font-family: Times New Roman, serif;
	font-style: normal;
	border-color: rgb(19,192,239);
	text-align: center;
}

a.menuitem
{
	font-size: 134%;
	background-color: #45775D;
	color: rgb(255,255,255);
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #45775D;
	text-align: center;
	font-family: Georgia;
}

#logo, #logo a
{
	font-size: 220%;
	background-color: #45775D;
	color: rgb(255,255,255);
	font-family: Georgia;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
padding: 4px 4px 4px 4px;
border-color: rgb(0,0,0);
text-align: center;
}

#trail, #trail a
{
font-size: 108%;
background-color: rgb(255,255,255);
color: rgb(39,77,69);
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: bold;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 8px 8px 8px 8px;
border-color: rgb(0,0,0);
text-align: left;
}

#content a
{
color: rgb(39,77,69);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(39,77,69);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: small-caps;

text-transform: none;
font-weight: normal;
}

h1
{
font-size: 146%;
}

h2
{
font-size: 131%;
}

h3
{
font-size: 116%;
}

h4
{
font-size: 101%;
}

h5
{
font-size: 86%;
}

h6
{
font-size: 71%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
	background-color: #79B2B3;
	color: White;
}

#trail a
{
text-decoration: underline;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
.menuitem		{display: inline;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}