@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12%;
}
.Denholm #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 50px;
	border-right-width: 0px;
	border-bottom-width: thick;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.Denholm #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 00px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.Denholm #header h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	top: -100px;
	position: absolute;
}
.Denholm #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: left;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
}
.Denholm #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: none;
	border-left-width: thin;
}
.Denholm #mainContent {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menubuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-image:  url(images/buttons.jpg);
	text-align: left;
	vertical-align: text-bottom;
	color: #CCCCCC;
	width: 780px;
	text-indent: 3px;
	height: 25px;
} 
.Denholm #footer {
	padding: 0px 0px;
	background-color: #FFFFFF;
} 
.Denholm #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#nav {
	height: 2.2em;
	width: 780px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.Denholm #container #mainContent #submenu {
	text-align: left;
	font-weight: bold;

}
