/* CSS Document */

body {
	margin: 0px;
	color: #FFFFFF;
	background-color: #231f20;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 60px;
}

.mainTableHome {
	background-color:#231f20; 
	margin: 0 auto; 
}
.tableTop {
	background-image: url(../images/background-top.jpg);
	background-repeat: repeat-x;
	background-color:#231f20;
	font-size: 17px;
	color: #ffffff; 
	text-align: right;
}
.tableLeft {
	background-image: url(../images/background-left.jpg);
	background-repeat: no-repeat;
	background-color:#859998; 
}
.mainHome {
	background-image: url(../images/main-home2.jpg);
	background-repeat: no-repeat;
	background-color:#231f20; 
}
.mainHomeContent {
	background-image: url(../images/main-home-content.jpg);
	background-repeat: no-repeat;
	background-color:#231f20;
	color: #222222; 
}
.menuCell {
	background-image: url(../images/menu-back.jpg);
	background-repeat: repeat-x;
	background-color:#231f20; 
}
.menuCellSelected {
	background-image: url(../images/menu-back.jpg);
	background-repeat: repeat-x;
	background-color:#231f20; 
	font-weight:bold;
}
.bottomRow {
	background-image: url(../images/background-bottom.jpg);
	background-repeat: repeat-x;
	background-color:#231f20; 
	font-size: 14px;
}

.topSpacer {
	height: 30px;
}
.topRowSpacer {
	height: 100px;
}
.leftColSpacer {
	width: 48px;
}
.widthSpacer24 {
	width: 24px;
}
.heightSpacer6 {
	height: 6px;
}
.heightSpacer10 {
	height: 10px;
}
.heightSpacer20 {
	height: 20px;
}
.heightSpacer300{
	height: 300px;
}

.contentArea {
	background-color:#6d8283; 
	color: #ffffff;
}
.menuText {
	font-size: 12px;
	text-align: left;
	color: #636466;
	vertical-align:top;
}
.menuTextSelected {
	color: #ed1c24;
}
.menuSubText {
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
	margin-left: 25px;
}
.menuSubTextSelected {
	font-size: 13px;
	text-align: left;
	color: #D59E35;
	vertical-align: top;
	margin-left: 25px;
}
.homeText {
	font-size: 12px;
	color: #006e3a;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
}
.leftText {
	font-size: 15px;
	color: #ffffff;
}
.topText {
	font-size: 17px;
	color: #ffffff;
}
.rightTitleText {
	font-size: 22px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 4px;
}
.rightTitleSubText {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.bottomTitle {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.bottomSubTitle {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.galleryTitleText {
	font-size: 14px;
	text-align: left;
	color: #000000;
	vertical-align:top;
}
.thumbImage {
	border: 2px #FFFFFF solid;
	cursor: pointer;
}
.thumbImageOver {
	border: 2px #8cc63f solid;
	cursor: pointer;
}
.footerText {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: right;
	color: #dddddd;
}

a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color: #aa2024;
	text-decoration: none;
}
a:visited:hover {
	color: #aa2024;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.menuTextLink a:link {
	color:#636466;
	text-decoration: none;
}
.menuTextLink a:visited {
	color:#636466;
	text-decoration: none;
}
.menuTextLink a:hover {
	color: #ed1c24;
	text-decoration: none;
}
.menuTextLink a:visited:hover {
	color: #ed1c24;
	text-decoration: none;
}
.menuTextLink a:active {
	color: #636466;
	text-decoration: none;
}

.menuSubText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:hover {
	color: #D59E35;
	text-decoration: none;
}
.menuSubText a:visited:hover {
	color: #D59E35;
	text-decoration: none;
}
.menuSubText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footerText a:link {
	color:#dddddd;
	text-decoration: none;
}
.footerText a:visited {
	color:#dddddd;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #4e6868;
	text-decoration: none;
}
.footerText a:hover {
	color: #4e6868;
	text-decoration: none;
}
.footerText a:active {
	color: #dddddd;
	text-decoration: none;
}
