@charset "utf-8";
/* CSS Document */

h1 {
	font: "Rockwell", "Times New Roman";
	font-size: 24px; 
	color: #000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 20px; 
	text-align: left; 
	color: #666;
}

h3 {
	font-size: 18px; 
	color: #000; 
	font-weight: bold; 
	text-align: left;
}

h4 {
	font-size: 16px; 
	color: #000;
	text-align: left; 
}

hr {
	color: #999;
	width: 100%; 
}



p {
	text-indent: 0.25in; 
	background: none;
	padding: 0 5px; 
}

p.block {
	text-indent: 0in; 
}

p.center {
	text-align: center;
	text-indent: .25in; 
}

p.banner {
	text-align: left; 
	text-indent: 0; 
	padding: 0; 
	margin: 0;
	line-height: 0; 
}

p.nav {
	text-indent: 0; 
	padding: 0px 15px; 
	text-align: left;
}

img {
	padding: 5px 5px; 
border: none; 
	margin: none; 
}

img.nav {
	padding: 0px 10px; 
	border: none;
	vertical-align: middle; 
}

img.sponsor {
	padding: 0; 
	margin: 10px; 
	border: thin #000 solid; 
}

a {
	font-weight: normal;
}

a:visited {
	color: #00F;
}

/*This styling is specific to the rotating image on the homepage */

.image_info {
    display:block;
    font-size:10px;
    color:#000;
    border:0px;
    }
.wrapper {
    margin:0px auto;
	margin-right: 400px; 
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:300px;
    border: 0px solid #000;
    text-align:left;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color: #000;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
  border: none;
    display:block;
background: none;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color: #000;
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}