body {

font-family: tahoma, arial;
color: #000088;
font-size: 12px;
margin-top: 0px; }

.maintable {

border-right: solid #000088 1px;
border-left: solid #000088 1px;
border-bottom: solid #000088 1px; }

.pointstable {

border: dotted #000088 1px;
width: 80%; }

.topbackground {

background: url(mbe-plasma-spray.jpg) no-repeat top right;
width: 475px;
margin-right: 4px;
height: 210px; }

.menu {

background: #000088;
valign: center; }

p {

font-size: 12px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
line-height: 16px; }

.caveattext {

font-size: 8px;
margin-top: 0px;
margin-bottom: 4px;
margin-left: 10px;
line-height: 16px; }

.menumargin {

font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
margin-left: 0px;
line-height: 14px; }

ul {

font-size: 12px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 30px;
line-height: 16px; }

table {

margin: 0;
padding: 0;
spacing: 0; }

h1 {

font-family: tahoma, arial;
font-size: 15px;
font-weight: bold;
margin-top: 8px;
margin-bottom: 4px;
margin-left: 10px; }

h2 {

font-family: tahoma, arial;
font-size: 13px;
font-style: italic;
font-weight: bold;
margin-bottom: 10px;
margin-left: 10px; }

h3 {

font-family: tahoma, arial;
font-size: 12px;
font-weight: bold;
margin-top: 4px;
margin-bottom: 2px;
margin-left: 10px; }

img {

border: 0; }

input {

font-family: tahoma, arial;
font-size: 11px;
background: #ffffff;
border: 1px #000088 solid; }

textarea {

font-family: tahoma, arial;
font-size: 11px;
background: #ffffff;
border: 1px #000088 solid; }

a:link {

color: #000088;
text-decoration: none;
font-weight: bold; }

a:hover {

font-weight: bold;
text-decoration: underline; }

a:active {

color: #000088;
text-decoration: none;
font-weight: bold; }

a:visited {

color: #000088;
text-decoration: none;
font-weight: bold; }

a:link.side {

color: #ffffff;
text-decoration: underline;
font-weight: normal; }

a:hover.side {

background: none;
font-weight: normal; }

a:active.side {

color: #ffffff;
text-decoration: underline;
font-weight: normal; }

a:visited.side {

color: #ffffff;
text-decoration: underline;
font-weight: normal; }

.menuborder {

    border-top: 1px #ffffff dotted; }

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
color: #ffffff;
text-decoration: none;
border: 0;
background-color: #000088; 
}

.mainitems a{
font-size: 13px;
color: #ffffff;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 2.6em;
padding-top: 3em;
left: 0;
color: #000088;
background-color: #ffffff;
border: 1px solid #000088;
}

.subuls li{
color: #000088;
text-decoration: underline;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0.2em;
margin-bottom: 0.4em;
width: 100%;
}

.subuls li a{
color: #000088;
text-decoration: underline;
}

.subuls li a:visited{
color: #000088;
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}