@charset "utf-8";
body {
	background-color: #000;
	color: #FFF;
}
h1 {
	font-size: 1.6em;
}
p {
	font-size: 1.3em;
}

.colorText{
	color:#F90;
	font-weight:bold;
	font-size:1.2em;
	}

.gridContainer {
	color: #000;
	background-color: #EEE;
}
.headerButton {
	display: block;
	color: #FFF;
	background-color: #F90;
	text-align: center;
	margin-top: 2px;
	font-size: 1.7em;
	vertical-align: middle;
	line-height: 2.4em;
}
.headerButton a {
	display: block;
}
.headerButton a:link {
	color: #FFF;
	background-color: #F90;
	text-decoration: underline;
}
.headerButton a:hover {
	color: #F90;
	background-color: #000;
	text-decoration: underline;
}
.footerButton {
	display: block;
	color: #F90;
	background-color: #EEE;
	text-align: center;
	margin-top: 5px;
	font-size: 1.7em;
	vertical-align: middle;
	line-height: 3em;
}
.footerButton a {
	display: block;
}
.footerButton a:link {
	color: #FFF;
	background-color: #000;
	text-decoration: underline;
}
.footerButton a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}
.sideBox {
	background-color: #FFF;
	margin-top: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;	
}
.sideBox h2{
	background-color: #F90;
	margin-top: 0px;
	color: #FFF;
	text-align: center;
	line-height: 2.2em;
}
.contactBox {
	background-color: #F90;
	margin-top: 10px;
	font-size: 1.2em;
	color: #FFF;
}
.contactBox h2{
	font-size: 1.2em;
	color: #FFF;	
}
#Header {
	background-image: url(../images/header.jpg);
	background-size:cover;	
}
#logo {

}
#Footer {
	margin-top: 10px;	
	background-color: #BBB;
}
#FooterCWE {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000;
}
#FooterCWE a{
	color: #000;
}
#right1 {
	text-align: center;
	font-size: 1.2em;	
}
#LeftCol {
	font-size: 1.2em;	
}
