body {
background-color: #cccccc;
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
}

/* To create the main image near the top of the page. */

#header {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
top: 0;
left: 100;
width: 750px;
padding: 0 50 0 50;
text-color: #ffffff;
background-color: #ffffff;
background-image: url('/images/logo-header-750x80b.jpg');
background-repeat: no-repeat;
background-position: left bottom;
height: 80px;
border: 1px solid #555555

}

#navbar {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
left: 100;
width: 750px;
margin-left: 0; margin-top: 0; margin-bottom: 0px; margin-right: 0px;
font-size: 10px;
text-align: left;
padding-left: 50px; padding-right: 50px; padding-bottom: 0px; padding-top: 2px;
font-weight: normal;
background-color: #ffffff;
background-position: left top;
border: 1px solid #555555;
}

#main {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
left: 100;
width: 750px;
margin-left: 0; margin-top: 0; margin-bottom: 0px; margin-right: 0px;
font-size: 10px;
text-align: left;
padding-left: 40px; padding-right: 40px; padding-bottom: 30px; padding-top: 30px;
font-weight: normal;
background-color: #ffffff;
background-position: left top;
border: 1px solid #555555;
}

#singlebox {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
left: 100;
width: 750px;
margin-left: 0; margin-top: 0; margin-bottom: 0px; margin-right: 0px;
text-align: left;
padding-left: 40px; padding-right: 40px; padding-bottom: 30px; padding-top: 30px;
font-weight: normal;
background-color: #ffffff;
background-position: left top;
border: 1px solid #555555;
}

#singlebox100 {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
left: 100;
width: 100%;
margin-left: 0; margin-top: 0; margin-bottom: 0px; margin-right: 0px;
font-size: 10px;
text-align: left;
padding-left: 40px; padding-right: 40px; padding-bottom: 30px; padding-top: 30px;
font-weight: normal;
background-color: #ffffff;
background-position: left top;
border: 1px solid #555555;
}

#boxinbox {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
position:relative;
top: 0;
left: 0;
width: 100%;
margin-left: 0; margin-top: 0; margin-bottom: 0px; margin-right: 0px;
text-align: left;
padding-left: 0px; padding-right: 0px; padding-bottom: 0px; padding-top: 0px;
font-weight: normal;
background-color: #ffffff;
background-position: left top;
border: 0px solid #555555;
}


.floatbox {
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
  float:left;
  border:solid 1px silver;
  padding:7px;
  margin-right:10px;
  margin-left:10px;
  } 


/* Font styles. */
h1 {
margin-left: 0px;
margin-right: 0px;
font-size: 2.5em;
text-align: left;
padding-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0;
color: #000000;
letter-spacing: -1px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0px;
}


h2 {
padding-bottom: 0px;
padding-right: 0px;
color: #000000;
font-weight: bold;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5;
margin-top: 0;
letter-spacing: -1px;
line-height: 1.2;
font-size: 1.6em;
padding-top: 0px;
}

h3 {
padding-bottom: 0px;
padding-right: 0px;
padding-top: 15px;
color: #000000;
font-weight: strong;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5;
margin-top: 0;
font-size: 1.5em;
line-height: 1.2;
letter-spacing: 0px;
}

h4 {
padding-bottom: 0px;
padding-right: 0px;
color: #000000;
font-weight: normal;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5;
margin-top: 0;
font-size: 1.4em;
padding-top: 0px;
}

p, ul, ol, table {
font-size: .80em;
margin-top: .80em;
line-height: 1.35em; 
margin-bottom: 0;
}

ol, ul {
margin-left: 0px;
margin-right: 0px;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: #cc0000;
}

a:hover {
text-decoration: underline;
color: #ff6600;
}

.class1 A:link {text-decoration: none; color: #ffffff}
.class1 A:visited {text-decoration: none; color: #eeeeee}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color:#efefef}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: 10px;
margin-top: 20px;
padding-right: 50px;
padding-left: 50px;
background-color: #333333;
color: #ffffff;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}