body {
 background-image: url(images/sidebar.gif);
 background-position: left;
 background-repeat: repeat-y;
 background-color: White;
 font-family: verdana, arial, hevetica, sans-serif;
 font-size : 85%;
 color: Black;
 margin: 0px;
}
 
div.banner	{
 	margin: 0px;
	height:135px;
    background-color: #7575B4;
	background-image: url(images/gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
	
div.banner h1	{
 	margin: 0px;
	padding: 28px 0px 0px 160px;
   font-size : 333%; 
   color : White;
   background-color: transparent;
   font-family: "trebuchet ms", Verdana, Arial, hevetica, sans-serif;
   font-style: italic;
}

div#LHS	{
	padding: 0ex 1ex 1ex 0ex;
	margin: 0px;
	font-family: Arial, helvetica, sans-serif;
	text-align:left;
	position:absolute;
	top:10px;
	left:6px;
	width: 114px;
	font-weight: bold;
	clear: left;
	background-color: transparent;
	}
* html body div.lhs	{ /* IE only */
	width: 120px;
}
 
div#LHS img	{
	float:left;
	margin:25px 5px;
	padding: 2px;
   background-color: #393852;
	width: 108px;
	height:54px;
	border: 1px solid white;
}

div.adsense	{
	float:right;
	width:160px;
	padding: 5px;
	margin: 0 0 10px 10px;
	border-left: 1px solid Navy;
	border-bottom: 1px solid Navy;
}
	
 p.here {
	margin: 10px 5px;
	font-size:83%;
	color: Black;
	border : 2px solid #E8EAF7;
	padding: 4px;
	background-color: #DDDCFC;
	width: 92px;
}
* html p.here	{	/* IE 6 and below only */
	margin-left:3px;
	width: 93px;
}

p.item {
	margin: 10px 5px;
	font-size:83%;
	background-color: Black;
}
* html p.item	{	/* IE 6 and below only */
	margin-left:3px;
}

a.item:link, a.item:visited {
	color: #E8EAF7;
	background-color: #7575B4;
	padding: 4px;
	display: block;
	text-decoration: none;
	width: 93px;
	border : 2px solid #E8EAF7;
}

a.item:hover {
	color: #7575B4;
	background-color: #E8EAF7;
	text-decoration: None;
	display: block;
	width: 93px;
	border : 2px solid #7575B4;
}

.main	{
	background-color: White;
	padding: 0.5em 1.5em;
	margin: 0px 0ex 0ex 140px;
}

STRONG {
   font-weight : bold; 
}

LI {
   line-height : 110%; 
   margin-top : 0.65em; 
}

UL {
   list-style-type : square; 
}

IMG {
   border-width : 0px; 
}

HR.THIN {
   color : #00C000; 
   height : 1px; 
}


HR {
   color : #7575B4; 
   background-color: #7575B4;
   height : 3px;
   border: 0px;
   margin: 10px 20px;
}


H4 {
   font-size : 100%; 
   margin-bottom : 0; 
}

H3 {
   font-size : 120%; 
   color : #393852; 
   margin-bottom : 0; 
}

H2 {
   font-size : 150%; 
   color : #393852;
   font-family: "trebuchet ms", verdana, arial, hevetica, sans-serif;
   font-style: italic;
}

.title {
	background-color:#393B52;
	color:white;
	text-align: center;
	margin:3px;
}

H1 {
   font-size : 300%; 
   color : White;
   font-family: "trebuchet ms", verdana, arial, hevetica, sans-serif;
   font-style: italic;
}

DT {
   margin-bottom : 0; 
}

DL {
   font-size : 100%;
   line-height : 145%; 
   margin-top : 5pt; 
   margin-bottom : 5pt; 
}

p.testimonial	{
	margin-bottom:0em;
}
p.reviewer	{
	margin-top:0em;
	text-indent: 2em;
	font-style: italic;
}

td	{
	font-size:90%;
}
td.force	{
	font-size: 100%;
	font-weight: bold;
}

table.reports	{
	border-bottom: medium solid Navy;
	margin-left:2em;
}

table.reports th	{
		border-bottom: medium solid Navy;
		border-left: none;
		border-top: none;
		border-right: none;
		padding-bottom:1ex;
		font-size: medium;
		font-weight:bold;
		text-align:left;
		padding: 0ex 1ex .5ex 1.5ex;
}
table.reports td {
		padding: 0.3ex 1ex 0ex 1ex;
}

tr.shade	{
	background-color: #FFF6E8;
}

td.reports {
		font-size: larger;
		padding: .5ex 1ex .5ex .5ex;
		border-bottom: thin solid #ADD8E6;
}

td.year {
		font-size: larger;
		font-weight: bold;
		padding: .5ex 1ex .5ex .5ex;
		border-bottom: thin solid #ADD8E6;
		border-left: medium solid Navy;
}
td.rhs	{
		font-size: larger;
		padding: .5ex 1ex .5ex .5ex;
		border-bottom: thin solid #ADD8E6;
		border-right: medium solid Navy;
}

A {
  font-weight: bold;
  text-decoration : none;
  color : #7575B4;
}

a:visited {
  font-weight: bold;
  color : #333366;	
	text-decoration: none;
}
a:active {
    font-weight: bold;
	color: Olive;
}
A:hover {
	font-weight: bold;
   color : #EE16B9;
   text-decoration: underline;
}

.margin {
	border-right-width: 1px; 
	border-right-style: solid; 
	background-color: #FFFFCC;
}


.cartouche {
	margin:1em;
	margin-left:2em;
	padding:1em;
	text-align : justify; 
	background-color: #EBF1FF;
	border: double #0044F5;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: left;
}

p.credits	{
	font-size: 90%;
	text-align: right;
}


.show-all {
	font-size: 75%;
	margin-top:3em;
}

