body {
 color: #333;
 background-color: white;
 margin: 20px;
 padding: 0px;
 font-family: 12px, verdana, arial, helvetica, sans-serif;
}

h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	font-family: "Bradley Hand ITC";
	font-size: 26px;
	font-weight: 900;
	color: #7986B2;
}

h2 {
	font-size: 20px;
	line-height: 18px;
	font-weight: 900;
	font-family: "Bradley Hand ITC";
	color: #7986B2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

h3 {
 font-size: 16px;
 line-height: 14px;
 font-weight: 900;
 font-family: "Bradley Hand ITC";
 color: #7986B2;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
 padding: 0px;
}

p {
 font-size: 12px;
 line-height: 20px;
 font-family: verdana, arial, helvetica, sans-serif;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 16px;
 margin-left: 0px;
 padding: 0px;
}

ul {
	list-style: circle outside none;
	font-size: 12px;
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}

ol {
	list-style: lower-alpha;
	font-size: 12px;
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.content>p {
 margin: 0px;
}

.content>p+p {
 text-indent: 30px;
}

.welbeck {
 font-family: "Bradley Hand ITC";
 font-size: large;
 font-weight: bolder;
}

.retail {
 font-family: "Bradley Hand ITC";
 font-size: x-large;
 font-weight: 900;
}

.banner {
	font-weight: bold;
}


a {
 color: #7986B2;
 font-size: 11px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: 500;
 text-decoration: none;
}

a:link {
 color: Black;
}

a:visited {
 color: Black;
}

a:hover {
font-weight: bolder;
 background-color: #BBBDD4;
}

/* All the content boxes belong to the content class. */
.content {
	position: relative;
	width: auto;
	min-width: 120px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 20px;
	margin-left: 170px;
	border-width: thin;
	border-style: dotted;
	border-color: #7986B2;
	background-color: white;
	padding: 10px;
	z-index: 3;



}

#navalpha {
 position: absolute;
 width: 150px;
 top: 20px;
 left: 20px;
 border-width: thin;
 border-style: dotted;
 border-color: #7986B2;
 background-color: White;
 padding: 10px;
 z-index: 2;
 voice-family: "\";
}

 {
 \"": ;
 voice-family: inherit;
 width: 128px;
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navalpha {
 width: 128px;
}

#navbeta {
 position: absolute;
 width: 190px;
 top: 20px;
 right: 20px;
 border-width: thin;
 border-style: dotted;
 border-color: #7986B2;
 background-color: White;
 padding: 10px;
 z-index: 1;/* Again, the ugly brilliant hack. */

 voice-family: "\";
}

 {
 \"": ;
 voice-family: inherit;
 width: 168px;
}

/* Again, "be nice to Opera 5". */
body>#navbeta {
 width: 168px;
}
