﻿body 
{
    width: 950px;
    margin: auto;
    background: #CCCCCC;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 21px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

/* Header Layout */
#header
{
    clear: both;
}

/* Navigaition Layout */
#navigation
{
    clear: both;
    height: 45px;
}

#navcenter
{
   width:866px;
   float: left; 
}

#navtop
{
    
}

#navmain
{
    background: url("images/MenuBackGround.png") center top repeat-x;
    height: 46px;
    text-align: center;
}

#subnavbottom
{
    clear: both;
    height: 10px;
}

.navmenu
{
    text-align: center;
}


.AspNet-Menu-Horizontal
{
    float:left;
    width: 100%;
    height: 100%;
}
ul.AspNet-Menu {
}
ul.AspNet-Menu li a, ul.AspNet-Menu li span {
  width: 90px;
  float: left;
  color: #FFFFFF;
  height: 46px;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  padding: 8px 5px 0px 5px;
}

li.AspNet-Menu-WithChildren ul {
  margin-top: 10px;
}
/*
.AspNet-Menu
{
    height: 46px;
}

.AspNet-Menu-ChildSelected li
{
    visibility:visible !important;
}

.AspNet-Menu li
{
    width: 100%;
    height: 100%;
}

.AspNet-Menu-WithChildren li
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    width: 175px;
    height: 100%;
}

.AspNet-Menu-Leaf a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

li.AspNet-Menu-Leaf li
{
    visibility: hidden !important;
}
*/



/* Content Layout */
#contentbody
{
    margin: -8px 0 -30px 0;    
    min-height: 475px;
    background: #CCCCCC;
}

div#left_column
{
    background: transparent url('images/LeftColumnSidebar.png') center top repeat-y;
    width: 281px;
    height: 100%;
    float: left;
    margin-left: 0px;
}

div#main_column
{
    background: transparent url('images/RightMarginShadow.png') right top repeat-y;
    width: 669px;
    height: 100%;
    float: right;
}

div#main_column_inset
{
    width: 652px;
    height: 100%;
    background: #FFFFFF;
}

/* Footer Layout */
#footer
{
    background: transparent url('images/BottomRoundedCorners.png') bottom center no-repeat;
    height: 20px;
    width: 950px;
    clear: both;
}

#copyright
{
    text-align: right;
    margin: -8px 13px 0 0;
    font-size: 8pt;
}
