body {
	margin:0px;
	padding: 5px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	background-color: #666;
}
#container {
	width: 960px;  /* this width will create a container that will fit in an 1024px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}
#header {
	background: #FFF;
	padding: 0 10px 0 20px;  /* 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. */
	text-align: center;
	color: #000;
} 
.Linker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center;
}
.centerit {
	text-align: center;

}
.oneColElsCtrHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	color: #000;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
}
#footer {
	text-align: center;
	background-color: #FFFFFF;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the 1st elmnt in the ftr will avoid the possible margin collapse - a space between divs */
	padding: 10px 0; /* padding creates space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #000;
	text-decoration: underline;
} 
a:hover {
	color: #666;
} 
a:visited {
	color: #996533;
	font-style: italic;
} 
#wrapper a:link img {
	border:0px solid #000;
}
#wrapper a:hover img {
	border:0px solid #00F;
} 
#wrapper a:visited img {
	border:0px solid #930;
}
.smaller {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	color: #999;
}
.oneColElsCtrHdr #container #header table tr td .smaller .smaller {

}
.subtitle {
	font-size: x-small;
}
.oneColElsCtrHdr #container #mainContent table tbody tr td center strong {
	font-size: larger;
}
.lefty {
	text-align: left;
	color: #000;
}
brownie {
	font-weight: bold;
	color: #930;
}
.oneColElsCtrHdr #container #mainContent table tr td a {
	text-align: center;
}
#smminutes {
	font-size: small;
}

