/* CSS Document */

body {
	margin-top: 50px;
	color: #cccccc;
	background-color: #828386;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	/*text-align: justify;*/
}
.mainTableHome {
	background-image: url(../images/table-background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.mainTable {
	background-image: url(../images/table-background2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.footer {
	background-image: url(../images/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#828386;
}
.textareas_table {
	background-image:url(../images/TextBkg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#F1F2F4;
	height:300px;
	margin-top:10px;
	margin-bottom:10px;
}
.title_area {
	font-size: 24px;	
	color: #662c91;
	padding:5px;
	text-align:left;
}
.sitemapText {
	font-size: 17px;	
	color: #662c91;
	padding:5px;
	text-align:left;
}
.textareas_div {
	font-size: 12px;
	text-align: center;
}

.menu {
	font-size: 17px;
	color: #ffffff;
	cursor:pointer;
}
.menuSelected {
	font-size: 17px;
	color: #ffff00;
	cursor:pointer;
}
.menuSpacer {
	width:35px;
	cursor:default;
}
.footerText {
	font-size: 12px;
	text-align: center;
	color: #666666;
}
.footerGoldText {
	font-size: 12px;
	text-align: center;
	color: #956D25;
}
.footerSubText {
	font-size: 12px;
	text-align: center;
	color: #555555;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #956D25;
	text-decoration: none;
}
a:visited:hover {
	color: #956D25;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}


.menuTable a:link {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.menuTable a:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.menuTable a:hover {
	color: #ffff00;
	text-decoration: none;
	outline: none;
}
.menuTable a:visited:hover {
	color: #ffff00;
	text-decoration: none;
	outline: none;
}
.menuTable a:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.menuSelected a:link {
	color: #ffffff;
	text-decoration: none;
}
.menuSelected a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menuSelected a:hover {
	color: #ffff00;
	text-decoration: none;
}
.menuSelected a:visited:hover {
	color: #ffff00;
	text-decoration: none;
}
.menuSelected a:active {
	color: #ffffff;
	text-decoration: none;
}

.disabledLink a:link {
	color: #0000FF;
	text-decoration: underline;
}
.disabledLink a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.disabledLink a:hover {
	color: #888888;
	text-decoration: underline;
}
.disabledLink a:visited:hover {
	color: #888888;
	text-decoration: underline;
}
.disabledLink a:active {
	color: #0000FF;
	text-decoration: underline;
}

.footerText a:link {
	color: #666666;
	text-decoration: none;
}
.footerText a:visited {
	color: #666666;
	text-decoration: none;
}
.footerText a:hover {
	color: #956D25;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #956D25;
	text-decoration: none;
}
.footerText a:active {
	color: #666666;
	text-decoration: none;
}

.footerSubText a:link {
	color: #555555;
	text-decoration: none;
}
.footerSubText a:visited {
	color: #555555;
	text-decoration: none;
}
.footerSubText a:hover {
	color: #956D25;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color: #956D25;
	text-decoration: none;
}
.footerSubText a:active {
	color: #555555;
	text-decoration: none;
}
