@charset "utf-8";

#header {
	height: 231px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#navBar {
	background-color: #475558;
	height: 52px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#main {
	background-color: #7a8688;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	
}
.text {
	height: auto;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 60px;
	font-size: 12px;
	margin-right: 30px;
	line-height: 22px;
	margin-top: -20px;
	margin-bottom: -20px;
	background-color: #7A8688;
}

#bottom {
	background-color: #475558;
	height: 55px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #BCC7C9;
}

#navBar a:visited {
	color: #475558;


}
#navBar a:link {
color: #475558;
}

#navBar a:hover {
	color: #475558;
}
#navBar a:active {
	color: #475558;

}
#bottom a {
	color: #BCC7C9;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



h1 {
	font-size: 18px;
	color: #FFFFFF;
}

#logo {
	height: 231px;
	width: 339px;
	float: left;
	background-color: #FFFFFF;
}

#logo a img {border:none;}

#flash{
	height: 231px;
	width: 425px;
	float: left;

}
body {
	background-image: url(images/bgd5.gif);
}

.text-left {
	width: 120px;
	margin-right: 50px;
	float: left;
	height: 100px;
}
.text-right {
	width: 420px;
	margin-left: 200px;
	background-color: #7A8688;
}

.img-left {
	width: 330px;
	margin-right: 0px;
	float: left;
	height: 100px;
}
.img-right {
	width: 300px;
	margin-left: 380px;
	background-color: #7A8688;
}


h2 {
	font-size: 13px;
}

