/* CSS Document */
body {
scrollbar-face-color : #B4B4B4;
scrollbar-shadow-color : #7B7B7B;
scrollbar-highlight-color : #7B7B7B;
scrollbar-3dlight-color : #B4B4B4;
scrollbar-darkshadow-color : #B4B4B4;
scrollbar-track-color : #7B7B7B;
scrollbar-arrow-color : #fff;
}
body {
background: #282828;
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
img {
border: 0;
}
a {
color: #FFFF66;
}
a:hover {
background: #ff3;
color: #333;
}
#hd {
background: transparent url("../images/hd.gif") no-repeat;
width: 751px;
height: 90px;
margin: 0 auto;
}
#hd h1, #hd h2 {
display: none;
}

#content {
background: #646464;
border: 1px solid #959593;
width: 749px;
margin: 0 auto;
}
#mn {
text-align: right;
}

#twoColumns {
background: #7B7B7B;
height: 375px;
border-top: solid 1px #ccc;
}
#mn #linkHm {
float: left;
}
#leftSide {
background: #989898 url("../images/leftBarBg.jpg") no-repeat bottom;
width: 175px;
height: 375px;
text-align: right;
float: left;
margin: 0;
padding: 0;
}
#leftSide p {
color: #000;
margin: 0;
padding: 10px;
line-height: 1.4em;
}
#leftSide ul {
margin: 0;
padding: 4px;
list-style-type: none;
}
#leftSide li {
margin: 0 10px 0 0;
padding: 3px 0;
list-style-type: none;
}
#leftSide a {
text-decoration: none;
font-size: 14px;
color: #fff;
}
a:hover {
background: #fff;
color: #333;
}
#leftSide a#in {
color: #000;
}
#leftSide a:hover {
color: #000;
}
#leftSide a.small {
font-size: 11px;
display: block;
margin: 2px auto 0;
padding: 0;
line-height: 0;
}
#leftSide h3 {
font: normal 18px Arial, Helvetica, sans-serif;
color: #282828;
background: #b4b4b4;
width: 160px;
padding: 4px;
margin: 4px;
}

#rightSide {
color: #fff;
height: 290px;
width: 553px;
float: right;
margin: 0;
padding: 75px 8px 10px;
overflow: auto;
overflow-y: hidden;
}
html>body #rightSide {
height: 290px;
width: auto;
float: inherit;
}
#rightSide p {
margin: 0 0 10px;
}
#rightSide h4 {
display: none;
}
#rightSide strong {
color: #fff;
font-size: 14px;
}
#scroll {
height: 280px;
margin: 0;
padding: 0 16px;
overflow: auto;
text-align: left;
}
#lavText {
height: auto;
margin: 0;
padding: 0 8px;
text-align: left;
}
table {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
#lav {
border-collapse: collapse;
margin-left: 10px;
padding: 0;
border: 0;
}
table td {
padding: 0;
}
table#form td {
padding: 0 5px 0 0;
}

table a:hover {
background: transparent;
}
.imgBox {
width: 165px;
height: 125px;
margin: 0 8px 10px;
}
.imgBoxs {
width: 121px;
height: 92px;
margin: 0 5px 10px;

}
#words {
width: 750px;
margin: 10px auto;
text-align: right;
}
#words h1 {
font: bold 35px Arial, Helvetica, sans-serif;
color: #fff;
margin-right: 30px;
}
#words h2 {
font: normal 25px Arial, Helvetica, sans-serif;
color: #fff;
margin: -30px 0 0 0;
}

#footer {
color: #999;
width: 751px;
margin: 15px auto 10px;
padding: 0 0 3px;
font-size: 11px;
text-align: right;
}
#home #footer {
margin: 35px auto 10px;
border-bottom: 1px solid #6C6C6C;
}
html>body#home #footer {
margin-top: 25px;
min-height: 25px; 
}
#footer img {
margin: 0;
font-size: 11px;
}
#footer p.left {
width: 751px;
text-align: left;
border-bottom: 1px solid #6C6C6C;
}
#home #footer p.left {
width: auto;
text-align: left;
border-bottom: 0;
}
.left {
float: left;
}
.right {
float: right;
}
img.right {
margin: 0 0 1px 10px;
}
.clear {
clear: both;
}
.txtLarger {
font-size: 14px;
}