body
{
   background-color: black;
   font-family: arial;
   font-size: 12px;
   line-height: 18px;
   padding: 20px;
   color: black;
}

a
{
   font-weight: bold;
   color: #c90000;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
}

h1
{
   font-size: 24px;
   color: #c90000;
   margin-bottom: 0px;
}

h1.normal
{
   color: black;
   border-width: 0px;
   border-style: solid;
   border-bottom-width: 1px;
   color: black;
}

div#page
{
   background: white url('../Images/page_grad.gif') bottom repeat-x;
   width: 760px;
   position: relative;
   margin: 0px auto;
}

div#page div#header
{
   position: relative;
}

div#page div#footer
{
   width: 760px;
   position: relative;
   background-color: black;
   color: white;
   padding-left: 5px;
   clear: both;
}

div#page div#header img
{
   position: relative;
   margin-top: 12px;
   margin-left: 35px;
}

div#page div#header img.phone
{
   position: absolute;
   top: 30px;
   right: 85px;
}

div#page div#header img.email
{
   position: absolute;
   top: 49px;
   right: 38px;
}

div#page div#banner
{
   background: url('../Images/mod3.jpg') bottom;
   height: 240px;
   width: 690px;
   position: relative;
   margin-left: 35px;
}

div#page div#banner div#menubar
{
   background: url(../Images/menu_grad.gif) repeat-x;
   height: 50px;
   width: 690px;
   position: relative;
}

div#page div#banner div#menubar ul
{
   position: relative;
   top: 16px;
   left: -33px;
   list-style-type: none;
}

div#page div#banner div#menubar li
{
   display: inline;
}

div#page div#banner div#menubar li a
{
   font-weight: bold;
   color: white;
   padding: 10px;
   text-decoration: none;
}

div#page div#banner div#menubar li a:hover
{
   background-color: gray;
}

div#page div#banner div#menubar li a.active
{
   background-color: gray;
}

div#page div#content
{
   position: relative;
   width: 690px;
   min-height: 300px;
   margin-left: 35px;
   margin-right: 35px;
}

.date
{
   font-size: 14px;
}

.author
{
   text-transform: uppercase;
   color: #c90000;
}

.description
{
   font-size: 10px;
   font-style: italic;
   font-weight: bold;
}

div.banbox1
{
   border-style: solid;
   border-width: 2px;
   border-color: black;
   position: absolute;
   top: 70px;
   right: 15px;
   height: 152px; 
   width: 225px; 
   background-color: #4e4d4d;
   opacity: .5;
	filter: alpha(opacity=50);
	z-index: 50;
}

div.banbox2
{
   border-style: solid;
   border-width: 2px;
   border-color: black;
   position: absolute;
   top: 70px;
   right: 15px;
   height: 152px; 
   width: 225px;
   z-index: 100;
   color: white;
   font-weight: bold;
   overflow: auto;
}

div.banbox2 div
{
  padding: 5px;
}
