
body       	
{ 
	background-color: rgb(194, 194, 186); 
	font: 14px "trebuchet ms", geneva, arial, sans-serif; 
	margin: 0; 
	margin: 0;
	padding: 0;
}

a           { color: darkblue; text-decoration: none; border: 0; }
a:visited 	{ color: darkblue; text-decoration: none; border: 0; }
a:link			{ color: darkblue; border: 0; } 
a:hover			{ text-decoration: underline; }

h1 { font-size: 28px; display: inline; }
h2 { font-size: 20px; display: inline; }

img 		{ border: 0; }

div.image
{
    text-align: center;
    margin: 4px;
    font-weight: bold;
    font-size: 10px;
    border-top: 1px dotted rgb(164,164,154);
    border-bottom: 1px dotted rgb(164,164,154);
    padding: 4px;
}

.center
{
    text-align: center;
}

.right
{
	text-align: right;
	float: right;
}

.bigger
{
	font-size: 18px;
}

.red
{
	color: red;
}

.green
{
	color: green;
}

div.counter
{
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 10px;
	text-align: left;
	float: left;
	font-size: 10px;
	color: rgb(10, 10, 5);
}

div.allofit
{
  background-color: rgb(184, 184, 176); 

  top: 0px;
	margin: 0px;
  padding: 0px;

  width: 85%;
  margin: 20px;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid rgb(164, 164, 154);
  padding-left: 20px;
  padding-right: 20px;
  
  min-height: 100%;
  height: 100%;
}

div.top
{
	margin-top: 20px;
	padding: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(164, 164, 154);
	margin-bottom: 20px;
	height: 50px;
}

div.topheader
{
	display: inline;
	position: absolute;
	right: 80px;
	top: 44px;
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}

div.topheader2
{
	display: inline;
	position: absolute;
	right: 82px;
	top: 42px;
	color: white;
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}

div.content
{
	vertical-align: top;
	padding: 0px;
  margin: 0px;
	margin-left: 15px;
	margin-right: 10px;
}

div.menu
{
	background-color: rgb(194, 194, 186);
	width: 180px;
 
 	margin-top: 1px;
	margin-bottom: 10px;
  margin-left: 0px;
  
	padding: 0px;
	padding-bottom: 3px;
}

div.heading
{
	font-style: italic;
  font-size: 11pt;
	background-color: rgb(164, 164, 154);
	color: white;
	border-left: 10px solid rgb(164, 164, 154);
	border-right: 10px solid rgb(164, 164, 154);
}


.floatleft
{
	float: left;
}

div.item
{
	margin: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.bottom
{
	padding: 10px;
	border-top: 1px solid rgb(164, 164, 154);
	margin-top: 10px;
	text-align: right;
}	

.important
{
  font-weight: bold;
  font-style: italic;
  background-color: darkorange;
}

.highlight
{
  font-weight: bold;
  font-style: italic;
  background-color: rgb(164, 164, 154);
}

div.pageheader
{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(164, 164, 154);
}

.pageheaderblurb
{
	font-size: 27px;
	font-style: italic;
	background-color: rgb(164, 164, 154);
	color: white;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}


div.newsitem
{
	margin:0;
	margin-bottom: 20px;
	padding-bottom: 10px;
  border-bottom: 1px dotted rgb(164, 164, 154);
}

div.newsheader
{
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid rgb(164, 164, 154);
  margin-bottom: 10px;
	width: 100%;
}

div.newsheader a           { color: black; text-decoration: none; border: 0; }
div.newsheader a:visited 	{ color: black; text-decoration: none; border: 0; }
div.newsheader a:link			{ color: darkblue; border: 0; } 

div.newstext
{
	margin-left: 20px;
}

div.newstext ul
{
	margin: 0px;
	margin-left: 10px;
}

div.newstext ul.tabbed_in
{
	margin-left: 25px;
}

div.newstext li
{
	margin-top: 5px;
}

.newsdate
{
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

.newsbyline
{
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

div.bullet
{
	margin-left: 20px;
}

.relnoteheader
{
	background-color: black;
	color: white;
}

.paypalfloater
{
	float: left;
	margin-right: 10pt;
}

.tabbed_in
{
	margin-left: 25px;
}

.bold
{
	font-weight: bold;
}
