/* CSS Document */

#body{
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #FFFFFF;
margin-top: 0px;
}
#image{
background-image: url(images/image.jpg);
height: 174px;
}
#image2{
background-image: url(images/image2.jpg);
height: 174px;
}
#image3{
background-image: url(images/image3.jpg);
height: 174px;
}
#image4{
background-image: url(images/image4.jpg);
height: 174px;
}
#image5{
background-image: url(images/image5.jpg);
height: 174px;
}
#topShim{
background-image: url(images/topShim.gif);
background-repeat: repeat-x;
height: 11px;
}
#contentArea{
background-color: #FFFFFF;
padding-top: 12px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 12px;
}
#leftColumn{
width: 420px;
vertical-align: top;
}
#rightColumn{

vertical-align: top;
}
#ctrColumn{
width:25px;
vertical-align: top;
}
#header{
background-color: #c9d1dc;
border-left: solid 5px #04255b;
padding-left: 15px;
padding-top:5px;
height: 22px;
}
#textArea{
padding-top: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
text-align: justify;
vertical-align: top;
}
#bottomShim{
background-image: url(images/bottomShim.gif);
background-repeat: repeat-x;
}
#copyright{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #999999;
text-align: center;
}