@charset "UTF-8";
/* CSS Document */

body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #213B11;
	background-image: url(images/bodyBg2.jpg);
}
#mainTable
{
	background: #E3E3E3;
	width: 100%;
}

#leftShadow
{
	width: 18px;
	background-color: #E3E3E3;
	background-image: url(images/leftShadowBg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#rightShadow
{
	width: 18px;
	background-color: #E3E3E3;
	background-image: url(images/rightShadowBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#leftSide
{
	background-color: #A1C2A3;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

#rightSide
{
	background-color: #A1C2A3;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#main
{
	background: #ffffff;
	width: 766px;
	padding: 5px;
	margin: 0px;
	height: 100%;
}
.textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	padding: 8px;
}
.textBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#content
{
	background: #ffffff;
	width: 566px;
	padding: 5px;
	margin: 0px;
	height: 100%;
}
#mainPage
{
	height: 100%;
	width: 100%;
}
#bannerBottom
{
background-image: url (images/bannerBottom.jpg);
width: 100%;
height: 20px;
}
.textBanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.navigation:link, .navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #339966;
	text-decoration: underline;
	}

.navigationBottom:link, .navigationBottom:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding-right: 5px;
}

.navigationBottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	}

.pictureBorderArticle {
	padding: 5px;
	margin: 5px;
	border: thin solid #666666;
}
