#topMenu {
	background-color: #3E3FAB;
	width: 740px;
	padding-left: 200px;
	padding-right: 20px;
	height: 24px;
	font-size: 13px;
	color: #514EA9;
	text-align: left;
	text-transform: capitalize;
	padding-top: 6px;
	font-weight: bold;
	background-image: url(../topMenu.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#topMenu a:link {
	color: #B5BBEA;
	text-decoration: none;
}
#topMenu a:visited {
	color: #B5BBEA;
	text-decoration: none;
}
#topMenu a:hover {
	color: #DCDFF5;
	text-decoration: none;
}
#topMenu a:active {
	color: #8889E1;
	text-decoration: none;
}

.checkText {
	font-size: 9px;
	color: #DADEF9;
}


.searchBox {
	font-weight: normal;
	color: #5456BB;
	text-align: left;
	font-size: 10px;
	font-style: normal;
}

#searchBox {
	font-weight: bold;
	color: #5456BB;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	height: 12px;
}


.searchButton {
	font-weight: bold;
	color: #5456BB;
	text-align: center;
	font-size: 10px;
	font-style: normal;
}

#searchButton {
	font-weight: bold;
	color: #5456BB;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	height: 20px;
}

#flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#address {
	background-color: #4545BD;
	width: 798px;
	height: 20px;
	text-align: center;
	color: #D6D8FF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E1FA7;
	border-bottom-color: #140EB1;
	border-left-color: #6E6CCA;
	border-right-color: #140EB1;
}


#breadCrumbs {
	background-color: #DADEF9;
	width: 740px;
	padding-left: 200px;
	padding-right: 20px;
	height: 17px;
	font-size: 10px;
	color: #3B4B84;
	text-align: justify;
	padding-top: 3px;
	background-image: url(../breadcrumbs.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#breadCrumbs a:link {
	color: #3B4B84;
	text-decoration: none;
}
#breadCrumbs a:visited {
	color: #3B4B84;
	text-decoration: none;
}
#breadCrumbs a:hover {
	color: #3B4B84;
	text-decoration: underline;
}
#breadCrumbs a:active {
	color: #FF9F00;
	text-decoration: underline;
}

