#topMenu {
	background-color: #414489;
	color: #B9BBDB;
	width: 600px;
	padding-left: 200px;
	padding-right: 0px;
	height: 18px;
	font-size: 12px;
	text-transform: capitalize;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #292D61;
	border-bottom-color: #292D61;	
}
#topMenu a:link {
	color: #D5D6EA;
	text-decoration: none;
}
#topMenu a:visited {
	color: #D5D6EA;
	text-decoration: none;
}
#topMenu a:hover {
	color: #ECEEFB;
	text-decoration: none;
}
#topMenu a:active {
	color: #F1F1F8;
	text-decoration: none;
}
#headerArt {
	background-color: #E8E5DE;
	width: 800px;
	text-align: justify;
	height: 100px;
	background-image: url(headerArt.jpg);
}
#mainMenu {
	background-color: #414489;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-size: 12px;
	color: #B9BBDB;
	text-align: left;
	text-transform: capitalize;
	padding-top: 6px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8AACE;
	border-bottom-color: #292D61;
}
#mainMenu a:link {
	color: #D5D6EA;
	text-decoration: none;
}
#mainMenu a:visited {
	color: #D5D6EA;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #ECEEFB;
	text-decoration: none;
}
#mainMenu a:active {
	color: #ECEEFB;
	text-decoration: none;
}
#flash {
	background-color: #E8E5DE;
	width: 800px;
	height: 100px;
	text-align: justify;
}
#breadCrumbs {
	background-color: #F3F2F8;
	width: 580px;
	padding-left: 200px;
	padding-right: 20px;
	height: 18px;
	font-size: 10px;
	color: #3B4B84;
	text-align: justify;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999BCA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D80BC;
}
#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;
}
