html {height: 100%; margin: 0; padding: 0; text-align: center;  }

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
color:#0077be;
height: 100%; margin: 0; padding: 0; text-align: center; background-color:white;}
a:link {
	color: #0077be;
}
a:visited {
	color: #0077be;
}
a:hover {
	color: #004975;
}
a:active {
	color: #0077be;
}

ul { margin:0; padding-left:22px; padding-top:8px; padding-bottom:8px;line-height:19px;font-size: 1.1em;}
ul li {list-style-image:url(images/bullet.gif);}

.whitetext{color:#FFFFFF}
.tabletext{font-size: 1.2em}
.formfix {margin:0 ; padding:5px; width:400px;}

#container {
	width:955px;
	overflow:hidden;
}

#menu {
	width:955px;
	height:65px;
}

#menu strong {
	width:155px;
	float:right;
	text-align:right;
	font-size:1.2em;
	font-weight:normal;
	color:#6e9fd4;
}

#cubes {
	float:left;
	width:477px;
	height:346px;
}

#content {
	float:left;
	width:478px;
	height:346px;
	overflow-x:hidden ;
	overflow-y:auto;
	padding-bottom:10px;
	text-align:left;
}

#content p {margin:0 ; padding:5px; line-height:1.3em; font-size: 1.1em; text-align:justify; }

#content h1 {
	margin:0;
	padding:5px 0 0 5px;
	height:30px;
	text-align:left;
}

#footer1 {
	clear:both;
	float:left;
	width:477px;
	height:90px;
	text-align:left;
}

#footer1 ul {
	width:100%;
	margin:0;
	padding:74px 0 0 0;
}

#footer1 ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
}

#footer1 ul li a {
	display:block;
	text-decoration: none;
	padding:0 9px 0 9px;
	font-size: 1em;
	color:#0077be;
	border-right:1px solid #0077be;
	border-top:0px;
	border-bottom:0px;
}

#footer1 ul li a:hover {
	background: #e2eaf7;
}

#footer2 {
	float:left;
	width:478px;
	height:90px;
	text-align:right;
}

.pdf {display:block;width:150px;height:30px;background:url(images/pdf.gif) no-repeat 10px 0px;padding:10px 0 0 50px;font-size:1.2em;}


/* LOGO TICKER */

.tickercontainer { /* the outer div with the black border */
width: 400px; 
height: 70px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 390px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 400px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
height:60px;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
list-style:none;

}
ul.newsticker a {
white-space: nowrap;
text-decoration:none;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}
ul.newsticker img {
display:inline;
border:0;
} 
.partners {font-size:1.1em; padding-top:40px;}
.italic-txt {font-style:italic;}