body {
background-image: url(../images/bi_bg.gif);
background-repeat:repeat-y;
background-position: center;
padding: 0;
margin: 0;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
}

#main {
background: #F8F8F8;
border-style:none;
margin-left: auto;
margin-right: auto;
width: 745px;
}

#header {
  height: 2.5em;
padding-left: 0px; 
padding-right: 300px; 
overflow: hidden;
  font-weight: bold;
  color: #333;
}

#header a:visited {
text-decoration: none;
color: #333;
}
#header a:link {
text-decoration: none;
color: #333;
}

#header a {
  padding-right: 1em;
}

#header-center {
padding: 10px 20px;
width: 100%;
font-size: 10pt;
position: relative;
float: left;
}
	
#header-right {
width: 240px;
padding: 10px 10px;
margin-right: -100%; 
position: relative;
float: left;
background-image: url(../images/mrlogotype20g.gif);
background-repeat: no-repeat;
background-position: left;
}

#content {
padding-left: 0px; 
padding-right: 300px;
}		
		
#major {
padding: 10px 20px;
width: 100%;
position: relative;
float: left;
}
		
#minor {
width: 240px;
padding: 0 10px;
margin-right: -100%;
position: relative;
float: left;
}
		
#footer {
clear: both;
padding: 10px 20px;
clear: both;
font-size: 10pt;
text-align: left;
}
	
h1 {
font-size:12pt;
}

h2 {
font-size:11pt;
}

h3 {
font-size:10pt;
}

hr {
  border: 0;
  background-color: #ccc;
  height: 1px;
}
