@import url(Standard-All.css);

body { background: #FFF; padding: 25px; }
* { 
	font-size: 100%;
	color: #000!important; 
	font-family: sans-serif;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

[class*="fa-"]:after,
[class*="fa-"]:before,
.crumbs,
nav,
aside,
menu,
.menu,
.sMenu,
header,
.toolbar,
.oldIE,
#toTop,
.hide,
.noprint,
footer #menuElem,
.CMSSiteMapList,
.sitemap,
input[type="search"],
.greeting { display: none!important; }

li, p, ul, ol,
.EventListItem { margin-bottom: 20px; }

a { text-decoration: underline; }

.button,
input[type="button"],
input[type="submit"] {
	background: transparent; 
	color: #444;
	text-transform: uppercase;
	padding: 6px;
    text-decoration: none;
	border: solid 1px #444;
    display: inline-block;
    text-align: center;
}

main img {
  float: right;
  width: auto;
  max-width: 200px;
  height: auto;
  margin: 0 0 1em 1em;
}
img:after { clear: both; }

footer {
  clear: both;
  font-size: 11px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #000;
  text-align: center!important;
}
.copyright *,
.copyright .aRgt { text-align: center!important; }
.copyright a { margin: 0 10px; }
footer hr { display: none!important; }