﻿body 
{
    
    background:url('../images/bg_top.jpg') repeat-x #fff top;
    margin:0; padding:0;
    font-size:12px;
    color:#2736c0;
    font-family:Arial;
}

textarea, input{font-family:Arial; font-size:12px;}
a{color:#000; text-decoration:none;}
a:hover{color:#3c6ea6; text-decoration:underline;}

#bg1
{
    background:url('../images/bg_bot.jpg') repeat-x bottom;    
    width:100%;
    padding-bottom:7px;
}
#bg2
{
    background:url('../images/bg_dots.jpg') repeat-x bottom;    
    width:100%;
    padding-bottom:80px;
}
#topbanner
{
    background:url('../images/title.jpg') no-repeat left;
    text-align:right;
    height:114px;
    padding:58px 10px 0 0;
}

#navbar /* IE Dif */
{
    background:url('../images/navbg.gif') repeat-x;
    height:17px;
    border:1px solid #8791c8;
    border-width:1px 0;
    margin-top:10px;
    padding-top:4px;    
    padding-left:10px;
}

#navbar b
{
    background:url('../images/navsep.gif') right no-repeat;
    padding-right:8px;
    display:inline-block;
    height:19px;
    padding-top:2px;
margin-top: -4px;
margin-top: expression("0px");
}

#navbar a
{
    color:#0f6fad;
    background:url('../images/navpaw.jpg') left no-repeat;
    display:inline-block;
    padding-left: 22px;
    text-decoration:none;    
    padding-top:3px;
margin-top: 0px;
margin-top: expresssion("0px");
}
#navbar a:hover{color:#fff;}

#content
{
    width:95%;
    margin:0 auto;
    padding:10px 5px;
}

/* Inner Pages */

h1
{
    background:url('../images/pawprint.jpg') left no-repeat;
    font-size:20px;
    padding-left:20px;
    margin: 40px 0 5px 0;    
}


.quicklinks a{font-weight:bold; color:#2736c0; text-decoration:none;}
.quicklinks a:hover{font-weight:bold; color:#000; text-decoration:underline;}

ul.paw
{
    list-style:none;    
    margin-left:0;
}
ul.paw li
{
    background:url('../images/pawprint.jpg') no-repeat left top;
    padding:0 0 15px 30px;
    margin-left:-25px;
}

.dotted
{
    background:url('../images/dotted.gif') repeat-x;
    height:2px;
    margin:10px 0;
}

b.big
{
    font-size:15px;
    text-transform:uppercase;
    display:block;
    margin:10px 0;
}