body {
	font-family: times new roman, arial, sans-serif;
	background-color:#CCCCCC;
margin:0px 0px 0px 0px;
	
		
}
h1 {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;}
	
h2 { color:#CC0000; 
	font-variant: small-caps;
	}
	
b { color:#CC0000; }

td {
	font-family: Times new-roman, Arial, sans-serif;
}

th {
	font-family: Times new-roman, Arial, sans-serif;
}

img { border-color: black;
}

ul li { list-style-type: none;
}
ul a{
 font-weight: bold;
 color: black;
text-decoration: none; 

}
ul a:hover {
	color: #CC0000;
}
ul ul a{
	color: Maroon;
	font-size: x-small;
	text-decoration: underline;
	font-family: sans-serif;
}

#leftcontent {
background:#fff;
border-right:2px solid #000;
border-bottom:2px solid #000;
margin:0px 190px 50px 0px;
padding:10px;
	}
	
p {
	text-indent: 13px;
}

#rightcontent {
position:absolute;
background-color:#CCCCCC;	
text-align: center;	
top:15px;
right: 1px;
	width:150px;
	padding:10px;

	border-bottom: 1px;


}
		
	
	#rightcontent h4 {
	font-size: smaller;}
			
	#rightcontent h3 {
	color:#CC0000;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
		
#links a, #links a:visited {
  text-decoration:none;
  text-align:left;
  background-color: #666666; 
  color: #FFFFFF;
  display: block; 
  width: 8em; 
  padding:0.2em;
  margin: 0.2em 0;
  border-right:5px solid #fff;  
 
  }
#links a:hover {
  border-right:5px solid #CC0000;
  
  }
.graph {
	text-align: center;
	font-size: smaller;
	text-indent: 0;
	padding: 0px;
	border: 0px; }
	
	.graph img { border-width: 1px;
	border-color: black; }
	
	ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;

}

ul#navigation li a
{
display: block;
width: 5em;
color: #FFF;
background-color: #666666;
padding: .2em 0;
text-align: center;
text-decoration: none;
}

ul#navigation li a:hover
{
color: #FFF;
background-color: #CC0000;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }

