a:link,a:visited
{
   color: #000000;
   text-decoration: none;
}

a[href]:hover
{
   text-decoration: underline;
}

html, body
{
   background-color: #eeeeee;
	background-image: url(../images/shadow_bg.png);
	background-repeat: repeat-y;
   font-family: Arial, sans-serif;
   font-size: 10pt;
   height: 100%;
   left: 0;
   margin: 0;
   padding: 0;
   top: 0;
   width: 100%;
}

img
{
   border: none;
}

#container
{
   background-color: #ffffff;
   background-image: url("../images/left.gif");
   background-repeat: repeat-y;
   border-left: 1px solid black;
   border-right: 1px solid black;
   margin-left: 20px;
   min-height: 100%;
   overflow: auto;
   position: relative;
   width: 800px;
}

#body
{
   padding-bottom: 60px;
   height:100%;
}

#left_column
{
   background-image: url("../images/left.gif");
   background-repeat: repeat-y;
   float: left;
   width: 220px;
}

#navigation
{
   padding-left: 10px;
   width: 120px;
}

.menu_head
{
   cursor: pointer;
   display: block;
   padding-bottom: 5px;
   padding-top: 5px;
   text-indent: -10px;
   margin-left: 10px;
}

.menu
{
   border-bottom: 1px solid #000000;
   border-top: 1px solid #000000;
   display: none;
   padding-left: 10px;
}

.menu_item
{
   display: block;
   padding-bottom: 5px;
   padding-top: 5px;
   text-indent: -10px;
   margin-left: 10px;
}

#content_body
{
   margin-left: 220px;
   padding-right: 25px;
}

#content_top
{
   background-image: url("../images/top.gif");
   background-repeat: repeat-x;
   height: 220px;
   text-align: right;
}

#footer
{
   bottom: 0;
   color: #cccccc;
   height: 40px;
   margin-left: 220px;
   position: absolute;
   text-align: center;
   width: 555px;
}

#footer a
{
   color: #cccccc;   
}

#login_form
{
   color: #ffffff;
   position: absolute;
   right: 10px;
   top: 143px;
   font-size: 8pt;
}

#login_form a
{
   color: #ffffff;
   font-size: 8pt;
}