/* CSS Document */

body {
	margin-top: 4px;
	color: #808284;
	background-color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/*text-align: justify;*/
}
.backgroundTop {
	background-image: url(../images/top-background2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#333333;
}
.backgroundTable {
	background-image: url(../images/mid-table-background2.gif);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#ededed;
}
.bodyTableBackgroundBtm {
	background-image: url(../images/bottom-background2.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#333333;
}
.contentArea {
	background-color:#ededed;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:160px;
	margin-right:160px;
	text-align: left;
}
.blueText {
	color: #7f98cc;
}
.darkBlueText {
	color: #4c6599;
}
.searchBox {
	font-size: 12px;	
	color: #ffffff;
	/*padding:5px;*/
	text-align:left;
}
.searchBox2 {
	font-size: 12px;	
	color: #ffffff;
	text-align:left;
	padding:5px;
}
.searchBoxTitle {
	font-size: 22px;	
	color: #ffffff;
	padding:5px;
	text-align:left;
}
.searchBoxLeftTitle {
	font-size: 16px;	
	color: #ffffff;
	padding:5px;
	text-align:left;
}
.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;
}
.homeLeftBtmText {
	font-size: 12px;
	text-align: justify;
}
.homeLeftBtmPhone {
	font-size: 12px;
	color: #662c91;
}

.menu {
	font-size: 17px;
	color: #ffffff;
	cursor:pointer;
}
.menuSelected {
	font-size: 17px;
	color: #ffff00;
	cursor:pointer;
}
.menuSpacer {
	width:15px;
	cursor:default;
}
.footerText {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.footerSubText {
	font-size: 12px;
	text-align: center;
	color: #8c8c8c;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
a:visited:hover {
	color: #ffff00;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.contentArea a:link {
	color: #7f98cc;
	text-decoration: none;
}
.contentArea a:visited {
	color: #7f98cc;
	text-decoration: none;
}
.contentArea a:hover {
	color: #4c6599;
	text-decoration: none;
}
.contentArea a:visited:hover {
	color: #4c6599;
	text-decoration: none;
}
.contentArea a:active {
	color: #7f98cc;
	text-decoration: none;
}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #ffff00;
	text-decoration: none;
}
.menu a:visited:hover {
	color: #ffff00;
	text-decoration: none;
}
.menu a:active {
	color: #ffffff;
	text-decoration: 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: #ffffff;
	text-decoration: none;
}
.footerText a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerText a:hover {
	color: #ffff00;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #ffff00;
	text-decoration: none;
}
.footerText a:active {
	color: #ffffff;
	text-decoration: none;
}

.footerSubText a:link {
	color: #8c8c8c;
	text-decoration: none;
}
.footerSubText a:visited {
	color: #8c8c8c;
	text-decoration: none;
}
.footerSubText a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerSubText a:active {
	color: #8c8c8c;
	text-decoration: none;
}
