a:link {
  background: none;
  text-decoration: underline;
}

a:visited {
  color: #993333;
  background: none;
  text-decoration: underline;
}

A:hover {
  color:#660000;
  background: none;
  text-decoration: none;
}

a:active {
  color: #FF0000;
  background: none;
}

.container { /* This is for standards compliant browsers */
	width: 750px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

* html .container {
width: 772px; /* Trick IE5 Win */
w\idth: 772px; /* reset for IE5 for the Mac and IE6 */
}

.imgheader {
	margin-bottom: 5px;
/*	text-align: center;  */
} 

.content {
	padding: 15px;
	background-repeat:no-repeat;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;

}

.nav {
	border: dotted #23507B 3px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 95%;
	width: 175px;
	float:right;
}

.subnav {
	width: 150px;
	margin-right: 3px;
	text-indent: 0px;
	text-align: right;
	color: #397040;	
	font-size: 80%;
	text-decoration:underline;
	float:right;

}

#disclaimer  {
	font-size: 70%
}

.footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #003366;
	color: #DDEDFD;
	font-family: "Arial",sans-serif;
	font-size: 75%;
}

.datestamp {
	font-size: 10px;
	text-align: center;
}

A.footerl:link {
	COLOR: #DDEDFD; TEXT-DECORATION: underline
}
A.footerl:visited {
	COLOR: #DDEDFD; TEXT-DECORATION: underline
}
A.footerl:hover {
	COLOR: #DDEDFD; TEXT-DECORATION: none
}
A.footerl:active {
	COLOR: #DDEDFD; TEXT-DECORATION: underline
	}


.caption_right p, .caption_left p {margin:0px; padding:0px; font-size:75%; color:#6d6d6d;}
.caption_right {float:right; position:relative; display:inline; margin:3px 10px 7px 7px;}
.caption_left{float:left; position:relative; display:inline; margin:3px 7px 10px 15px;}

h2.header { color: #fb5106; text-align: right; padding: 0; margin: 0; font-family: "Arial",sans-serif; } /* text in header */
h3.header { color: #fb5106; text-align: right; padding: 0; margin: 0; font-family: "Arial",sans-serif; }

ol {
	list-style-type: lower-roman;
	font-size: 90%;
}

ul {
	list-style-image: url(images/reddot.gif);
	font-size: 90%;
	line-height: 20px;
}

ul ul {
	list-style-image: url(images/greendot.gif);
}

.square { background-color: #EBEBEB; width: 10px; }

.links{
	margin-right: 0;
	padding: 5px;
	font-family: "Arial", sans-serif;
	text-align: left;
	letter-spacing: 3px;
}

.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: #028126; 		/* this is the link text  */ 
	font-size: 95%;
}

.links a:hover{
	background-color: #AAC7E2;  /* background color when moused over */
	font-weight: bold;
	text-decoration: none;
	color: #000000;		/* text mouseover on links */
	font-size: 95%;
	text-align: left;
}

.links a {
	position: relative;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


.small {
	font-family: Arial, Helvetica, sans-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;
}

.grid {
	font-size: 90%;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Arial",sans-serif;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

