body {
	/*background-color: #A5DEFF;*/
	background-color:#C8DAF0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}

a {
	color:#AD3939;
	text-decoration:none;
}

a:hover, a:focus {
	color:#000066;
	text-decoration:underline;
}

li {
	list-style-type:square;
}

/* Container Styles */
#site {
	width: 960px;
	margin: auto;
	padding: 0;
	background: url(site-tile.gif) 0 113px repeat-y; 
}

#banner {
	height: 113px;
	background-image: url(header.jpg);
}

#nav {
	float: left;
	width: 190px;
}

#content {
	margin-left: 200px;
	padding: 1em;
}

#footer {
	clear:left;
	color: #AD3939;
	font-size:70%;
	border-top:1px solid #AD3939;
}

/* Navigation Styles */
#nav ul {
	margin: 10px 0 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	color:#AD3939;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #fff;
	display:block;
	padding:5px 0 5px 15px;
}

#nav a:hover, #nav a:focus {
	color:#000066;
	text-decoration:none;
}

/* Text Styles */

.alt {
	position:absolute;
	margin-top:-300em;
}

h1 {
	font-size: 1.2em;
	color: #AD3939;
	margin-top:0;
	padding-top:0;
}

h2 {
	font-size:1em;
	color:#333;

}

form {
	margin: 0;
}

ul.pdfs {
	font-size:85%;
	margin:0;
	padding:0;
}

ul.pdfs li {
	list-style-type:none;
	margin:8px 0;
	padding:0;
}

ul.pdfs a {
	padding-left:20px;
	background:url(icon-file.gif) 0 0 no-repeat;
}

/* Search Box Styles */
.search_box {
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	height: 22px;
}
.highlight {
	background-color: #D0D0D0;
}

/* Gallery Captions */




.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

