﻿body {
  width: 100%;
  height: 100%;
  background: bgcolor=#006666 0px 0px repeat;
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:0.94em;
  line-height:135%;
}

h1 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
	color:#eeeeee;
}

a {
	color: #eeeeee;
	text-decoration:normal;
}

a:hover {
  color:#eeeeee;
  text-decoration:normal;
}

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

@media screen and (min-width:100px) and (max-width:1850px) {

body #wrapper {
        
        margin-top:3px;
        
	width: 99%;
        margin: 0 auto;
	}

body #headerInner {
        border: 0px solid #000;
        position:relative;
        width:99%;
        margin:0 auto;
        
	}

.logo {
        
	position:static;
	margin-top:0px;
        margin-left:1%;

}

.logo a {
        margin-top:10px;
        font-size:10px;
        color:#e1e1e1;
        
}

#wrapper #content #colLeft {
        border: 0px solid #ccc;
        float:left;
	width:23%;

        }
 #wrapper #content #colCenter {
        border: 0px solid #ccc;
        float:left;
	width:53%;

        }
#wrapper #content #colRight {
        margin-left:1%;
        float:left;
	width:23%;
        }

}

@media screen and (min-width:100px) and (max-width:768px) {

#wrapper #content #colLeft {
        float:none;
	width:100%;
	margin-right:0px;

        }
        #wrapper #content #colCenter {
        float:none;
	width:100%;
	margin-right:0px;

        }

#wrapper #content #colRight {
        margin-left:0px;
        margin-top:0px;
        float:none;
	width:100%;

	}

}


#wrapper {
        
        margin-top:3px;
        border:0px solid #000;
	width: 100%;
        max-width:1850px;
	margin: 0 auto;
	height: auto  !important;

	}
#headerInner {
        border: 0px solid #000;
        background: #ffffff;
        position:relative;
        width:100%;
        max-width:1850px;
        height:113px;
	margin:0 auto;
        margin-top:0px;
	}
#content {
	margin-top:2px;
        border: 0px solid #006666;
}
.text {
	margin:5px;
}
#content #colLeft {
        border: 0px solid #ffffff;
        float:right;
	width:27%;
	margin-right:0px;
        background: #006666;
}
#content #colCenter{
        border: 0px solid #ffffff;
        float:center;
	width:46%;
	margin-right:0px;
        background:#006666;
}
#content #colRight {
        border: 0px solid #ffffff;
        float:left;
	width:27%;
	margin-right:0px;
        background: #006666;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.logo {
	position:absolute;
	left:3px;
	top:3px;
}
.logo a {
        margin-left:3px;
        font-size:3px;
        color:#e1e1e1;
        }