.errors{
  color: red;
  background-color: white;
}
h1 {
  border-bottom: 2px solid #000;
  display: inline;
  padding-right: 1em;
}
a.noline {
    text-decoration: none;
    font-size: 12px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    background-color: #ccc;
    margin: 0;
} .small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000
} .bolditalic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000
} .bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FF3300
} .smallbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000
} .boldblack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000
} .linkslg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000
} .bighd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    color: #FF3300
} .lnkssmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FF3300
}


#header {
    height: 68px;
    width: 100%;
    background: url(/assets/top.jpg) repeat-x;
} 
#footer {
    clear: both;
    font-size: 11px;
    text-align: center;
} 
#spacerbar {
    height: 21px;
    background: url(/assets/secondbar.jpg);
    clear: both;
} 
#sidebar {
    width: 150px;
    background: url(/assets/left.jpg);
    padding-top: 0;
    padding-bottom: 2.5em;
    margin-right: 1em;
    float: left;
} 
#maincontent {
  padding-left: 170px;
}

ul.sidebar {
    width: 150px;
    padding: 0;
    margin: 0;
}

ul.sidebar li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    height: 25px;
    width: 150px;
    background: url(/assets/button.jpg);
}

ul.sidebar li.spacer {
    background: none;
}

ul.sidebar li a {
    font-weight: bolder;
    text-decoration: none;
    padding-left: 1em;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
}
.right
{
  text-align: right;
}

