<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter your CSS3 Styles Here */

#index #PageFooterDiv,
#projects #PageFooterDiv,
#services #PageFooterDiv,
#support #PageFooterDiv,
#contact-us #PageFooterDiv,
#references #PageFooterDiv {
display:block;
display:none;
}

#hdButtons {
width:100%;
overflow:hidden;
}

.hd_contactButton {
float:right;
margin-left:0px;
border-radius:10px;
-moz-boder-radius:10px;
padding:10px;
text-align:center;
width:90px;
background-color: #606060;
cursor:pointer;
}
.hd_contactButton a span {
font-size:large; 
color: #ffffff;
}

.hd_portfolioButton {
float:right;
margin-left:20px;
border-radius:10px;
-moz-boder-radius:10px;
padding:10px;
text-align:center;
width:90px;
background-color: #606060;
cursor:pointer;
}
.hd_portfolioButton a span {
font-size:large; 
color: #ffffff;
}

#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:10px;
	margin-right:10px;
}


.anylinkcss{
      width: 300px;
}

.selectedanchor {
      background:#005277;
}

.anylinkcss ul li a:hover{
	background:#005277;
}  

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:bold;
	font-size:32px; 
	font-family: Open Sans,arial,helvetica,sans-serif;  
        color: #A20404;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
} 

#PageBodyDiv p {line-height:25px;}

#PageBodyDiv ul li {line-height:26px;}

#TopMenuDiv .TopMenuOn {
	background:#005277; 
} 
#TopMenuDiv .TopMenuOver {
	background:#005277;  
}


#blogMoreButton p {
  color: #000000;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

H2.blogArticleTitle {
  font-size: 21px;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 20px;
  font-weight: normal;
}
</pre></body></html>