@charset "utf-8";
body {
	background: #999999;
	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: #333333;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#navBar {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/db_menubar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 10px;
	height: 33px;
	width: 750px;
	margin-top: 4px;
}

#header #navBar ul {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#header #navBar ul li {
	float: left;
}

#header #navBar ul a {
	display: block;
	padding: 0 1.1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}

#header #navBar ul a:hover {
	color:#FFCC00;
}

#header #navBar ul .active {
	display: block;
	padding: 0 .9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

.oneColFixCtrHdr #mainContent #contentBody {
	margin: 10px 25px 25px 25px;
	padding: 0 25px;
}

.oneColFixCtrHdr #mainContent #quote,
.oneColFixCtrHdr #mainContent .photos {
	float:right;
	margin: 10px 0 10px 10px;
 }

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-weight: bold;
	color: #4B5F80;
}

.oneColFixCtrHdr #mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-weight: normal;
}

.oneColFixCtrHdr #mainContent p.caption {
	font-size: 10px;
	color: #999999;
	line-height: 1.2em;
	padding: 0 20px;
}

.oneColFixCtrHdr #mainContent #contact {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.oneColFixCtrHdr #mainContent p.quote {
	padding: 0 50px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #4C67BD;
}

.oneColFixCtrHdr #mainContent p.quoter {
	font-style: italic;
	text-align:center;
	padding: 5px 0 35px 0;
}

.oneColFixCtrHdr #mainContent ul {
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 12px;
}

.oneColFixCtrHdr #mainContent a,
.oneColFixCtrHdr #mainContent a:visited,
.oneColFixCtrHdr #mainContent a:active {
	color: #4B5F80;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#28334F;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0 15px;
}
.oneColFixCtrHdr #footer #fLeft {
	width: 55	0px;
	float: left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer #fRight {
	width: 320px;
	float: right;
}
.oneColFixCtrHdr #footer #fRight a,
.oneColFixCtrHdr #footer #fRight a:visited,
.oneColFixCtrHdr #footer #fRight a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer #fRight a:hover {
	color:#FFCC00;
}
.oneColFixCtrHdr #footer .clear {
	clear: both;
}
.oneColFixCtrHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px "Courier New", Courier, mono-space;
}

