﻿#page
{
	width: 983px;
	font-family: Arial;
	font-size: 0.8em;
	padding-top: 5px;
	text-align: left;
	margin: auto auto 20px;
}
#contentArea
{
	padding-top: 5px;
}
#versionInfo
{
	font-size: 10px;
}
#theme
{
	/* 	border: solid 1px black; */
}
#theme img
{
	border: 0px;
}
#menu
{
	padding-left: 8px;
	margin-top: -2px;
}
#menu a
{
	color: Black;
	text-decoration: none;
}
#menu a:hover
{
	color: Black;
	background-image: url('../images/core/navigation/NavBackGround.PNG' );
	background-position: center bottom;
	background-repeat: no-repeat;
}
/* Left Menu */
#leftMenu
{
	background-image: url('../images/core/navigation/LeftMenu.PNG' );
	background-repeat: no-repeat;
	margin: 0px;  /*border: solid 1px Gray; */
	font-size: 12px;
	width: 145px;
	height: 270px;
}
#leftMenu a
{
	color: Black;
	text-decoration: none;
}
#leftMenu a:hover
{
	color: Gray;
	text-decoration: none;
}
#leftMenu .header
{
	/*background-image: url('../images/core/navigation/BackGroundH2.PNG' );
	background-position: left bottom;
	background-repeat: no-repeat;*/
	font-weight: bold;
	padding: 46px 0px 1px 0px;
	font-size: 14px;
	text-align: center;
}
#leftMenu .item
{
	padding: 1px 0px 1px 9px;
}
#leftMenu .subItem
{
	padding: 1px 0px 1px 17px;
}
/* ------------------------------------------------------------------------------ */
/*                            Column                                              */
/* ------------------------------------------------------------------------------ */
#columnLeft
{
	float: left;
	width: 135px;
	padding: 0px 16px 0px 0px; /*border: solid 1px Green;*/
}
#columnMiddle
{
	float: left; 
	width: 565px;
	padding: 0px 20px 0px 30px;
	margin-top: 0px;
	background-image: url('../images/core/columns/Middle.PNG' );
	background-repeat: no-repeat; /*border: solid 1px Red;*/
}
#columnRight
{
	display: none;
}
.clear
{
	clear: both;
}
/* ------------------------------------------------------------------------------ */
/*                            WEB PARTS                                           */
/* ------------------------------------------------------------------------------ */
.WebPartContainerTop
{
	background-image: url('../images/core/columns/RightTop.PNG' );
	background-repeat: no-repeat; /*border: solid 1px Red;*/
	text-align: center;
}
.WebPartContainer
{
	background-image: url('../images/core/columns/Right.PNG' );
	background-repeat: no-repeat; /*border: solid 1px Red;*/
	text-align: center;
}
.WebPart1
{
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	padding-top: 45px;
}

.WebPart1 h2
{
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}

.WebPart1 .PictureOfTheWeek
{
	text-align: center;
}
.WebPart1 .Content
{	
	padding: 0px 10px 0px 15px;
	text-align: justify;
}
.WebPart
{
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	padding-top: 5px;
}

.WebPart h2
{
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}

.WebPart .PictureOfTheWeek
{
	text-align: center;
}
.WebPart .Content
{	
	padding: 0px 10px 0px 15px;
	text-align: justify;
}
/* ------------------------------------------------------------------------------ */
/*                            Footer                                              */
/* ------------------------------------------------------------------------------ */
#footer
{
	display: none;
}
