﻿body
{
    background-image: url('Images/bg.png');
    background-repeat: repeat-y;
    background-position: 50%;
    background-color: #1F1B48;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4 {
    font: 100% Tohoma, Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display:block;
    }
    

#Header
{
    padding: 0px;
    margin: 0px;
    background-image: url('Images/top.jpg');
    background-repeat: no-repeat;
    position: relative;
    width: 990px;
    height: 356px;
}
#Page-Outer
{
    position: relative;
    padding: 0px;
    width: 990px;
    margin: 0px auto 0px auto;
}

#Page-Main
{
    background-position: center;
    position: relative;
    background-image: url('Images/tile.jpg');
    background-repeat: repeat-y;
    margin: -1px 0px 0px 0px;
    padding: 1px 0px 0px 35px;
    overflow: visible;
    min-height: 300px;
}

#Page-MainLeft
{
    position:relative;
    float:left;
    width:660px;
    overflow: hidden;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    display:block;
  }

#Page-MainRight
  {
     
     position:relative;
     width:230px;
     overflow: hidden; 
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 15px;
     display:block;
  }

#TopMenu
{
    text-transform: uppercase;
    position: absolute;
    padding: 0px;
    margin: -120px 0px 0px 0px;
    text-align: center;
    z-index: 100;
    height: 39px;
    width: 990px;
    
}

.menu 
{
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: visible;
    list-style-type:none;
    width: 990px;
     
}

.menu li
{
    position:relative;
    overflow:visible;
    height:39px;
    float:left;
}

#menu_login, #menu_logout
{
	float:right;
}

.menu li a
{
    position:relative;
    display: block;
    height:25px;
    padding: 13px 8px 0px 8px;
    font: bold 75%/100% Tohoma, Arial, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
        }

.menu a:hover, .menu .active a {
    background: #1F1B48 url('images/menu.png') repeat-x center top;
    padding: 13px 7px 0px 7px;
    border-right: 1px solid #110F2E;
    border-left: 1px solid #110F2E;
}

.menu .first
{ 
    padding-left:10px;
  }

#Content-Title
{
    
    position: absolute;
    margin-top: -40px;
    margin-left: 50px;
    width: 670px;
    height: 35px;
    display: block;
    text-align: center;
    overflow: hidden;
}

#cphContentTitle
{
    margin: 0px;
    padding: 0px;
    z-index:102;
    }

#footer
{
    background: url('images/bottom.jpg') no-repeat center top;
	position: relative;
	width: 990px;
	height: 164px;
	font: 75%/100% Tohoma, Arial, sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
    margin: -1px auto 0px auto;
	clear: both;

}

.clear 
{
    clear:both;
}

.sidebar
{
    position:relative;
    width: 237px;
    list-style-type: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: block;
        }

.sidebar li 
{
   border-top: solid 1px white;
   
}

.sidebar .viewPublishNames
{
   
   background-image: url('images/banner_PublishedNames2.jpg');
   background-repeat:no-repeat;
   background-position: 5px 0px;
   height: 64px;
      }

.sidebar .viewTaxReceipts
{
 background-image: url('images/taxReceipt.jpg');
   background-repeat:no-repeat;
   background-position: 5px 0px;
   height: 64px;
      }

      
.sidebar .pinstripe 
{
    background-color: #1F1B48;
}

.sidebar a
{
    color: White;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    padding: 12px 10px 0px 106px;
    text-decoration: none;
    font-size: 75%;
}

.title
{
 vertical-align:bottom;
	font-weight: bold;
	font-size: large;
}   
    
div.menudescription
{
	text-align:center;
	font-size:small;
	margin-left:30px;
	margin-right: 30px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: thin;	
}
