﻿/***** Framework ***********************************/
form {
	width: 768px;
	margin: 0 auto;
	padding: 0 0 4px 0;
	text-align: left;
	background: Transparent url(../images/bg_page_bottom.png) no-repeat left bottom;
}
* html form {
	background-image: url(../images/bg_page_bottom.gif);
}
#PageContainer {
	padding: 0 4px;
	margin: 0px;
	background: Transparent url(../images/bg_page.png) repeat-y left top;
}
* html #PageContainer {
	background-image: url(../images/bg_page.gif);
}
#Page {
	background-color: #fff;
	padding: 10px;
}
#PageContent {
	background-color: #a8b59e;
}
#Header {
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #fff;
}
#Header h1 {
	margin: 0px;
	padding: 0px;
}
#Header h1 img 
{
	vertical-align: bottom;
	margin: 0;
}
#Content {
	margin: 0px;
	padding: 10px 10px 0 10px;
}
#ProducedBy {
	color: #7a9f6f;
	width: 740px;
	text-align: right;
	font-size: .9em;
}
#ProducedBy a {
	color: #8aaf7f;
	font-weight: bold;
}
#ProducedBy a:hover {
	color: #4a6f3f;
}

/***** Menus ***********************************/
.MainMenu
{
	list-style: none none;
	padding: 0;
	margin: 0;
	clear: left;
	background: #a8b59e url(../Images/corner_white_tr.gif) no-repeat right top;
}
.MainMenu li
{
	margin: 0 0 0 1px;
	list-style: none none;
}
.MainMenu li.branch
{
	line-height: 0;
}
.MainMenu li li
{
	float: left;
}
.MainMenu li a,
.MainMenu li.selected li a
{
	display: inline;
	float: left;
	padding: 0 25px 0 12px;
	margin: 0;
	height: 30px;
	line-height: 28px;
	font-size: 1.1em;
	font-weight: normal;
	color: #6d9563;
	background: #a8b59e url(../images/bg_mainmenu.gif) no-repeat right bottom;
}
.MainMenu li.selected a,
.MainMenu li a:hover,
.MainMenu li li a:hover
{
	color: #3d6533;
	background: #fff url(../images/bg_mainmenu_active.gif) no-repeat right bottom;
	margin: 0 0 0 -1px;
	padding-left: 13px;
}
.MainMenu li li.selected a,
.MainMenu li li a:hover 
{
	padding-left: 12px;
	margin: 0;
}

ul.SubMenu {
	list-style: none none;
	margin: 14px 0 0 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
ul.SubMenu ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}
ul.SubMenu li {
	list-style: none none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
}
ul.SubMenu li a {
	display: block;
	padding: 5px 10px;
	color: #404d3c;
}
ul.SubMenu li.selected a,
ul.SubMenu li.selected a:hover
{
	color: #c30;
}
ul.SubMenu li.selected li a {
	color: #404d3c;
}
ul.SubMenu li a:hover,
ul.SubMenu li.selected li a:hover {
	background-color: #f3fcdf;
	color: #c30;
}
ul.SubMenu li li a {
	padding-left: 20px;
	font-size: .8em;
	font-weight: normal;
}
ul.SubMenu li li li a {
	padding-left: 30px;
}
ul.SubMenu li li li li a {
	padding-left: 40px;
}

/***** Footer ***********************************/
#Footer {
	clear: both;
	color: #fff;
	background: #7a9f6f url(../Images/corner_white_tr.gif) no-repeat right top;
	font-size: .9em;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 10px;
}

/***** Columns ***********************************/
.it {
	margin-bottom: 10px;
}
.TwoColumn {
	background: Transparent url(/Images/bg_twocolumn.gif) repeat-y left top;
}
.ThreeColumn {
	background: Transparent url(/Images/bg_threecolumn.gif) repeat-y left top;
}

#Content .LeftColumn {
	float: left;
	width: 170px;
}
#Content .RightColumn {
	float: right;
	width: 540px;
}
#Content .RightColumn .MainColumn {
	float: left;
	width: 360px;
}
#Content .RightColumn .SideBar {
	float: right;
	width: 170px;
}




.OneColumn,
.TwoColumns 
{
	padding: 0px 5px;
}
.OneColumn .Sidebar 
{
	float: left;
	width: 180px;
	border-top: 3px solid #7ba84b;
}
.OneColumn .TextCol 
{
	float: right;
	width: 370px;
}
.OneColumn img
{
	margin-bottom: 12px;
}
.TwoColumns .Col 
{
	width: 275px;
}
.TwoColumns .LeftCol 
{
	float: left;
}
.TwoColumns .RightCol 
{
	float: right;
}


/***** Cut Corner ***********************************/
.Corner {
	background: #fff url(../Images/corner_tr.gif) no-repeat right top;
}


/***** General ***********************************/
.MoreLink {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.LeftColumn h2,
.SideBar h2
{
	font-size: 1.6em;
}
.LeftColumn h3,
.SideBar h3
{
	font-family: Georgia,arial,helvetica,sans-serif;
	font-weight: normal;
	margin-bottom: .3em;
	font-size: 1.4em;
}
.Date {
	display: block;
	color: #999;
	font-size: .9em;
	line-height: 1em;
}
.DividerTop {
	border-top: 1px solid #ccc;
}
.DividerBottom {
	border-bottom: 1px solid #ccc;
}
#Content .BoxDivider {
	background: #fff url(../Images/corner_divider.gif) no-repeat right top;
	padding-top: 20px;
}





.False 
{
	font-style: italic;
	color: #f30;
}
.True
{
	font-style: italic;
	color: #090;
}
.DividerTop 
{
	border-top: 1px solid #d4d2d2;
	padding-top: 12px;
}
.DividerBottom
{
	border-bottom: 1px solid #d4d2d2;
	padding-bottom: 12px;
}
h2 .Small 
{
	font-weight: normal;
	font-size: .9em;
}
.Block 
{
	margin-bottom: 12px;
}
