html,body {
background : white;
color : black;
margin : 0px;
padding : 0px;
}

#container {
background : #eee;
color : black;
}

#footer {
clear: both;
text-align:center;
background:tan;
margin-left: -1px;
border-bottom: 1px solid brown;
border-top: 1px solid brown;
font-size: 9px;
font-family:  Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
line-height:12px;
letter-spacing: 0.1em;
}

#banner {
text-align:center;
background:tan;

}
#nav {
padding: 4px;
margin-top: 0px;
margin-bottom: 0px;
background:tan;
border-bottom: 1px solid brown;
border-top: 1px solid brown;
font-size: 9px;
font-family:  Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
line-height:11px;
letter-spacing: 0.1em;
text-align:center;
}
#leftcol {
background : #eee;
color : #000;
border-right : 1px solid #000;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
float : left;
margin-left : -1px;
padding : 30px 20px 30px 20px;
width : 181px;
}

#content {
background : #fff;
border-left : 1px solid #000;
color : #000;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
margin-left : 220px;
padding : 10px;
position : relative;
}

#fineprint {
color : #000;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 75%;
}

#blank_page {
background : #fff;
border-left : 1px solid #000;
color : #000;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
margin-left : 20px;
padding : 10px;
position : relative;
}

a {
text-decoration: none;
font-weight: bold;
color:  #800040;
outline: none;
}
a:visited {
color: brown;
}
a:active {
color:  beige;
}
a:hover {
color: brown;
text-decoration: underline;
}

HR {
height: 1px;
}

h5 {
color: brown;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: bold;
letter-spacing: 0.2em;
margin-top: 0;
margin-bottom: 0;
}
h6 {
color: brown;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
font-weight: bold;
letter-spacing: 0.2em;
margin-top: 0;
margin-bottom: 0;
}

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }