#topMenu {
	background-color: #301580;
	width: 580px;
	padding-left: 200px;
	padding-right: 20px;
	height: 24px;
	font-size: 16px;
	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: #D6D7FF;
	text-decoration: none;
}
#topMenu a:visited {
	color: #D6D7FF;
	text-decoration: none;
}
#topMenu a:hover {
	color: #B1C0FC;
	text-decoration: none;
}
#topMenu a:active {
	color: #C9C2FE;
	text-decoration: none;
}


#navBar {
	background-color: #4545BD;
	width: 800px;
	background-image: url(../navBar.gif);
	background-repeat: no-repeat;
}


#flash {
	background-color: #4545BD;
	width: 800px;
	height: 150px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

#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: #4545BD;
	width: 580px;
	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;
}
