﻿body {
	background-color:#fff;
	color:#000;
	font:12pt georgia;
	line-height:150%;
	}
h1, h2, h3 {
	margin-top:0;
	border-bottom:#000 12px solid;
	padding-bottom:5px;
	font-family:'arial black', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	}
h4, h5, h6 {
	margin:0;
	border-bottom:#000 8px solid;
	font-family:'arial black', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	}
a {
	text-decoration:none;
	color:#f55;
	}
a:hover {
	color:#55f;
	}
/* Here 's the list bullet */
ul, li {
	list-style-image:url(news.png);
	font:12pt arial, serif;
	line-height:150%;
	}
/* Here's the logo trick...
	this next bit hides the text header */
#logo h1 {
	display:none;
	}
/* This part sets the "logo" area to the size of
	the image, then uses the image in the background */
#logo {
	width:700px;
	height:100px;
	margin:3em auto 2em auto;
	padding:0;
	text-align:center;
	background-image:url(trilateral.png);
	background-repeat:no-repeat;
	}
#easy {
	display:table;
	width:100%;
	}
#easy {
	display:table-row;
	}
#one, #two, #three {
	display:table-cell;
	vertical-align:top;
	}
#one {
	width:180px;
	text-align:center;
	padding-right:1em;
	}
#two {
	text-align:left;
	padding-right:1em;	
	}
#three {
	background-color:#eee;
	font:10pt arial, serif;
	border:1px solid;
	width:180px;
	text-align:left;
	padding:1em;
	}
blockquote:before {
	content:url(quote.png);
	}
blockquote:after {
	content:url(unquote.png);
	}

/* Here's some CSS to use for plain text navigation */
#navigation {
	margin:1em auto 1em auto;
	padding:0;
	text-align:center;
	}
#first, #prev, #next, last, #xfirst, #xprev, #xnext, #xlast {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	}
#perm {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	}
#navigation a {
	margin:1em;
	font:14pt 'arial black', arial, serif;
	}
#navigation span {
	margin:1em;
	font:14pt 'arial black', arial, serif;
	}


/* Here's the CSS for the ads I snuck into the template.
Meaning, you probably don't need this, yourself. :D */
#threeways img {
	width:160px;
	height:600px;
	border:0;
	}
