html {
	background-color:#9a0e07;
}
body {
	text-align:center;
	font-size:100%;
	background-color:#9a0e07;
	color:white;
}
#container {
	margin:0 auto;
	text-align:left;
	width:720px;
	font-family:Verdana, Arial, sanserif;
}

p {
	font-size:100%;
	line-height:1.9em;
	margin-bottom:18px;
}

h1 {
	margin:50px 0 30px 0;
	font-size:300%;
	text-align:right;
}

h2 {
	margin:50px 0 30px 20px;
	color:yellow;
}

img.step {
	float:left;
	margin-right:8px;
}
p.instructions {
	text-align:center;
	margin:30px 0 20px 0;
}
img.hairlined {
	border:1px solid black;
}

p.quote {
	margin:30px 0px 5px 35px;
	color:white;
	font-style:normal;
	font-size:75%;
	line-height:1.6em;
}
p.quotesource {
	margin:0;
	text-align:right;
	font-size:70%;
}
em {
	color:yellow;
	font-style:normal;
}

.navbar {
	text-align:center;
	width:100%;
}
.navbar table {
	border:1px solid black;
	background-color:#7a0403;
	padding:0px;
	margin:0 auto;
	font-size: 12px;
	min-height:0;
}
.navbar td {
	width:11em;
	text-align:center;
	border:thin solid #540202;
	background-color:none;
	padding:0;
	margin:0;
}
.navbar td.thispage {
	background-color:#540202;
}
.navbar a {
	color:white;
	text-decoration:none;
}
.navbar a:hover {
	font-weight:bold;
	color:yellow;
}

a {
	color:white;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:yellow;
}
.stdparahead {
	font-weight: bold;
	color: yellow;/*#ba8;*/
}
.parahead {
	font-weight: bold;
	color: yellow;/*#ba8;*/
	font-size: 140%;
}
#kicker {
	margin:30px auto 0 auto;
	font-size:150%;
	line-height:1.9em;
	color:yellow;
}
#kicker td {
	vertical-align:top;
}
h1 em {
	text-decoration:none;
	padding:0 2px 0 2px;
	margin:0 0 0 2px;
	background-color:black;
}
span.trade {
	color:#88ffff;
}
#title {
	margin:0;
	margin-top:.5em;

}
#title td {
	margin:0;
	padding:0;
	border:none;
}
#title em {
	font-weight:bold;
}

/* YUI menu headers are a.yui-menu-label, with the link text bracketed by <em> for easy styling.
   Non-menu headers are a.yui-menuitem, with the link text likewise bracketed with <em>.
   Menu items are a.yui-menuitem, without the bracketing.
*/

/* Black text in the header bar */
#mainmenu em {
	color:black;
}

.yui-menu-label em {
	padding-left:5.5em;
}
a.yui-menuitem {
	padding-left:5.5em;
	padding-right:.75em;
}
a.yui-menuitem {
	color:black;
	text-decoration:none;
}
a:hover.yui-menuitem {
	padding-left:5.35em;
}
a:hover.yui-menuitem em {
	font-weight:bold;
	text-decoration:underline;
}

#footer {
 	width:100%;
	margin:0 auto;
	border-top:1px solid black;
	font-size:100%;
	padding-top:4px;
}

#footer a {
	color:yellow;
	text-decoration:none;
	padding:.5em 2em;
}
#footer a:hover {
	background-color:#245;
}
.discreet_box {
	font-size:93%;
	border:none;
	padding:.8em;
	background-color:#25540b;
 }
