/** Header & Frame **/
body {
  background-color: #e0e4f3;
  padding-top: 0px;
}
.background-top {
	background: url(../images/lightbreeze/headerline1200.png) no-repeat 50% 100%;
	height: 103px;
	margin: 0px;
}
.background-top > div {
}
.blockLogo {
	background: url(../images/lightbreeze/header.png) no-repeat; /* 425x98 pixels */
	height: 98px;
	margin: 0px;
}
.blockLogo a {
	display: block;
	float: left;
	width: 425px;
	height: 98px;
}
.blockLogo span { /* Hide the text behind image */
	display: block;
	overflow: hidden;
	width: 0px;
	font-size: 0px;	
}
.blockSlogan {
	background: url(../images/lightbreeze/slogan.png) no-repeat; /* 344x65 pixels */
	float: right;
	width: 344px;	
	height: 65px;
	margin-top: 25px;
	margin-right: 55px;
}
.container {
	border: solid 8px #bbbbdd;
	background-color: #f0f3f7;
	margin: 0px;
}
/** Navigation Bar & Buttons **/
.navBar {
	clear: both;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: -0.5pt;
	height: 22px;
	padding: 0px;
	margin: 0px;
}
.navBar ul {
	overflow: hidden;
}
.navButton {
	list-style: none;
	cursor: pointer;
	float: left;
	margin: 0px 15px;
}
.navButton div {
}
.navButton a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.navButton a:active {
	color: red;
}
.navButton a:hover {
	color: #CC99FF;
}