/* CSS Document */

body {
font-size: 75%;
}

.no_print {
display: none;
}

#top_nav {
display: none;
}


#main_banner img.print_only {
display: block;
margin-bottom: 20px;
}

#content_area {
width: 640px;

}

#content_area p {
margin-top: 5px;
margin-bottom: 10px;
}

#content_area h1 {
font-size: 180%;
margin-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #000033;
}

#content_area h2 {
font-size: 130%;
margin-top: 10px;
margin-bottom: 0px;
}

#content_area h3 {
font-size: 110%;
margin-top: 10px;
margin-bottom: 0px;
}

#thumb_nav {
display: table-cell;
width: 640px;
clear: both;
}



div.item {
width: 130px;
display: table-cell;
float: left;
margin-right: 15px;
margin-bottom: 20px;
margin-right: 20px;
margin-bottom: 22px;
border: 1px solid #000033;
}

div.item a {
display: block;
float: left;
text-align: center;
background-color: #D61C31;
color: #ffffff;
padding-bottom: 5px;
text-decoration: none;
}



div.item a:hover  {
color: #ffffff;
background-color: #000033;
}

div.item a img{
border: none;
border-bottom: 1px solid #000033;
margin-bottom: 3px;}

div.item a:hover img{
border: none;
border-bottom: 1px solid #000033;
}





#left_nav {
display: none;
}

#footer {
width: 640px;
clear: both;
margin-top: 20px;
border-top: 1px solid #d2d2d2;
padding-top: 20px;
font-size: 90%;

}

#footer p {
margin: 0px;
margin-bottom: 5px;
}

