/*eric meyer`s css reset*/
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,
b, u, i, center,
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-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
p {
	margin-bottom: 6px;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

#main, #header {
	margin-right: auto;
	margin-left: auto;
padding-left:20px;
}
#main {
padding-bottom:10px;
border-bottom:10px solid #000;
}
#left, #mid, #right {
	float: left;
}
#left, #right {
	width: 198px;
	background: #E3E2D2;
}
#mid {
width: 544px;
	padding-right: 25px;
	padding-left: 25px;
}

/*--------------------------------------basic styles---------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/bgrTop.gif) repeat-x left -28px;
}
/*navigation*/
#navigation {
	line-height: 30px;
	height: 30px;
	margin-bottom: 30px;
}
#navigation p {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-right: 35px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #000;
	text-decoration: none;
	font-style: italic;
}
#navigation a:hover {
	text-decoration: underline;
	color: #FFF;
	font-style: normal;
}
/*left/right column titles*/
.colTitle {
	background: url(../images/bgrH3.gif) repeat-x left top;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*left/right lists*/
.itemList {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
.itemList li {
	background: url(../images/arrowBlk.gif) no-repeat left 3px;
	padding-left: 8px;
	margin-left: 5px;
	margin-bottom: 3px;
}
.itemList a:link, .itemList a:visited, .itemList a:active {
	text-decoration: none;
}
.itemList a:hover {
	text-decoration: underline;
}
/*same lists, added float*/
.ULfloat {
	display: block;
	float: left;
	width: 255px;
	padding-right: 16px;
}
/*H2 title for categories*/
.categoryH2 {
	font-size: 15px;
	background: #ADA97A;
	padding: 3px;
	margin-bottom: 12px;
	display: block;
	color: #FFF;
}
/*results table*/
.resultTable {
	margin:15px 0px 2px 0px;
}

.resultTableEven {
	background: #FFF9DD;
	padding: 7px;
border-top: 1px dotted #ADA97A;
}
.resultTableOdd {
	background: #fff;
	padding: 7px;
border-top: 1px dotted #ADA97A;
}
/*search table*/
.SRCtable {
	background: #FFF9DD url(../images/bgrSrc.gif) no-repeat right top;
	border: 1px solid #ADA97A;
	margin-top: 12px;
	margin-bottom: 12px;
}
.SRCtable td {
	padding: 4px;
}
.SRCtable label {
	font-weight: bold;
}
