﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #E3E3E1 url(images/bg_Main.jpg) repeat-y center top;
    font-size: 0.7em;
}


#poster
{
    background: url(images/Header_ext.gif) repeat-x;
    margin-right: auto;
    margin-left: auto;
    width: 795px;
    height: 110px;
    margin-top: 5px;
}

#header
{
    position:relative;
    left:50px;
}


/* Navigation strips */

#navtop, #navbottom
{
    background: silver url(images/MenuExt.jpg) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 795px;
    height: 25px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navtop ul li, #navbottom ul li
{
    display: inline;
    color: Navy;
    margin-right: 25px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: Navy;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
    color:Highlight;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

.CreateUser
    { position:relative;
      left:200px;
    }

.BillPayBtn
    { position:fixed;
      left: 10px;
      top: 25px;
    }

.btnFind
    {
        position:relative;
        float:left; 
    }
    
.agree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
}
.servicedescs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tableborder {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

.fullwidth
{
    border: 0px solid #DBDB79;
    width: 795px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}