#Page, #Shop, #TopNav input, #NavLinks li, #Shop a, #NavLinks a, #NavAds {
	color: Black;
}

#Side h2, #Side span a:hover, #NavLinks #ActiveTab, #NavLinks #ActiveTab a, #NavSub, #NavSub a, #Foot, #Foot a, .button-ad, .button-ad-over, #LogoText {
	color: White;
}

h1, h2, h3, h4, h5, h6 {
	color: #191970; /* Midnight Blue RGB: 25 25 112 */
}

a, #Shop a:hover, #NavLinks a:hover, #NavSub a:hover {
	color: Blue; /* Blue RGB: 0 0 205*/
	text-decoration: none;
}

#NavLinks #ActiveTab a:hover, #Foot a:hover, #TopNav a:hover {
	color: #DA70D6; /* Orchid RGB: 218 112 214 */
}

a:hover, a:active {
	color: #8B008B; /* Dark Magenta RGB: 139 0 139 */
}

.button-ad-over {
	background: Purple;
}

body {
	background-color: Black;
}

#Page, #NavSub a:hover {
	background-color: White;
}

#IconBar, #Side h2, #Side span.sideNav a:hover, #NavLinks #ActiveTab, #NavSub, #Foot, .button-ad {
	background-color: #191970; /* Midnight Blue RGB: 25 25 112 */
}

#Shop, #NavLinks li, #NavAds {
	background-color: #D2B48C; /* Tan RGB: 210 180 140 */
}

#LogoText, #MainContent {
	font-family: "Times New Roman", serif;
}

body, h1, h2, h3, h4, h5, h6, .button-ad, .button-ad-over {
	font-family: Arial, sans-serif;
}

#TopNav, #Side, .nav, #Head, #MainCrumbs, #Foot, .button-ad, .button-ad-over {
	font-weight: bold;
}

#LogoText {
	font-size: 33px;
	font-style: italic;
	padding-right: 115px;
}

h1 {
	font-size: 23px;
}

h1.title {
	font-size: 26px;
}

h2, .larger-text {
	font-size: 19px;
}

h3, #Side h2, .large-text {
	font-size: 16px;
}

h4, #TopNav, .small-text {
	font-size: 12px;
}

#Head, #Side, .nav, #Foot, .smaller-text {
	font-size: 11px;
}

h5, #MainCrumbs {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

h1.title, #Side, .nav, #Foot {
	text-align: center;
}

#QuickLink, #Head, #MainCrumbs {
	text-align: right;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}
	
img {
	border: 0;
}

.conHR hr {
	display: none;
}

div.conHR {
	width: 100%;
	padding: 20px 0px;
	Background: url(../images/bluebeads.gif) no-repeat center;
}

#Head h1 {
	display: none;
}

#NavHead {
	width: 800px;
	margin: 8px 0;
	text-align: center;
}

.nav-top, .nav-top ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	list-style: none;
	background-color: White;
}

.nav-top a {
	display: block;
	width: 9.5em;
}

.nav-top a:hover {
	background: #00008B;
	color: White;
}

.nav-top li {
	float: left;
	width: 9.5em;
	margin: 0 1px;
	padding: 3px 0;
	background: White;
	border: 2px solid #00008B;
}

.nav-top li ul {
	position: absolute;
	z-index: 1;
	width: 9.5em;
	left: -999em;
	margin-top: 5px;
	z-index: 100;
}

.nav-top li:hover ul, .nav-top li.sfhover ul  {
	left: auto;
	margin-left: 0;
}

.nav-top li.sfhover ul  {
	margin-left: -5em;	
}