﻿body 
{
	background-color: #014726;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #767676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page
{
	min-width: 900px;
	min-height: 760px;
}

#page-content
{
	background-color: #014726;	
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#page-header
{
	background-color: #FFFFFF;	
	width: 100%;
	height: 120px;	
}

#page-menu
{
	font-family: Verdana, Helvicta, Sans-Serif;
	width: 100%;
	height: 33px;
}

#menu-left
{
	background-image: url(../images/menu-left.gif);		
	background-position: top left;
	background-repeat: no-repeat;	
}

#menu-right
{
	background-image: url(../images/menu-right.gif);		
	background-position: top right;
	background-repeat: no-repeat;	
}

#menu-content
{
	width: 740px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/menu-back.gif);		
	background-position: top;
	background-repeat: repeat-x;
}

.menu-main
{
	margin: 0;
	list-style-type: none;
}

.menu-mainitem
{
	background-image: url(../images/menu-sep.gif);		
	background-position: top right;
	background-repeat: no-repeat;	
	height: 33px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
	margin: 0;
	float: left;	
}

.menu-mainitemlink
{
	font-weight: bold;
	font-size: 12px;
	color: #dcedcd;
	text-decoration: none;
	text-transform: uppercase;
}

#page-advert
{
	background-color: #FFFFFF;		
	width: 100%;
	height: 145px;
	padding-top: 10px;
}

#page-advert-container
{
	font-family: Verdana, Helvicta, Sans-Serif;
}

#page-container-border
{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#page-container-border-left
{
	background-color: #FFFFFF;	
	background-image: url(../images/page-bottom-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#page-container-border-right
{
	background-image: url(../images/page-bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#page-container
{
	background-color: #FFFFFF;
	width: 100%;
	float: right;	
}

#page-container-left
{
	width: 200px;
	float: left;
}

#page-container-master
{
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 225px;
	margin-right: 10px;
}

#page-container-master-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	text-transform: uppercase;
	color: #358D0D;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page-container-master-content
{
	font-family: Verdana, Helvicta, Sans-Serif;		
	font-size: 12px;
	padding-right: 5px;
	color: #767676;
}

#page-container-master-content p
{
	margin: 0;
	padding-bottom: 10px;
}

#page-container-master-content a, #page-container-master-content a:visited
{
	color: #358D0D;	
}

#page-container-master-content a:hover
{
	color: #000000;
}

.clearing
{
	clear: both;
	height: 0;
}

#page-submenu
{
	font-family: Verdana, Helvicta, Sans-Serif;	
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

.submenu-main
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.submenu-mainitem
{
	background-image: url(../images/bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #93C550;	
}

.submenu-mainitemlink, .submenu-mainitemlink:visited
{
	font-size:13px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

.submenu-mainitemlink:hover
{
	color: #000000;
}

#footer
{
	height: 45px;
	padding-top: 10px;
}

#footer-left
{
	background-image: url(../images/footer-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footer-right
{
	background-image: url(../images/footer-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

#footer-inner
{
	background-color: #FFFFFF;	
	font-family: Verdana, Helvicta, Sans-Serif;	
	font-size: 8pt;	
	font-weight: bold;	
	color: #7B7B7A;	
	width: 740px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

#footer-inner-left
{
	width: 175px;
	padding-top: 10px;
	float: left;
}

#footer-inner-right
{
	width: 550px;
	padding-top: 10px;
	float: right;
}

.footerlinks
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.footeritem
{
	float: left;
	padding-left: 5px;
}

.footeritemlink, .footeritemlink:visited
{
	font-size: 8pt;
	font-weight: bold;	
	color: #7B7B7A;
	text-decoration: none;	
}

.footeritemlink:hover
{
	color: #000000;
}

.content-table
{
	width: 98%;
	padding: 4px;
	border: 1px solid #7B7B7A;
}

.content-table-noborder
{
	width: 100%;
	padding: 4px;
}

.content-table-link, .content-table-link:visited
{
	font-size: 8pt;
	font-weight: bold;	
	color: #7B7B7A;
	text-decoration: none;	
}

.content-table-link:hover
{
	color: #000000;
}

.home-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #358D0D;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-text
{
	width: 100%;
	text-align: justify;
}

.news-item
{
	width: 100%;
	padding-bottom: 5px;
}

.news-date
{
	font-size: 10px;
	font-weight: bold;
	padding-right: 2px;
	padding-bottom: 2px;
}

.news-title
{
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
	padding-bottom: 2px;
}

.news-link, .news-link:visited
{
	color: #358D0D;
	text-decoration: none;	
}

.news-link:hover
{
	color: #000000;
}

.news-content
{
	vertical-align: top;
	padding-right: 2px;
	padding-bottom: 2px;
}

.news-source
{
	font-size: 10px;
	padding-bottom: 2px;
}