html
{
    height:100%;
}
body
{
    font-family:Verdana;
    font-size:11px;
    height:100%;
}
#container
{
    width:860px;
}
#header
{
  width:860px;
  font-size:26px;  
}
img
{
    border:0;
}
#midsection
{
    width:1000px;
    height:100%;
    margin:4px 0px 4px 2px;
    
}
#navigation
{
    width:160px;
    background-color:#eeeeee;
    float:left;
}
a.menustretchertoggle, a.menuitem, div.menuitem
{
    width:160px;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    display:block;
    border:1px solid #eeeeee;
    color:#fff;
    /*border-bottom:1px solid #ffffff;*/
    padding:2px;
    background-color:#5d7b9d;
}
.menustretcher ul li
{
    margin:4px;
    font-size:10px;
}
#navigation ul
{
    font-size:small;
    list-style-type:square;
    margin:2px;
    padding:0px 0px 0px 10px;
    
}
#navigation ul li a
{
    /*
    width:160px;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    display:block;
    border:1px solid #eeeeee;
    color:#fff;
    border-bottom:1px solid #ffffff;
    padding:2px;
    background-color:#5d7b9d;
    */
}

#navigation ul li a:hover
{
    /*
    color:#333333;
    border:1px solid #66deff;
    background-color:#88eeff;
    */
}
#content
{
}
#contentholder
{
    width:660px;
    margin-left:10px;
    float:left;
}
#breadcrumbs
{
    line-height:12px;
    width:100%;
    font-family:Verdana;
    font-size:11px;
    margin-bottom:3px;
    border-top:1px dotted #cccccc;
    border-bottom:1px dotted #cccccc;
}
#breadcrumbs span
{
  margin:2px 0px 2px 0px;  
}
#footer
{
    
}
.form
{
    width:660px;
    border:1px solid #333333;
}
.form th
{
    font-weight:bold;
    color:White;
    background-color:#5d7b9d;
}
.form td
{
    border:1px solid #333333;
}
.form td table td
{
    border-width:0px;
}
a.btnback
{
    padding:2px;
    background-color:#5d7b9d;
    color:White;
    border:1px solid #333333;
    text-decoration:none;
}
a.btnback:hover{
    color:#eeeeee;
    background-color:#6e8cae;
}
.temp
{
    border:1px solid #aaaaaa;
    background-image:url(images/calculator.png);
    background-position:right;
    background-repeat:no-repeat;
}
.date
{
    border:1px solid #aaaaaa;
    background-image:url(images/calendar.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.dateclicker, .tempclicker
{
    cursor:pointer;
    width:20px;
    height:20px;
    position:relative;
    left:-16px;
}
