html {
width: 100%;
}

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}

.shh {display:none; text-align: left;}


body {
margin: 0 0 0 0;
padding: 0;
font-family: Arial,sans-serif;
background-color: #cccccc;
background-image: url("images/hanger_narrow.gif");
background-repeat: repeat-y;
background-position: left;
width: 100%;
link-color: #173b6d
}

body.tut {
margin: 0 0 0 0;
padding: 0;
font-family: Arial,sans-serif;
background-color: #cccccc;
background-repeat: repeat-y;
background-position: left;
width: 100%;
link-color: #173b6d
}

table.crumb {
border-spacing: 0;
border-width: 0;
border-collapse: collapse;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
text-indent: 0;
}


#header {
height: 139px;
background-color: #173b6d;
background-image: url("images/bullets_139.gif");
background-repeat: no-repeat;
background-position: left;
}

#crumbs {
background-color: #000000;
color: #ffffff;
border-top: 4px solid #828282;
height: 24px;
font-family: arial;
font-weight: bold;
font-size: 14px;
padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;

}

#navsite {
background-color: transparent;
position:absolute;
top:320px;
left:15px;
width:172px;
padding:2px;
font-weight: bold;
font-size: 16px !important;
}


a.nav:link, a.nav:visited {
text-decoration: none;
color: #000000;
}

a.nav:hover, a.nav:active {
text-decoration: none;
color: #ffffff
}

#adblock {
background-color: transparent;
position:absolute;
top:175px;
left:10px;
width:172px;
padding:0px;
font-weight: bold;
font-size: 12px !important;
text-indent:2px;
}

#content {
background-color: transparent;
padding-left: 185px;
padding-top: 15px;
padding-right: 25px;
}


#footer{
border-top: thin ridge;
background-color: transparent;
position: absolute;
left: 18px;
top: 590px;
font-family: arial;
font-size: 8px;;
}

h3.title{
        padding-bottom: 0;
    margin-bottom: 0;
        border-left: 10px solid #000;
    font-family: Arial, sans-serif; 
    padding-left: .8em; 
    font-size: 1.2em;   
}

p.item{
        padding-top: 5px;
        margin-top: 0;
    font-size: 1em;
    border-top: 2px solid #000; 
}   


        
ul.sq_bul{
list-style-type: square;
list-style-position: inside;
}

ul.sq2_bul{
list-style-type: square;
list-style-position:outside
}

a:link { 
color: #0075bf;
}
a:visited { 
color: #173b6d;
}
a:hover { 
color: #ffffff;
}
a:active { 
color: #ffffff;
}

div.iesucks {
width:100%;
}

table.mres {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 100%;
}


table.mres td {
    padding: 5px;
    border: solid #000 1px;
}


.data_dark {
        background-color:#bababa;
    color: #000000;
}

.data_light {
        background-color:#dcdcdc;
    color: #000000;
}


.toprow {
        color: #ffffff;
    background-color: #173b6d;
        text-decoration: underline;
}
