/* CSS Document */

body {
background-image: url(../images/bg.gif);
background-repeat: repeat-y;
font-family: verdana, arial, sans-serif;
font-size: 10px;
margin:0px;
border:0px;
padding:0px;
color: #00529B;
}

#banner{
background-color:#00B2E7;
background-image: url(../images/banner.gif);
background-position: 140px 0px;
background-repeat: no-repeat;
width: 100%;
border-bottom: 2px Solid #FFF;
}

#menu{
margin-left: 2px;
float:left;
}

#content{
width: 584px;
height:420px;
margin-left: 169px;
}
#footer{
width: 584px;
margin-left: 169px;
padding-top:10px;
}

#content img {
border-left: 15px solid #FFF;
border-bottom: 3px solid #FFF;
}


h1, h2{
margin:0px;
font-weight:bold;
font-size:10px;
}


hr {
height:1px;
background-color:#E9E9E9;
color: #E9E9E9;
width: 584px;
display:block;
clear:both;
margin-top:3px;
margin-bottom:3px;
border:0px;
}

.item {
background-image: url(../images/itembg.gif);
border-bottom: 7px solid #FFF;
border-top: 3px solid #FFF;
width: 519px !important;
width: 584px;
height: 40px !important;
height: 55px;
clear:both;
padding:3px;
padding-left: 62px;
}

p {
margin-top:0px;
font-size: 10px;
}

.p {
margin-top:0px;
font-size: 10px;
}

#footer a{
color: #00B2E7;
text-decoration:none;
}
#footer a:hover {
color: #00529B;
}

.left{
color: #00B2E7;
float:left;
}
.right{
float:right;
}

a{
color: #00B2E7;
text-decoration:none;
}
a:hover {
color: #00529B;
}
