body {
 margin: 0px;
}

#devband {
 position: absolute;
 width: 100%; height: 1px;
 background-color: #FFF9EE;
 font-family: calibri; font-size: 10px; font-weight: bold;
 text-align: center;
}

#bgstripe {
 position: absolute; top: 120px;
 width: 100%; height: 250px;
 background-color: #CCE5FF;
 border-color: #90C8FF; border-style: solid; border-width: 2px 0px 2px 0px;
}
#sidemenu {
 position: absolute; top: 20px; left: 30px;
 width: 140px; height: 450px;
 background-color: #0054A6;
 text-align: center; line-height: 24px; letter-spacing: 2px;
 font-family: calibri,arial; color: white; font-size: 12px; font-weight: bold;
}
#sidemenu a { color: white; text-decoration: none; text-transform: uppercase }
#sidemenu a:hover { text-decoration: underline }
#menufooter {
 position: relative; bottom: -105px;
 text-align: center; letter-spacing: 0px;
 font-size: 11px; font-weight: normal;
}
#content {
 position: absolute; top: 150px; left: 220px;
 width: 640px; height: 480px;
 background-color: white;
 border: #0054A6 solid 2px; padding: 15px;
 font-family: calibri,arial; font-size: 14px; font-weight: normal;
 scrollbar-arrow-color: #0054A6;
 scrollbar-3dlight-color: #CCCCCC;
 scrollbar-darkshadow-color: #BBBBBB;
 scrollbar-face-color: #EEEEEE;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DDDDDD;
 scrollbar-track-color: #F9F9F9;
 overflow: scroll; overflow-x: hidden; overflow-y: auto;
}
#content .title {
 width: 100%;
 border-bottom: 1px solid silver;
 letter-spacing: 1px;
 font-family: cambria,georgia; font-size: 20px; font-weight: normal;
}
#content .date {
 width: 100%;
 text-align: right;
 font-size: 12px; font-style: italic;
}

#errordisplay {
 position: absolute; top: 150px; left: 320px;
 width: 345px;
 font-family: calibri,arial; font-size: 14px; font-weight: normal;
}
#errordisplay a {
 color: black;
}

#bluelogo {
 position: relative; top: 40px; left: 25px;
 height: 54px; width: 91px;
}
#oblonglogo {
 position: absolute; top: 40px; left: 140px;
 height: 54px; width: 207px;
}