* {
   padding:0;
   margin:0;
}

body {
text-align: center;
background-image: url(images/menubar-bkg.gif);
background-repeat: repeat-x;
background-attachment: scroll;   
margin-top:5px;
}

a {
text-decoration: none;
color: #2062da;
}

a:hover {
text-decoration: underline;
color: #da8120;
}


#wrapper {
position: relative;
width: 880px; 
margin: 0 auto; 
text-align: left; 
}


#topmenu {
padding: 28px 10px 0px 0px; 
float: right; 
font-family: arial, helvetica;
color:#707070;
font-size:10pt;
}

#logo a {
background-image: url(images/implogo.png); 
background-repeat: norepeat;
width: 450px; 
height: 65px;
margin-bottom: 10px;
display: block;
}

#logo a span {
visibility: hidden;
}

#banner {
width: 880px; 
height: 332px;
margin-bottom: 20px;
}

#bannerbutton {
float: left;
width: 191px; 
height: 46px;
background-image: url(images/banner-button.jpg);
margin: 200 0 0 125;
}

#bannerbutton a {
color: white;
}

#bannertext {
padding: 10 2 2 2;
color: white;
font-family: tahoma;
font-size: 14pt;
font-weight: 500;
text-align: center;
vertical-align: middle;
}

#columnwrapper {
width: 100%;
margin-bottom: 1em;
}

#column1 {
width: 285px;
float: left;
margin-right: 8px;
padding-right: 5px;
}

#column1content {
text-align: left;
color: black;
font-family: arial;
font-size: 11pt;
padding: 0px 2px 2px 0px;
}

#column2 {
width: 100%;
float: center;
}

#column2content {
color: black;
font-family: arial;
font-size: 11pt;
padding: 0px 2px 2px 15px;
}


#column3 {
width: 275px;
float: right;
margin-left: 10px;
}

#column3content {
color: black;
font-family: arial;
font-size: 11pt;
padding: 0px 2px 2px 0px;
}

.columnheader {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 13pt;
color: #002357;
padding: 10 30 15 0;
}


#blogwrapper {
float: left;
width: 95%;
padding: 10 0 5 0;
margin-bottom: 20px;
border-top: 10px solid #eaeaea;
}

#blogheadline {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 16pt;
color: #707070;
padding: 0 0 15 0;
}

#blogtitle {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 11pt;
}

#blogtext {
font-family: arial, helvetica;
font-size: 11pt;
color: #000000;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:normal;
display:block;
margin:12px 0 0 0;
font-size: 13pt;
}

#creditfooter {
        display: none; 
        }

#footer {
padding: 5px 0px 5px 0px; 
text-align: center; 
font-family: arial, helvetica;
color:#707070;
font-size:8pt;
width: 100%;
background-color: #eaeaea;
margin-bottom: 20;
clear:both;

}

.tm {
font-size:11px;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
	
}