﻿body
{
	margin: 0;
	padding: 0;	
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: Black;
}

h1
{
	font-size: 130%;
	font-weight: bold;
	color: #326602;
	margin: 2px;
}

h3
{
	font-size: 115%;
	font-weight: bold;
	color: #460003;
	margin: 2px;
}

#PageContainer
{
	padding: 0;
	position: absolute;
	background-color: #000000;
	width: 770px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -385px;
}

#PageHeader
{
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 120px;
}

#PageMenu
{
	position: absolute;
	top: 96px;
	width: 670px;
	height: 24px;
	padding-left: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
	border-bottom: solid 1px #326602;
	overflow: hidden
}

#Scroller
{
	position: absolute;
	width: 510px;
	height: 24px;
	left: 200px;
	overflow: hidden;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: smaller;
}

#PageBody
{
	border-left: solid 1px #FFCC23;
	border-right: solid 1px #FFCC23;
	background-color: #FFCC23;
}

#Menu
{
	
}

#Body
{
	margin-left: 150px;
	border-left: solid 1px #326602;
	border-bottom: solid 1px #326602;
	padding: 4px;
	background-image: url(../images/background.jpg);
	background-position: left;
	background-repeat: repeat;
	min-height: 400px;
}

#PageFooter
{
	background-color: #FFCC23;
	font-size: smaller;
	padding: 2px;
	text-align: center;
}

#PageFooter a
{
	color: Black;
	text-decoration: none;
}

#PageFooter a:hover
{
	text-decoration: underline;
}

a
{
	color: #326602;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*

.menuItem
{
	padding: 3px;
	color: Black;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

.menuItemHover
{
	background-color: #326602;
	color: White;
	text-decoration: none;
}

.menuItemHover a
{
	text-decoration: none;
}

.dynMenuCont
{
	background-color: #FFCC23;
	border: solid 1px #326602;
}

.dynMenuItem
{
	padding: 3px;
	color: Black;
	text-decoration: none;
	font-size: .9em;
	background-color: #FFCC23;
}

.dynMenuItemHover
{
	background-color: #326602;
	color: White;
	text-decoration: none;
}
*/

#InformationBox
{
	width: 290px;
	margin-top: 5px;
	padding: 0;
	float: right;
}

.InfoBox
{
	width: 280px;
	margin-left: 5px;
}

.GeneralInfoBoxHeader
{
	background-image: url(../images/info_topcap.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 0;
	color: black;
	height: 22px;
}

.GeneralInfoBoxBody
{
	border-right: solid 1px #FFCC23;
	border-left: solid 1px #FFCC23;
	border-bottom: solid 2px #FFCC23;
	padding: 0px;
}

.WarningInfoBoxHeader
{
	background-image: url(../images/warn_topcap.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 20px;
	color: White;
	height: 22px;
}

.WarningInfoBoxBody
{
	border-right: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-bottom: solid 2px #FF0000;
	padding: 3px;
	font-weight: bold;
}

.NewsItem
{
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: solid 1px #FFCC23
}