@charset "utf-8";
/* CSS Document */
body{
background-color: #575757;
font-family: Arial, Helvetica, sans-serif;
}
h1{
font-size: 20px;
margin: 0px;
font-weight: normal;
letter-spacing: 1px;
}
#wrapper{
width: 903px;
padding: 5px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
overflow: auto;
}
#topShim{
background-image: url(images/topShim.gif);
background-repeat: repeat-x;
height: 32px;
}
#address{
font-size: 10px;
color: #383835;
text-align: right;
padding-right: 20px;
padding-top: 5px;
}
#address a {
color: #1d1d1d;
text-decoration: underline;
}
#address a:hover {
color: #1d1d1d;
text-decoration: underline;
}
#address a.subon {
color: #1d1d1d;
text-decoration: underline;
}
#logoBanner{
background-image: url(images/logobanner.jpg);
background-repeat: no-repeat;
height: 198px;
}
#bottomShim{
background-image: url(images/bottomShim.gif);
background-repeat: repeat-x;
height: 18px;
}
#leftCol{
width: 295px;
background-image: url(images/navBg.gif);
vertical-align: top;
}
#rightCol{
background-color: #e6e6c6;
background-image: url(images/leftColShadow.gif);
background-position: top left;
background-repeat: no-repeat;
vertical-align: top;
}
#rightColContent{ /* Content */
font-size: 12px;
color: #1d1d1d;
text-align: left;
line-height: 16px;
padding-left: 25px;
padding-right: 25px;
padding-top: 30px;
}
#rightColContent a {
color: #1d1d1d;
text-decoration: underline;
}
#rightColContent a:hover {
color: #1d1d1d;
text-decoration: underline;
}
#rightColContent a.subon {
color: #1d1d1d;
text-decoration: underline;
}
#left_nav_bg{
background-image: url(images/navLeftBg.gif);
background-repeat: no-repeat;
width: 269px;
height: 229px;
padding-left: 20px;
padding-right: 20px;
float: left;
}
#navContainer{
padding-top: 25px;
padding-left: 20px;
}
#copyright{
font-size: 10px;
color: #1d1d1d;
padding-left: 20px;
padding-top: 50px;
}
#copyright a {
color: #1d1d1d;
text-decoration: underline;
}
#copyright a:hover {
color: #1d1d1d;
text-decoration: underline;
}
#copyright a.subon {
color: #1d1d1d;
text-decoration: underline;
}
.h_devide{
border-top: dotted 1px #979682;
}



