/* CSS Document */

body {
	margin: 0px;
	color: #7B7B7B;
	background-color: #7B7B7B;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.rightColumn {
	background-image: url(../images/rightbg.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

.topSpacer {
	height: 30px;
}
.topRowSpacer {
	height: 100px;
}
.leftColSpacer {
	width: 48px;
}
.widthSpacer24 {
	width: 24px;
}
.heightSpacer6 {
	height: 6px;
}
.heightSpacer10 {
	height: 10px;
}
.heightSpacer20 {
	height: 20px;
}
.heightSpacer300{
	height: 300px;
}

.bottomRow {
	background-color: #3A5B8C;
}

.menuText {
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
	vertical-align:top;
}
.menuTextSelected {
	color: #D59E35;
}
.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;
}

.newsText {
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
	vertical-align:top;
}
.newsTitleText {
	font-size: 18px;
	text-align: left;
	color: #000000;
	vertical-align:top;
	font-weight: bold;
}
.newsArticleTitleText {
	font-size: 14px;
	text-align: left;
	color: #3A5B8C;
	vertical-align:top;
	font-weight: bold;
}
.newsTextLink {
	font-size: 13px;
	text-align: left;
	color: #D59E35;
	vertical-align:top;
}
.galleryTitleText {
	font-size: 14px;
	text-align: left;
	color: #000000;
	vertical-align:top;
}
.footerText {
	background-color: #3A5B8C;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}


.menuTextLink a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menuTextLink a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.menuTextLink a:hover {
	color: #D59E35;
	text-decoration: none;
}
.menuTextLink a:active {
	color: #FFFFFF;
	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:active {
	color: #FFFFFF;
	text-decoration: none;
}

.newsTextLink a:link {
	color:#D59E35;
	text-decoration: none;
}
.newsTextLink a:visited {
	color:#D59E35;
	text-decoration: none;
}
.newsTextLink a:hover {
	color: #7B7B7B;
	text-decoration: none;
}
.newsTextLink a:active {
	color: #D59E35;
	text-decoration: none;
}

.footerText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.footerText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.footerText a:hover {
	color: #D59E35;
	text-decoration: none;
}
.footerText a:active {
	color: #FFFFFF;
	text-decoration: none;
}


