﻿body {
	font-family: Helvetica, sans-serif;
	background-color: #cccccc;
}
#masthead {
	text-align: left;
	height: 62px;
	background-color: #ffffff;
	border-top:1px #dddddd solid;
	border-left:1px #bbbbbb solid;
	border-right:1px #dddddd solid;
}
#container {
	width: 874px;
	height: 639px;
	background-color: #ffffff;
	padding-top: 0px;
	margin: 10px auto;
}
#content {
	width: 764px;
    height:419px;
    padding: 20px;
	background-color: #ffffff;
	border-left:1px #bbbbbb solid;
	border-right:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	overflow: auto; 
}
#links {
	border-top:1px #bbbbbb solid;
	border-left:1px #bbbbbb solid;
	border-right:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
}
#links #currentpage a {
    color: #000000;
    /*background-color: #ffffff;*/
}

/* Masthead */
#masthead h1 {
	color: #000000;
	font-size: 28px;
	font-weight: lighter;
}
#masthead h2 {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: lighter;
}
#conttable {
	width: 100%;
	height: 380px;
}

p.picdesc {
	margin: 0px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
}
p.galldesc {
	padding-bottom: 30px;
	margin: 2px;
}
/* Footer */
/* Footer */
/* Footer */
#links a {
	font-size: 11px;
	text-decoration: none;
    height:28px;
    padding-top:5px;
    padding-bottom:5px;
	color: #777777;
	display: block;
}
#links a:hover {
	font-size: 11px;
	text-decoration: none;
    height:28px;
    padding-top:5px;
    padding-bottom:5px;
	color: black;
	background-color: #FFFFF0;
}

/* Site typography */
h1 {
	font-size: 22px;
	color: #444444;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	color: #444444;
	font-weight: lighter;
	height:30px;
}
h3 {
	font-size: large;
	color: #444444;
	font-weight: lighter;
}
h4 {
	font-size: medium;
	color: #444444;
	font-weight: lighter;
}
h5 {
	font-size: x-small;
	color: #444444;
	font-weight: lighter;
}
h6 {
	font-size: xx-small;
	color: #444444;
	font-weight: lighter;
}
p {
	color: #444444;
	font-size: 14px;
	text-align: justify;
}
td {
	color: #444444;
	font-size: 14px;
}



/* Links */
a {
	color: #444444;
	text-decoration: underline;
}
a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #e1e1ff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content img {
	 border: 1px #aaaaaa solid;
	 padding: 4px;  
}
input {
	background-color: #eeeeee;
}
textarea {
	background-color: #eeeeee;
}
