* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #d3d3d3;
}

h1, h2, h3 {
	text-transform: uppercase;
	overflow: visible;
    color: #666;
}

h1 {

}

h2 {
font-size: 16px;
font-weight: bold;
}

h3 {
	font-size: 12px;
}

p, blockquote, ul, ol {
	color: #666;
}


a {
	color: #C90404;
}

a.center {
	margin: auto;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #c00004;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.center {
	margin: auto;
}

.pdfLink { 
	padding-right: 19px; 
	background: url(images/pdf.gif) no-repeat 100% .5em; 
}
.docLink { 
	padding-right: 19px; 
	background: url(images/doc.gif) no-repeat 100% .5em; 
}
.zipLink { 
	padding-right: 17px; 
	background: url(images/zip.gif) no-repeat 100% .5em; 
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img1.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#header a {
	text-decoration: none;
	color: #90210A;
}
#header p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 170px;
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	width: 390px;
}

#search_hdr {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img12.jpg);
}

#search_hdr h1, #search_hdr h2 {
	float: left;
	font-weight: normal;
}

#search_hdr h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
}

#search_hdr h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 10px;
}

#search_hdr a {
	text-decoration: none;
	color: #90210A;
}
#search_hdr p {
	float: right;
	padding-right: 170px;
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	width: 390px;
}

#results_ {
	overflow: auto;
}


/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y;
}


#searchpage {
	width: 800px;
	margin: 0 auto;
	background: url(images/img11.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 370px;
	padding: 0 25px;
	background: url(images/img4.gif) no-repeat;
	font-family: arial;
}

#content .post {
text-align: justify;
}

#content .post2 {

}

#content .post h1 {
	font-size: 10px;
}

#content .post h2 {
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}

.leftcell {
	border-right: 1px dotted #999;
}


/* Ad Space */

#adspace {
	float: right;
	width: 120px;
	padding: 25px 25px;
	background: url(images/img5.gif) no-repeat;
}
#adspace h2 {
	margin: 16px 0;
	margin-bottom: .5em;
	font-size: 92%;
	color: #3A2403;
}
#adspace p {
	font-size: 80%;
	padding: 0 0 4px 0;
}

#adspace li {
	list-style: none;
	padding-bottom: 15px;
}

#adspace ul {
	text-align: center;
}

#search {
	float: right;
	width: 605px;
	padding: 0;
	background: url(images/) no-repeat;
	font-family: arial;
	overflow: auto;
}

/* Sponsor Space */

#sponsorspace {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(images/img5.gif) no-repeat;
}
#sponsorspace h2 {
	padding: .25em 0 0 0; 
	font-size: 92%;
	color: #3A2403;
}
#sponsorspace p {
	font-size: 80%;
	padding: 0 0 4px 0;
}

#sponsorspace li {
	list-style-type: none;
	padding-bottom: 2px;
	font-size: 85%;
}

#sponsorspace ul {
	text-align: left;
	list-style-type: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(images/img3.gif) no-repeat;
}

.boxed {
}

.boxed h2 {
	margin: 8px 0;
	margin-bottom: .5em;
	font-size: 92%;
	color: #3A2403;
}

.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}


/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 0 610px 0 20px;
	background: url(images/img8.gif) no-repeat;
	font-size: 77%;
}

#searchfooter {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 0 610px 0 20px;
	background: none;
	font-size: 77%;
}

#footer img {
	margin: auto;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}

a.info { position:relative; margin-left: -20px;}
a.info img {border: 0;}
a.info:hover { z-index: 34;}

a.info span { 
	display: none; 
	color: #fff;
	opacity: 0.90;
	filter:alpha(opacity:.90);
	border: 2px solid #C90404;
	text-align: center;
	font-size: 12px;
	}
	
a.info:hover span { 
	display: block; 
	position: absolute; 
	top: -4em; 
	left: -4em; 
	width: 15em; 
	padding: 10px; 
	background-color: #666; 
	z-index: 1000;
	}

.uptop {
	font-size: 10px;
	float: left;
	}
.uptop li {
	width: 140px;
	text-align: left;
	clear: left;
	}
	
.posy .grey {
	background-color: #ccc;
}
