* {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
}

body {
	background: #003300 url(../graphics/metal_bak4.jpg);
	text-align: center;
	color: #000000;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#frame {
	width: 800px;
	margin: auto;
	text-align: left;
	border: 1px solid #666666;
	padding: 0px;
	background: #000000;
}
#head {
	height: 64px;
	text-align: left;
	background: #000000 url(../graphics/crowd2.gif) no-repeat bottom;
	color: #000000;
	padding: 7px 7px 7px 27px;
}
#head2 {
	height: 150px;
	text-align: left;
	background: #000000;
	color: #000000;
	padding-left: 7px;
}
#bar {
	color: #999999;
	background: #660000;
	text-align: center;
	height: 35px;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
}
#content {
	background: #000000;
	text-align: left;
	width: 800px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#foot {
	color: #FFFFFF;
	background: #660000;
	text-align: center;
	margin: 0px;
	border-top: 1px solid #666666;
	height: 55px;
	width: 800px;
	clear: both;
}
img.prod1 {
	float: left;
	margin: 0px;
	padding: 0px 10px 5px 5px;
	width: 224px;
	border-style: none;
}
#form {
	background: #FFFFFF;
	text-align: left;
	width: 800px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	min-height: 300px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0 125px;
	padding: 0;
	min-width: 500px;
	max-width: 520px;
	width: 510px;
	background: #FFFFFF;
	float: left;
	clear: both;
	border-style: none;
	display: inline;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
h1 {
	font: bold 22px Tahoma, "Comic Sans MS", Arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	border-style: none;
	margin: 5px;
}
h2 {
	font: bold 28px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0px 10px;
	border-style: none;
	margin: 0px;
	color: #000066;
}
p {
	margin: 10px 0px 0px;
	padding: 3px;
	border-style: none;
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF;
}
#foot p {
	color: #FFFFFF;
	text-align: center;
	font: 16px Tahoma, "Comic Sans MS", Arial, sans-serif;
}
#head p {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#topic {
	background: #000000 url(../sotu_watermark.gif) no-repeat;
	width: 545px;
	min-height: 545px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	float: left;
}
#topic_main {
	background: #000000 url(../graphics/sotu_lg_blk.jpg) no-repeat;
	width: 545px;
	min-height: 545px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	float: left;
}
#sidebar {
	padding: 15px 0px 0px;
	float: left;
	width: 181px;
	background: #660000 url(../graphics/side_men_top.gif) no-repeat;
	margin: 77px 10px 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#sidebar p {
	font: italic 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 15px 5px 5px 10px;
}
#disclaim {
	background: #000000;
	text-align: center;
	padding: 0px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
#disclaim p {
	text-align: center;
}
#head img {
	padding: 0px;
	margin: 8px;
}
#intro1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 700px;
}
#intro2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	width: 575px;
	vertical-align: sub;
}
#topic .hilitewt {
	color: #FFFFFF;
}
#topic dd {
	padding-top: 7px;
	padding-bottom: 12px;
}
.dtbold {
	font-weight: bold;
}
.ddfoot {
	margin-left: 35px;
	margin-bottom: 35px;
	font-style: italic;
}#dltopic {
	width: 500px;
	border-style: none;
	margin: 0px;
	padding-top: 17px;
	display: block;
}
.people li {
	margin-bottom:17px;
	list-style: none;
}
.people .outlineInnerA {
	margin-left: 30px;
	margin-bottom:7px;
}
.people .outlineInnerAVerse {
	margin-left: 30px;
	margin-bottom:7px;
	color:#00CC00;
	font-style: italic;
	
}

