

a:hover, a:active { 
	text-decoration: underline; 
	color: #2BC179;
	}
body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;

}
body {
	background-color: #759FB9;
	text-align: center;
}

.png {
list-style-image: url("../images/png-icon.png"); 
}

.html {
list-style-image: url("../images/html-icon.png"); 
}

.FF {
list-style-image: url("../images/FF-icon.png"); 
}

.strike {
text-decoration:line-through;
}

#Container{
	width:40em/*55.9em*/;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	border: 0.05em none;
	border-color: #06070E;		
	background-color:#FFFFFF;
	line-height: 1.2;
}

#Container li{
padding:0.1em;
}

#Sord{
	background-color: #C3DBF3;
	border: 0.05em solid;
	border-color: #06070E #010C13 #C3DBF3 #06070E;
	padding-top: 1em;
	padding-bottom: 1em;
}

#Sord h1{
	padding: 0% 1em 0% 0%;
	margin: 0%;
	text-align: right;
}

#Content-Box{
	background-color: #FFFFFF;
    border: 0.05em solid; 
    border-color: #06070E;   
	padding: 1em 1em 1em 1em;line-height: 1.2;
}
#Current-Header{	
	color:#047E98;
	padding-top:1em;
}
#Bottom{
	text-align: right;
	background-color: #C3DBF3;
	padding: 1em 1em 1em;
	clear:both;
	border-top: none;
	border-right: 0.05em solid #06070E;
	border-bottom: 0.05em solid #06070E;
	border-left: 0.05em solid #06070E;
}

.ContentMiniBox {
  clear:right;		
	margin-top : 2em;
	width: 94%;
	margin-left: 3%;
}
.ContentTitle a:hover, a:active {
	text-decoration: none; 
	color: #208A57;
}

.ContentTitle {
	font-size: large;
	font-style: italic;	
	color:#208A57;
}
.ContentBlurb {
  margin-top:0.2em;
	border-top: thin dotted #0A364A;
}
.ContentDate{
	color:#046276;
	font-size: x-small;

}
.ContentDate:before{
  content: "Last Update: ";
}

div.spacer {
  clear: both;
  }

.nopad {
	margin: 0% !important;
	padding: 0% !important;
}
