html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div#container {
    font-family: Arial;
    font-size: 11.5px;
    margin: 0 auto;
    background: #FFFFFF;
}

div#account {
	position: absolute;
	top: 5px;
	right: 5px;
}
div#account a {
	color: black;
	text-decoration: underline;
}
div#header {
    background-repeat: no-repeat;
    background-color: #BBBBBB;
}

div#header p {
   font-family:Helvetica Narrow, Helvetica, sans-serif;
   font-size:3.3em;
   text-align:center;
   color:#660000;
   padding-top:25px;
   padding-bottom:15px;
}

div#header a {
text-decoration: none;
color: #660000;
}

div#tabs {
    height: 37px;
    background-color: #660000;
    overflow: hidden;
}
div#tabs li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
div#tabs a {
    padding: 1em;
    background-color: #660000;
    vertical-align: bottom;
    color: white;
    text-decoration: none;
}
div#tabs a:hover {
    background: white;
    color: black;
    text-decoration: underline;
}
div#sidebar-left {
    float: left;
    width: 15%;
    padding: 10px;
    background: #ECECEC;
}
div#sidebar-left li {
    list-style-type: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ECECEC;
}
div#sidebar-left a {
    color: #660000;
    width: 100%;
    margin-left: 5px;
}
div#sidebar-left li:hover {
    background: white;
}
div#body {
    min-height: 20em;
    vertical-align:top;
    background-color:white;
    border-top: 1px black solid;
    padding: 40px;
    
}
div#body p {
   padding-left:20px;
   padding-right:20px;
   margin-bottom: 1em;
}
div#body h1 {
    text-size: 13.5px;
    text-align: center;
}
div#body h3 {
    text-size: 12px;
    padding: 3px;
    padding-left: 27px;
    background-color: #ECECEC;
}
div#body .this-week {
    border: 1px black double;
}

div#body a {
color: #660000;
text-decoration: none;
}
div#body a:hover {
color: #660000;
text-decoration: underline;
}

textarea {
width: 400px;
height: 250px;
}

.urgent {
font-style: italic;
color: #990000;
}

.center {
text-align: center;
}

div#clearfooter {
}
div#footer {
    padding: 10px;
    color: white;
    clear: both;
    background: black;
}
div#footer p.indent {
    margin-left: 35px;
}
div#footer p.bold {
    font-size: 12px;
    margin-left: 20px;
    font-weight: bold;
}
