@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; */
	font-family: inherit;
	vertical-align: baseline;
}
body {
	/*background-color: #CCCCCC;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;*/
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #777;
	font-size: 0.8em;
	line-height: 1.5;
	/*	background-image: url(images/daveO.png);
	background-repeat: repeat;*/
	background-image: url(images/dBG.jpg);
	background-repeat: repeat;
}
#outerWrapper {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 75px;
	width: 930px;
	margin-top: 8px;
	background-image: url(images/head.png);
}
#filterer  {
	height: 33px;
	width: 750px;
	text-align: center;
	margin-top: 8px;
	border-color: #665233;
	background-color: #999900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: auto;
	margin-left: auto;
	/*	position: relative;*/
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#help {
	float:right;
	width: 29px;
	height: 25px;
	background-image: url(images/Q.png);
	background-repeat: no-repeat;

	}
/*#filterHead{
	width:auto;
	color: #FFF;
	font-size: .8em;
	display: none;
}*/
#content {
	width: 282px;
	height: 453px;
	float: left;
	margin-top: 5px;
	margin-bottom:15px;
	background-color: #999900;
	border: 2px solid #665233;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
}
/* #contentHead{
	width:auto;
	color: #FFF;
	font-size: .8em;
	display: none;
	padding-right: 5px;
	padding-left: 10px;
} */
/*#content p {
	font-size: .9em;
	line-height: 20px;
	margin-top: 30px;
	padding-right: 0px;
	padding-left: 20px;
} */
#contentDetail {
	width: 590px;
	height: 456px;
	float: right;
	font-size:1.0em;
	text-align: left;
	background-color: #999900;
	border: 2px solid #665233;
	margin-top:5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	height: 50px;
	clear: both;
	text-align: center;
	color: #FF7F33;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #999900;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #999900;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #999900;
	font-weight:bold;
}
a:active {
}

.aFoot:link {
	text-decoration: none;
	color: #FF7F33;
	font-weight: bold;
}
.aFoot:visited {
	text-decoration: none;
	color: #FF7F33;
	font-weight: bold;
}
.aFoot:hover {
	text-decoration: underline;
	color: #FF7F33;
	font-weight: bold;
}

.aHide:link {
	text-decoration: none;
	color: #665233;
}
.aHide:visited {
	text-decoration: none;
	color: #665233;
}
.aHide:hover {
	text-decoration: underline;
	color: #ff7F33;
}

h1,h2,h3 {
	margin-top: .4em;
}
p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.LightText {
	color: #FFE54D;
	font-weight:bold;
}
#permaView {
	/*background-color: #FFF;*/
	display: block;
	padding: 10px;
	height: 500px;
	width: 95%;
/*	border: medium solid #999;*/
	margin-right: auto;
	margin-left: auto;
}

