@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c0e5f7;
	background-image: url(images/ETS_bg.jpg);
	background-repeat: repeat-x;
}


.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.bottomnav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bottomnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottomnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottomnav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottomnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}



#footer {
    position: relative;
}

#footer-inner {
    position: static;
}

#footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}


#footer-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

/* FOOTER */
#footer-links {
	color: #FFF;
	/*background: #eef8f9;*/
	padding: 10px;
	height: 100%;
}
#footer-links .col {
	float: left;
	width: 120px;
	padding-right: 15px;
}
#footer-links .col.last {
    /*
	padding-right: 0px; */
	float: left;
	width: 120px;
	padding-right: 15px;
}
#footer-links .footer_hdr {
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;*/
	color: #BEE5EA;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
/*font-size: 0.8em;
line-height: 0.8em;*/
}
#footer-copyright {
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	color: #666;
}
#footer-links li {
	color: #666;
	margin-bottom: 3px;
	font-weight: normal;
}
#footer-links a, #footer-links a:link, #footer-links a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-links a:hover, #footer-links a:active {
	color: #BEE5EA;
	text-decoration: underline;
}




