﻿body 
{
	background-color: rgb(178,180,182);
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

.firstHeader
{
	background-color: rgb(187,8,50);
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 20px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-top: 6px;
}

.firstHeader .firstLine
{
	color: White;
	text-indent: 10px;
}

.firstHeader .secondLine
{
	font-weight: bold;
	color: white;
	text-indent: 30px;
}

.secondHeader
{
	background-color: rgb(79,80,90);
	height: 150px;
	width: 900px;
	margin: 0 auto;
	background-image: url(../media/pont.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	text-align: right;
}

.loginForm
{
	height: 150px;
	width: 210px;
	text-align: left;
	color: White;
	float: right;
	padding-top: 25px;
	font-weight: bold;
}

.loginForm a
{
	text-decoration: underline;
	color: White;
}

.defaultTextbox
{
	border-style: none;
	height: 16px;
	width: 120px;
	
}

.thirdHeader
{
	width: 900px;
	background-color: rgb(53,53,56);
	margin: 0 auto;
	height: 30px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.mainContainer
{
	border: solid 1px black;
	width: 900px;
	margin: 0 auto;
}

.defaultMainMenu
{
	width: 100%;
	text-align: left;
	border-left-style: none;
	border-right-style: none;
}

.rootItem
{
	background-color: rgb(187,8,50);
	width: 100%;
	color: White;
	text-indent: 5px;
	height: 25px;
	text-align: left;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

.rootItem a
{
	color: White;
	text-decoration: none;
	width: 100%;
}

.subItem
{
	background-color: rgb(217,217,217);
	width: 100%;
	border-style: none;
	text-align: left;
	text-indent: 5px;
}

.subItem tr
{
	height: 20px;
}

.subItem tr:hover
{
	background-color: rgb(79,80,90);
}

.subItem a
{
	color: Black;
	text-decoration: none;
	width: 100%;
	background-color: Transparent;
}

.subItem a:hover
{
	color: White;
}

.rightTitle
{
	background-color: rgb(187,8,50);
	width: 200px;
	color: White;
	text-indent: 5px;
	height: 20px;
	text-align: left;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-top: 6px;
	margin: 0px;
}

.rightContent
{
	background-color: rgb(217,217,217);
	width: 180px;
	text-align: justify;	
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 0px;
}

.copy
{
	text-align: center;
	background-color: rgb(53,53,56);
	width: 900px;
	margin: 0 auto;
	color: White;
	border: solid 1px black;
}

.PageContainer
{
	padding: 10px 10px 10px 10px;
}

.pageTitle
{
	border-bottom: solid 1px rgb(187,8,50);
	color: rgb(187,8,50);
	height: 30px;
	font-size: 20px;
	font-weight: bold;
}

.defaultTextPageStyle
{
	text-align: justify;
}

.newsTitle
{
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}

.newsDate
{
	text-align: right;
	font-size: 10px;
	color: rgb(187,8,50);
	padding-top: 10px;
}

.newsContainer
{
	border-bottom: dotted 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

.newsLink
{
	color: rgb(0,81,167);
	font-weight: bold;
	text-decoration: none;
}

.defaultHyperLink
{
	color: rgb(0,81,167);
	font-weight: bold;
	text-decoration: none;
}

.dlItem
{
	padding-top: 5px;
}

.specialText
{
	color: rgb(187,8,50);	
}

.newsLinkContainer
{
	text-align: right;	
}

.PagerContainer
{
	text-align: center;
}

.ExecutiveMemberItem
{
	text-align: center;
}
