/* CSS Document */

body {
	color: #000;
	background: url(images/bg.gif);
	background-color: #7198f7;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #333399;
	color: #000;
	background-color: #e0e8ff;
}
#top {
	width: 100%;
	height: 30px;
	background: url(images/gradient1.gif);
	border-bottom: 1px solid #339;
}
#title {
	margin: 0; padding: 0;
	font-size: 130%;
	font-weight: bold;
}
#byline, .largetxt {
	font-size: 105%;
	font-weight: bold;
}
#top div {
	padding: 2px 5px 2px 5px;
}
#date {
	float: right;
	font-size: 70%;
	margin-top: 6px;
}
#header {
	width: 100%;
	height: 80px;
	background: url(images/header.jpg);
}
#navigation {
	width: 100%;
	height: 30px;
	background: url(images/gradient2.gif);
	border-top: 1px solid #339;
	border-bottom: 1px solid #339;
	font-weight: bold;
}
#navigation div {
	padding: 7px 0px 2px 5px;
}
#navigation a {
	margin-right: 25px;
}
#navigation a:link, #navigation a:visited {
	color: #446d8c;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#content {

}
#content div {
	padding: 5px 7px 3px 5px;
}
#content p, #content h1 {margin-top:0; padding-top:0; }
#content table p { margin:0; }
h1 { 
	font-size: 130%;
	margin-bottom: .33em;
	 }
#footer {
	width: 100%;
	height: 30px;
	background: url(images/gradient2.gif);
	border-top: 1px solid #339;
	font-size: 70%;
}
#footer div {
	padding: 2px 0px 2px 5px;
}
#footer a:link, #footer a:visited {
	color: #446d8c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#d3web {
	float: right;
	margin: 3px 15px 0px 0px;
	text-align: center;
}
.imgbrdr {
	border: 1px solid #000;
}
.smaller {
	font-size: 80%;
}
