/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
background: #e7e7e7;
text-align: center;
}
a {
text-decoration: none;
color:#0000FF
}
a:hover{
text-decoration: underline;
color:#0000FF
}

.navText {
font-weight: bold;
color:#fff;
text-decoration:none;
}

.navText:hover {
font-weight: bold;
color:#fff;
text-decoration: underline;
}


#cbmbase {
background: url(/images/cbm_center_back.gif) top left repeat-y;
text-align: left;
margin: 0px;
padding: 0px;
width: 850px;
}

#cbmttl {
background: url(/images/cbm_toptitle.jpg) top left no-repeat;
height: 103px;
margin: 0px;
padding: 0px;
}

#topnav {
background: url(/images/cbm_topnav.jpg) top left no-repeat;
height: 27px;
width: 850px;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#topnav ul {
margin: 2px 0px 0px 74px;
padding: 0px;
list-style: none;
}

#topnav li {
margin: 0px 20px 0px 0px;
padding: 5px;
font-size: 12px;
list-style: none;
float: left;
font-weight: bold;
color: #fff;
}

#cbmright {
float: left;
margin: 0px;
padding: 0px;
width: 850px;
text-align: left;
}
#cbmright_content {
font-size: 12px;
line-height: 14px;
margin: 0px 40px 0px 40px;
padding: 20px;
}

#cbmbottom {
background: url(/images/cbm_bottom.gif) bottom left no-repeat;
height: 45px;
}
#footer_copy {
font-size: 10px;
text-align: center;
}

.text_title {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color:#f90;
}
.navLink {
font-size: 13px;
color: #f90;
font-weight: bold;
}
.navLink: hover {
background:#ccc;
}
.photo_border_sm {
border: #000 solid 2px;
padding: 2px;
}

.photo_border {
border: #000 solid 4px;
padding: 4px;
}