html, body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #c0e7f4;
	text-align: center;
        color: #000000;

}

img {
	border: 0;
	padding: 0px 0px 0px 0px;
        border-style: none;
}

  a:link {
	color: #000000;
	text-decoration: none;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  transition:color .2s ease-out, background 1s ease-in;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #235cc4;
	text-decoration: none;
	border-bottom: none;
}
a:active {
	color: #235cc4;
}





#header {
        background-color: #FFFFFF;
        width: 1000px;
        height: 250px;
        float: center;
        margin-left: auto;
        margin-right: auto;
}

#menu {
        margin: 0px auto;
        padding: 0px 0px 20px 0px;
        color: transparent;
        background-color: transparent;
        text-align: center;
        float: center;
        font-weight: normal;
        font-family: 'Trebuchet MS';
        font-size: 16px;
	display: block;

}

#center {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	min-height: 300px;
	overflow: hidden;
        text-align:  left;
        float: center;
        color: #000000;
	font-weight: normal;
        font-family: 'Trebuchet MS';
        background-color: #FFFFFF;
        font-size: 16px;
        
}

#center2 {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 900px;
        min-height: auto;
        overflow: hidden;
        text-align: center;
        float: center;
        font-weight: normal;
        font-family: 'Trebuchet MS';
        font-size: 16px;

}

#center3 {
        float:left;
}

#left {
	width: 110px;
	height: auto;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
        float: left;
        color: #000000;	
}
	
#middle {
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 10px 0px 20px 40px;
	text-align: center;
	float: left;
        color: #000000;
        font-weight: 500;
}
#footer {
        width: 1000px;
        background-color: #FFFFFF;
        padding: 0px 0px 0px 0px;
        height: 50px;
        float: center;
        bottom: 0px;
        margin: 0px auto;
        color: #717678;
}

