﻿html, body {
	min-height: 300px;
}
body {
	background-color: #DDDDDD;
}
#container {
	min-height: 300px;
}
#container {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-left: 50px;
	margin-right: 50px;
	width: auto;
	background-color: #FFFFFF;
}
#left {
	left: 20px;
	float: left;
	width: 200px;
	margin-right: 20px;
	height: 0px;
	display: block;
}
#right {
	float: right;
	display: block;
	right: 70px;
	width: 200px;
}
#middle {
	margin: 0pt;
	margin-left: 0px;
	margin-right: 220px;
}
#header {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("Images/header.jpg" );
	height: 170px;
}
#logo {
	position: absolute;
	background-image: url("Images/pdl.png" );
	width: 260px;
	height: 142px;
	left: 90px;
	top: 13px;
}
#content {
	padding: 20px;
}
#MainMenu {
	background-color: #EEE;
	border: solid 0px #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 30px;
}
.box {
	border: 1px solid #646464;
	padding: 2px;
	margin-bottom: 20px;
}
.box_content {
	padding: 5px;
}
.generic_content {
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.collapsibleheading {
	background-color: #AEAEAE;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.collapsibleheading img {
	position: relative;
	float: left;
	left: 0px;
	top: 3px;
}
.heading_content:hover, .box_content:hover {
}
.heading_content {
	padding: 5px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
}
#debug {
	color: #FFFFFF;
	margin: 5px;
	float: right;
	font-size: 20px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
