h4 { color: #000000; padding: 0; margin: 0; 	font-family: Arial, Georgia, Times, serif;
 }

a:link {
  color: #10541a;
  background: none;
  text-decoration: underline;
}

a:visited {
  color: #10541a;
  background: none;
  text-decoration: underline;
}

A:hover {
  color:#10541a;
	background-color:#f2f2f2;
  text-decoration: none;
}

a:active {
  color: #10541a;
  background: none;
}

.container { /* This is for standards compliant browsers */
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

* html .container {
width: 750px; /* Trick IE5 Win */
w\idth: 750px; /* reset for IE5 for the Mac and IE6 */
}

.imgheader {

	margin-bottom: 5px;
	text-align: center;
}

.header {
	padding: 5px;
	float:right;
	font-family: Arial, Georgia, Times, serif;

	font-size: 25px;
	text-align: right;
}

.content {
	font-family: Arial, Georgia, Times, serif;
	/*font-family:Arial, Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	width: 700px;
}

.nav {
	float:right;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#e0e3e8;
}

#disclaimer  {
	font-size: 70%
}

.footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	font-family: "Arial, Georgia, Times, serif";
	font-size: 75%;
}

.datestamp {
	text-align: center;
	font-size:9px;
}

.footerinfo {
	text-align: center;
	font-size:12px;
}


h2.header { color: #10541a; text-align: right; padding: 0; margin: 0; font-family: "Arial, Georgia, Times, serif" } /* text in header */
h3.header { color: #10541a; text-align: right; padding: 0; margin: 0; font-family: "Arial, Georgia, Times, serif" }

ol {
	list-style-type: lower-roman;
	font-size: 90%;
}


.links{
	padding: 0px;
	font-family: "Arial, Georgia, Times, serif";
	text-align: left;
	font-size: 20px;
	color: #10541a;
}

.links a:link, .links a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
	color: #10541a; 		/* this is the link text  */ 
	font-size: 75%;
}

.links a:hover{
	background-color: #ffffff;  /* background color when moused over */
	font-weight: bold;
	text-decoration: none;
	color: #048b18;		/* text mouseover on links */
	font-size: 80%;
	text-align: left;
}


.links a {
	position: relative;
}


.medium {
	font-family: "Arial, Georgia, Times, serif"
	font-size: 14px;
	padding: 5px;
}


.big {
	font-family: "Arial, Georgia, Times, serif"
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


.small {
	font-family: "Arial, Georgia, Times, serif"
	font-size: 9px;
}


div#caption {
	float:right; 
	border-bottom: thin solid #CCC;
	padding: 7px; 
}

div#caption p {
	font-size:10px; 
	color:#666666; 
	margin-top: 4px;
}
