/* For larger image pop up windows */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #F5F1CF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/contentback1.jpg);
	background-repeat: no-repeat;
}
#fullWidthHeader {
	background-color: #000000;
	background-image: url("../daveking_images/headbk1.jpg");
	background-repeat: repeat-x;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 220px;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin: 0px;
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
	color: #6A5773;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.medium2 {
}

.medium {
	font-size: 10px;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
ul {
	color: #6A5773;
	font-weight: bold;
	list-style-type: square;
}

/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 800px;
}

#outerWrapper #contentWrapper #content {
	background-color: #F5F1CF;
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/contentback1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
}
#outerWrapper #footer {
	background-color: #F5F1CF;
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 9px;
	color: #666666;
}
