﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr,acronym {
	border:0;
}
address,caption,cite,code,
dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
address,caption,cite,code,
dfn,em,strong,th,var {
	font-style:normal;
	font-weight:bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
body 
{
	text-align: center;
}
#body
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.5em;
}
#banner
{
	height: 150px;
	background-image: url("/DistributedDesigns/ddbanner.gif");
}
#navbar ul {			/* navigation list */
	float: left;
	font-weight: bold;
	list-style: none;
	width: 600px;
	line-height: 1;
	border-style: solid;	
	border-width: 1px 0;
}
#navbar li {
	/* navigation list item */
	float: left;
}
#navbar a {			/* navigation link */
	color: inherit;
	display: block;
	text-decoration: none;
	padding: 0.25em 1em;
	outline-style: none;
}
#navbar li ul
{
	/* second level list */
	position: absolute;
	font-weight: normal;
	/*border-width: 0em 0.25em 0.25em 0.25em;*/
	border-width: 0px 3px 3px 3px;
	text-align: left;
	height: auto;
	display: none;
}
#navbar li.iehover ul, #navbar li:hover ul
{
	display: block;
}
#navbar li ul.empty {		/* hide empty second level list */
	display: none;
}
/* list width specifications */
#navbar li li,
#navbar li ul {
	width: 8em;
}
/* color specifications */
#navbar a {
	color: #000000;
}
body
{
	background-color: #73756B;
}
#body
{
	background-color: #ffd;
}
#navbar li ul, #navbar li li
{
	background-color: #E6E8E8;
}
#navbar li.iehover, #navbar li:hover, #navbar ul
{
	color: #ffd;
	border-color: #ee0;
	background-color: #ee0;
}
/* page sections */
#sidebar
{
	float: right;
	width: 160px;
	margin: 10px 0em 10px 0em;
	padding: 0em 10px 0em 9px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #ee0;
	font-size: .8em;
	line-height: 1.5em;
}
#content
{
	float: right;
	width: 390px;
	margin: 10px 0em 10px 0em;
	padding: 0em 15px 0em 15px;
	min-height: 300px;
}
#footer
{
	clear: right;
	border-style: solid;
	border-color: #ee0;
	border-width: .6em 0px 0px 0px;
	padding: .5em 1em .5em 1em;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
}