body
{
  background: url(images/bg.gif) top center repeat-x #ffffff;
  color: #000000;
}

body, td, th, div, p, h1, h2, h2, li
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a, a:active, a:visited
{
  color: #930F09;
}

a.blind, a.blind:visited
{
  text-decoration: none;
}

a:hover { 

	text-decoration: underline; 
}

h2
{
  font-size: 16px;
  color: #666666;
  margin: 20px 0px 5px 0px;
  border-bottom: 1px dotted #cccccc;
}

ul
{

}
/* Containers */

#main
{
  position: relative;
  width: 673px;
  height: 95%;  
  margin: 10px auto;
  padding: 12px 35px 12px 35px;
  background-color: #ffffff;
}

#mainnav
{
  width: 673px;
  height: 23px !important;
  height: 30px;
  padding: 5px 0px 2px 0px;
}

#mainnav table
{
  width: 673px;
}

#mainnav table tr td
{
  width: 14%;
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

#mainnav table tr td a
{
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 8px 2px 8px;
  text-decoration: none;
}

#mainnav a:hover
{
	color: #f00;
	text-decoration: underline;
}


#container
{
	position: relative;
	width: 673px;
	margin-left: auto;
	margin-right: auto;
}

/* Header Section */
#searchbox
{
	float: right;
	margin-bottom: 2px;
}

#searchbox input
{
	height: 16px;
	border: solid 1px black;
	padding-left: 3px;
}

#title
{
	font-weight:normal;
	font-size: large;
	font-family: Tahoma;
	margin-bottom: 0px;
}

/* Footer */
#footer
{
	font-size: 0.85em;
}

#footer a
{
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	color: #f00;
	text-decoration: underline;
}

/* Search */
.note
{
	font-size: small;
	color: Red;
}

/* Kwotes */
.kwoteeven, .kwoteodd
{
	position: relative;
	border: 1px solid black;
}

.kwoteeven
{
	background-color: #eee;
}

.kwoteeven + .kwoteodd, .kwoteodd + .kwoteeven
{
	margin-top: 10px;
}

.kwoteeven p, .kwoteodd p
{
	clear: both;
	font-size: 1em;
	padding-left: 5px;
}

a.kwoteid
{
	position: relative;
	float: left;
	font-size: 0.9em;
	padding-left: 5px;
	color: #000;
	text-decoration: none;
}

a.kwoteid:visited
{
	color: #000;
}

a.kwoteid:hover
{
	color: #f00;
	text-decoration: underline;
}

.votecontrols
{
	position: relative;
	float: right;
	font-size: 0.9em;
	padding: 0px;
	padding-right: 2px;
}

.votecontrols a
{
	font-size: 1.35em;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}

.votecontrols a:hover
{
	color: #f00;
}

/* Next and Back links */
.kwotenavigation a
{
	text-decoration: none;
}

.kwotenavigation a:hover
{
	text-decoration: underline;
}

/* Horizontal Menu */
.tabmenu
{
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	width: 100%;
}

.tabmenu a
{
	/* This must be marked as important or IE ignores it. */
	color: #000 ! important;
	text-decoration: none;
}

.tabmenu a:hover
{
	/* This must be marked as important.
	   The above important rule causes all browsers to ignore this otherwise. */
	color: #f00 ! important;
	text-decoration: underline;
}

.tabmenu .tab
{
	display: table-cell;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.85em;
}