	body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	background-color: #dae8ed;
}
	div#bar {
	position: absolute;
	left: 0;
	top: 17px;
	width: 100%;
	height: 166px;
	z-index:1;
	background-color:#a9cee4;
	clear:both; /* No floating elements allowed on either the left or the right side */
}
	div#content {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1020px;
	min-height: 100%;
	margin: 0 0 0 -510px;
	z-index:2;
	background-image: url(../images/backgrnd.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	clear:both; /* No floating elements allowed on either the left or the right side */
}
	div#header {
	position:relative;
	width:1020px;
	height:183px;
	z-index:3;
	top: 0px;
	left: 0px;
	background-image: url(../images/header.jpg);
}
	div#menu {
	position:relative;
	width:980px;
	height:47px;
	z-index:4;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	padding: 0 20px 0 20px;
	overflow: hidden;
}
	div#menu .button {
	height: 33px;
	margin: 0;
	padding: 15px;
	float: left;
}
	div#menu .button a {
	font-family: "candara.ttf", Candara, Myriad, Arial;
	font-weight: normal;
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0;
	letter-spacing: 0;
	float:left; width:100%; height:100%; outline: 0;
}
	div#menu .button:hover {
	background-image: url(../images/button.gif);
}
	div#menu .active {
	background-image: url(../images/button.gif);
}
	div#menu .active a {
	color: #000;
}
	div#menu .active:hover {
	background-image: url(../images/active.gif);
}
	div#text {
	position:relative;
	width:680px;
	z-index:5;
	padding: 40px 40px 20px 60px;
	overflow: visible;
	float: left;
}
	div#logos {
	position:relative;
	width:140px;
	z-index:5;
	padding: 20px 40px 0 40px;
	text-align: center;
	float: left;
}
	div#footer {
	position: absolute;
	left: 50%;
	top: 100%;
	margin: -26px 0 0 285px;
	z-index:99;
}
	div#exedo {
	position:absolute;
	width:20px;
	height:20px;
	bottom: 0;
	margin-left: 175px;
	background-image: url(../images/icons.png);
}
	div#exedo:hover {
	background-position: 0px -20px;
}
	div#exedo a {
	float:left; width:100%; height:100%; outline: 0;
}
	div#exedo b {
	display:none;
}
	div#w3c {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}
	div#w3c a {
	color:#666;
	font-weight:bold;
	text-decoration: none;
	outline: 0;
}
	div#w3c a:hover {
	color:#606;
}
	h1 {
	font-family: "candara-bold.ttf", Candara, Myriad, Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	white-space: nowrap;
	color: #06C;
	word-spacing: 0;
	letter-spacing: 0;
}
	h2 {
	font-family: Candara, Myriad, Arial;
	font-size: 18px;
	line-height: 22px;
	color: #06C;
}
	h3 {
	font-family: Candara, Myriad, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
	.noborder {
	outline: 0;
	border: 0;
}
	a:link, a:visited {
	color: #06C;
	text-decoration: none;
}
	a:hover, a:active {
	text-decoration: underline;
	color: #F60;
}
