/* CSS Copyright 2008   Tom Disher
Created for Partnership Erie
http://www.tomdisher.com
Do not duplicate without permission... 
Seriously, I'll let you use it if you ask... */

/* THE FOLLOWING CODE RESETS THE QUIRKY BEHAVIOR BETWEEN DIFFERENT BROWSERS. */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}



/*{margin:0;padding:0; text-align: center;
}*/

table{border-collapse:collapse;border-spacing:0; margin-right: 0px;
    text-align: left;
}

fieldset,img{border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 22px;
    height: 22px;
    margin-right: 0px;
}


address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


body
{background:url(style/bodybg.jpg) repeat-x #1F3D5F;
}

#topdiv
{color:#fff; 
 background:#3B6291; 
 padding-bottom:20px; 
 height:35px; 
 font-family:arial, helvetica, sans-serif; 
 font-size:80%;
 border-bottom:1px solid #cccccc;
 overflow:hidden;
 padding-right:15px;
 padding-left:15px;

}

#topdiv a
{color:#fff;
}

#topdiv a
{color:#fff;
}

#main
{background:url(style/mainbg2.png) repeat-y;
width:760px;
margin:auto;
min-height:700px;
margin-top:20px;
font-family:Arial, Helvetica, Verdana, Sans-Serif;
font-size:80%;
overflow:hidden;
padding-bottom:45px;

}

#headerwrapper
{background:url(style/mainbg.jpg) #fff repeat-y;
width:760px;
margin:auto;
}

#header
{width:756px;
 height:215px;
 background:url(style/headerbg.jpg) no-repeat;
 }

#column1
{width:188px;
 float:left;
 padding-left:6px;
}

#column2
{width:495px;
 float:right;
 padding-top:20px;
 padding-right:35px;
    text-align: left;
    line-height:150%;
   
}

#menu
{width:188px;
}

#menu li
{background:url(style/buttonbg.jpg) no-repeat;
 height:34px;
 margin-left:-6px;
 display:block;
}

#menu li
{background:url(style/buttonbg.jpg) no-repeat;
 height:34px;
 margin-left:-6px;
 display:block;
}

#menu li a 
{font-family:Arial, Helvetica, Sans-Serif;
 font-size:12px;
 padding-left:30px;
 color:#fff;
 font-weight:bold;
  line-height:35px;
 text-decoration:none;
 font-stretch:120%;
 
}

h1
{font-family:Georgia, Times New Roman, Serif;
 font-size:20px;
 color:#162D45;
 font-weight:lighter;
 margin-bottom:15px;
}

#footer
{
    
    color:#fff;
    width:720px;
    padding-left:20px;
    padding-top:10px;
    padding-right:20px;
    margin:auto;
    height:30px;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:10px;
    
}

#footer a
{color:#fff;
}




.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.password
{background:#507CD1;
 color:#fff;
 border:1px solid #FF000A;
 padding:5px;
 font-family:Arial, Helvetica, Sans-Serif;
}

  .bluebar
        {
            height: 25px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #4675A8;
            padding:4px;
            overflow:hidden;
        }
        
.bluebar a
{color:#ffffff;
}