/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: blue;
		/*background-image:url(/images/clouds.jpg);
	background-repeat:repeat;*/
}
h1 {
	color: navy
}
h2 {
	color: navy
}
#wrapper {
	width:812px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	border:solid #0033FF 1px;
	background-color:#FFFFFF;
}
.smalltop {
	text-align:center;
	color:blue;
	width:100%;
	font-size:.8em; 
}
.FloatRight{ 
	float:right;
	margin:4px;
}
.FloatLeft{ 
	float:left;
	margin:4px;
}
#header {
	/*background-image:url(/images/clouds.jpg);
	background-repeat:no-repeat;*/
	height:120px;
	z-index:10;
}
.headerRight{ 
	float:right;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;	
	height:80px;
	width:600px;
	text-align:center;	
	font-size:2em;
	font-style:italic;
	line-height:1em;
	

}
.headerR2 {
	text-align:right;
	font-size:0.7em;
	margin-right:10px;
}
.headerLeft{ 
	float:left;
	margin-top:10px;
	margin-left:10px;
	height:110px;
	width:120px;
	
	
}
#menu {
	clear:both;
	margin-left:4px;
	z-index:10;
	white-space:nowrap;
	margin: 0 8px 0 15px;
}
#menu ul {
	margin:0;
	list-style: none;
	padding:0;
	font-weight:bold;
	    
}
#menu li {
	font-size:0.75em;
    padding:0;
    margin: 0 15px 0 0px;
    float: left;
}
#menu a:link, #menu a:visited {
	color:blue;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
	color:white;
	background-color:blue;
}
#menu a:active {
	text-decoration:none;
	color:white;
	background-color:blue;
}
#main {
    margin: 0px 0 0px 0;
	padding: 0 0 0 0;
	z-index:8;
}
#footer {
	background-image:url(/images/clouds.jpg);
	height:60px;
	width:749px;
	margin:0 auto;
	text-align:center;
}
.footer_black {
	color:#000000;
}
.clear {
  clear:both;
  margin-bottom: -1px; /* for Gecko-based browsers */
  overflow:hidden;
  padding-bottom: 1px; /* for Gecko-based browsers */
}

.clearfix:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.header {
	background-image: url(/images/clouds.jpg);
	background-repeat:repeat-x;
		/*	background-color: #fff;
    border: 2px solid black;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;*/
}
.source {
font-size:0.9em;
}
.footer {
	font-size:0.8em;
	background-image: url(/images/clouds.jpg);
	background-repeat:repeat-x;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.ameriss a:link, .ameriss a:visited {
text-decoration:none;
color:#0000FF;
font-size:0.8em;
}
.ameriss a:hover {
text-decoration:none;
color:#FF0000;
font-size:0.8em;
}


