/* CSS Document */

body {
    margin:0px;
	margin-top: 30px;
	color: #aaaaaa;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.backgroundTable {
	background-image: url(../images/background-gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	text-align: center;
}
.mainTable {
	background-color:#ffffff;
} 
.headerRow {
	background-color:#ffffff;
}
.leftCol {
	background-color:#f6eeaf;
	background-image: url(../images/menu-bar-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.midCol {
	background-color:#f9fdfe;
	background-image: url(../images/text-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footerRow {
	background-image: url(../images/footer-with-logos.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.contentArea {
	color:#4e5154;
	margin:10px;
	text-align:left;
}
.galleryVideoArea {
	color:#4e5154;
	margin:10px;
	text-align:left;
	height:270px;
}
.galleryPicsArea {
	color:#4e5154;
	margin:10px;
	text-align:left;
	height:220px;
	overflow:auto;
}
.galleryThumb {
    width:90px;
	height:100px;
    margin-right:12px;
    margin-left:12px;
    margin-bottom:10px;
    float:left;
}
.topRowDate {
	font-size: 10px;
	margin-right: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: 11px;
	margin-left:25px;
	margin-top:4px;
	margin-right:25px;
	text-align: justify;
}

.menuLevel1 {
	height: 20px;
	background-color:#00a0c6;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: left;
}
.menuLevel1Selected {
	height: 20px;
	background-color:#7bc7ba;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: left;
}
.menuLevel2 {
	height: 17px;
	background-color:#27489e;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
	text-align: left;
}
.menuLevel2Selected {
	height: 17px;
	background-color:#047390;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
	text-align: left;
}
.menuLevel3 {
	height: 14px;
	background-color:#a0a0a0;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
	text-align: left;
}
.menuLevel3Selected {
	height: 14px;
	background-color:#3e9bc6;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
	text-align: left;
}
.menuText {
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	vertical-align:top;
	margin-left: 3px;
}
.menuTextSelected {
	color: #ed1c24;
}
.menuTextHalfSelected {
	font-size: 12px;
	text-align: left;
	color: #f0cd8f;
	vertical-align:top;
	margin-left: 3px;
}
.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;
}
.footerText {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.footerGreyText {
	font-size: 11px;
	text-align: center;
	color: #666666;
}
.footerSubText {
	font-size: 12px;
	text-align: center;
	color: #5c5c5c;
}

a:link {
	color: #27489e;
	text-decoration: none;
}
a:visited {
	color: #27489e;
	text-decoration: none;
}
a:hover {
	color: #3e9bc6;
	text-decoration: none;
}
a:visited:hover {
	color: #3e9bc6;
	text-decoration: none;
}
a:active {
	color: #27489e;
	text-decoration: none;
}




.menuText a:link {
	color:#ffffff;
	text-decoration: none;
	outline: none;
}
.menuText a:visited {
	color:#ffffff;
	text-decoration: none;
	outline: none;
}
.menuText a:hover {
	color: #f0cd8f;
	text-decoration: none;
	outline: none;
}
.menuText a:visited:hover {
	color: #f0cd8f;
	text-decoration: none;
	outline: none;
}
.menuText a:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.menuTextHalfSelected a:link {
	color:#f0cd8f;
	text-decoration: none;
	outline: none;
}
.menuTextHalfSelected a:visited {
	color:#f0cd8f;
	text-decoration: none;
	outline: none;
}
.menuTextHalfSelected a:hover {
	color: #ffe474;
	text-decoration: none;
	outline: none;
}
.menuTextHalfSelected a:visited:hover {
	color: #ffe474;
	text-decoration: none;
	outline: none;
}
.menuTextHalfSelected a:active {
	color: #f0cd8f;
	text-decoration: none;
	outline: 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;
}


.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: #ffffff;
	text-decoration: none;
}
.footerText a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerText a:hover {
	color: #27489e;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #27489e;
	text-decoration: none;
}
.footerText a:active {
	color: #ffffff;
	text-decoration: none;
}

.footerGreyText a:link {
	color: #666666;
	text-decoration: none;
}
.footerGreyText a:visited {
	color: #666666;
	text-decoration: none;
}
.footerGreyText a:hover {
	color: #000000;
	text-decoration: none;
}
.footerGreyText a:visited:hover {
	color: #000000;
	text-decoration: none;
}
.footerGreyText a:active {
	color: #666666;
	text-decoration: none;
}

.footerSubText a:link {
	color: #5c5c5c;
	text-decoration: none;
}
.footerSubText a:visited {
	color: #5c5c5c;
	text-decoration: none;
}
.footerSubText a:hover {
	color: #cccccc;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color: #cccccc;
	text-decoration: none;
}
.footerSubText a:active {
	color: #5c5c5c;
	text-decoration: none;
}
