#body {
	font: 90% Verdana, Arial, sans-serif, serif;
	background-color:  #6b7789;
	margin: 0; padding: 0;
}

#container {
	width: 750px;
	margin: 40px auto 0 auto;
}

#logo {
	height: 150px;
	margin: 0; padding: 0;
}

#nav {
	font-size: 11px;
	padding: 0 15px;
	padding-bottom: 1px; /* I don't know why this is necessary, but it is. */
	padding-top: 1px;
	background: url(images/nav_ltrt.gif) repeat-y top left;
}

#nav1 {
	font-size: 11px;
	margin-top: 5px;
	padding-top: 15px; /* Height of nav_top.gif */
	background: url(images/nav_top.gif) no-repeat top left;
}

#nav2 {
	font-size: 11px;
	width: 170px;
	padding-bottom: 15px; /* Height of nav_bot.gif */
	background: url(images/nav_bot.gif) no-repeat bottom left;
}

#content {
	/* This necessitates setting #content img as position: relative as well, */
	/* but is needed to solve an annoying IE6 flickering problem as the page scrolls up and down. */
	position: relative;
	padding: 0 15px;
	padding-bottom: 1px; /* I don't know why this is necessary, but it is. */
	padding-top: 1px;
	background: url(images/cont_ltrt.gif) repeat-y top left;
}

#content1 {
	margin-top: 5px;
	padding-top: 15px; /* Height of cont_top.gif */
	background: url(images/cont_top.gif) no-repeat top left;
}

#content2 {
	width: 575px;
	float: right;
	padding-bottom: 15px; /* Height of cont_bot.gif */
	background: url(images/cont_bot.gif) no-repeat bottom left;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 11px Verdana, Arial, sans-serif, serif;
	font-weight: normal;
}

#content h1 {
	font-size: 1.75em;
	clear: left;
	padding-top: 1em;
}

h2 {
	font-size: 1.25em;
	clear: left;
	padding-top: 1em;
}

#content div.date { /*date*/
	font-size: .85em;
	margin-bottom: 1em;
	/*margin-top: -.4em;*/   /* Negative margin makes IE6 do strange things. */
	position: relative;  /* Workaround with relative positioning. */
	top: -.4em;
	border-bottom: 1px solid black;
}

#nav h1 {
	font-size: 20px;
	padding-top: 1.75em;
	line-height: .9em;
	border-bottom: 1px solid black;
}

#nav h2 {
	margin-bottom: -.5em;
}

dt {
	padding-top: 4px;
	margin-top: .9em;
	font-size: 90%;
}

dd {
	margin-left: .7em;
}

#content dt {
	padding-top: 2em;
}

#content dd {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#nav dt.new {
	background: url(i/new.gif) scroll no-repeat top left;
}

a:link, a:visited, a:hover {
	font-size: 11px;
	text-decoration: none;
	border: none;
}

#content a {color: #cf5e00;}
#content a:visited {color: #d02700;}

#content a:hover, #nav a:hover {
	font-size: 11px;
	color: #018EFF;
	border-bottom: 1px solid #bbb;
	background: inherit;
}

#nav a {
	color: black;
	font-weight: bold;
}

#nav a:hover {
	border: none;
	background-image: none; /* Gets rid of ghosts of the 'new.gif' graphic in #nav dt.new */
}

#nav dd {
	font: 75% verdana, arial, sans-serif;
}

#content img {
	/* This is required as a result of setting #content as position: relative, */
	/* but is needed to solve an annoying IE6 flickering problem as the page scrolls up and down. */
	/* Removing this rule causes the images to disappear. */
		position: relative;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 1px;
	border: 1px solid black;
	background: white;
}

#content p {
	line-height: 1.4em;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-left: 1em;
	padding-left: 0;
}

fieldset {
	border:none;
}

.wrap {
	clear: both;
	height: 1px;
}

acronym {
	cursor: help;
}

#archives {
	font-size: 80%;
	font-family: verdana, arial, sans-serif;
	line-height: 1em;
	margin-top: 6em;
}

#previousupdates select {
	background: #E1E6EB;
	font: 100% verdana, 'Trebuchet MS', arial, sans-serif, serif;
}

#previousupdates input {
	font: 100% verdana, 'Trebuchet MS', arial, sans-serif, serif;
	margin: 1px auto;
	border: 1px solid #A6B0C2;
	background: #E1E6EB;
}

#previousupdates label, #previousupdates option, #previousupdates optgroup {
	font: 100% verdana, 'Trebuchet MS', arial, sans-serif, serif;
}

#previousupdates optgroup {
	font-weight: bold;
	font-style: normal;
}

#previousupdates option {
	padding-left: 1em;
}
