
* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: white;
}


h1,h2,h3,h4,h5,h6 {
	color: #347879;
}

h1,h2,h3,h4 {
	padding: 1em 0 0.5em 0;
}

p {
	padding: 0.5em 0 0.3em 0;
}

body {
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.container {
	width: 97%;
	margin: 10px auto;
	/* border: 2px solid #347879; */
}

.header {
	border: 1px solid darkblue;
	clear: both;			/* no floats on either side */
	height: 300px;
	background: url(images/antennas2a.png) repeat-x scroll top right;
}

#siteName {
	color: white;
	font-size: 20px;
	font-weight: bold;
	border: 0px solid white;
	height: 47px;
	padding: 10px 0 0 10px;
}

#menu {
	position: relative;
	top: 157px;
	height: 47px;
	background: url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;
	float: right;
	border: 0px solid white;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}

#menu a:hover {
	width: 79px;
  height: 31px;
	color: #FF0000;
	text-decoration: underline;
	background: url(images/menu_back.gif) repeat-x;
}

.leftpane {
	float: left;
	display: inline-block;
	border: 1px solid darkblue;
	/* width: 5px; */
	/* width: 160px;
	height: 600px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.trailer {
	border-top: 1px solid #ccc;
	margin: 0.75em 0 0.75em 0;
	padding: 0.75em 0 0.75em 0;
	clear: both;
	text-align: center;
	line-height: 0.2em;
}

.trailer-panel {
	/* background: white; */
	/* padding: 5px; */
}

.trailer-btn {
	display: inline-block;
	font-size: 18px;
	min-width: 80px;
	margin: 8px;
	text-decoration: none;
}

#copyright {
	margin: 8px;
}

.bodystyle {
	font-size: 13px;
}

.bodypane {
	border: 0px solid darkblue;
	/* margin: 0 200px 0 200px; */
	/* margin-left: 180px; */
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	border-left: 5px solid #347879;
}

.bodySubHeading {
	font-weight: bold;
	font-size: 18pt;
	vertical-align: middle;
	color: #347879;
	padding: 1em 0 0.5em 0;
}

#welcome {
	/* margin-right: 350px; */
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 20px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.column {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	/* border: 1px solid red; */
}

.footnote {
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 12px;
	color: #999999;
}

.adBanner {
	/* background-color: red;
	color: black; */
	/* height: 80px;
	width: 470px; */
	padding: 0;
}

.adBanner2 {
	padding: 20px;
}

.adLinks {
	margin: 5px 0 5px 0;
	width: 730px;
	height: 25px;
	background-color: #caf99b;
}

.hidden {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.columnResponsive {
		width: 47%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.columnResponsive {
		width: 47%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.columnResponsive {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	.columnResponsive {
		width: 95%;
	}
}


