@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: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.District16 #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFebcd;
} 
.District16 #header {
	line-height: normal;
	background-color: #FFDEAD;
	height: 150px;
	padding: 10px;
	margin: 10px;
} 
a
{
	cursor: pointer;
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
#D16_Home #mainContent ol
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
}

a:hover, a:focus
{
	background-color: #990000;
	color: #FFF;
}

.District16 #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;
}
.District16  #header  h2 
{
	text-align: center;
}

.District16 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 10px;
	background-color: #FFDEAD;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.District16 #mainContent {
	float: right;
	width: 750px;
	padding: 10px;
	background-color: #FFDEAD;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
} 
.District16  #mainContent  p 
{
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.District16  #mainContent  h1 
{
	font-size: 24px;
}

.District16 #mainContent h3
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.District16 #mainContent h2
{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
}
.District16   #mainContent   .article
{
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.District16  #mainContent  .article_test 
{
	text-decoration: underline;
	text-align: center;
}
.District16   #mainContent  .section_head 
{
	text-align: left;
	text-indent: -5.5em;
	margin-left: 5.5em;
}
.District16 #mainContenet #ByLaws
{
}
.District16  #mainContent  #ByLaws  li 
{
	margin-left: 5.5em;
}


.District16  #mainContent  ol 
{
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}


.District16  #mainContent  ol ol
{
	list-style-type: lower-alpha;
	margin-left: 10px;
}

.District16  #mainContent  ul 
{
	list-style-type: circle;
}
.District16      #mainContent      #COC      ol
{
	list-style-type: decimal;
}
.District16    #mainContent    #COC    ol    ol
{
	list-style-type: lower-alpha;
}
.District16    #mainContent    #COC    ol    ol    ol
{
	list-style-type: lower-roman;
}
.District16       #mainContent       #COC       li
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.District16  #mainContent  #Texas_Star  ol li 
{
	list-style-type: decimal;
}

.District16 #mainContent #Jacoby ol li
{
	list-style-type: decimal;
}

.District16 #mainContent #Jacoby ol li li
{
	list-style-type: lower-alpha;
}
.District16  #mainContent  .jacoby_photo 
{
	float: right;
	padding: 5px;
	margin: 5px;
	border: 5px inset #990000;
	width: 225px;
	background-color: #FFEBCD;
}
.District16  #mainContent  .jacoby_photo  p 
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.District16  #mainContent  .financial_table 
{
}
.District16  #mainContent  .financial_table 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFDEAD;
}
.District16  #mainContent  .financial_table  .dollars 
{
	text-align: right;
}
.District16  #mainContent  .financial_table  td 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}
.District16  #mainContent  .financial_table  .item 
{
	white-space: nowrap;
}



.District16 #footer {
	background-color: #FFDEAD;
	height: 100px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 
.District16 #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 */
	text-align: center;
	font-weight: bold;
}
.District16 .framed_image {
	border: 5px outset #990000;
}
.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: 20px;
	border: medium outset #990000;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 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;
}
#D16_Webmasters #container #mainContent .left_div 
{
	float: left;
	width: 315px;
	text-align: center;
	height: 350px;
	border: thin solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#D16_Webmasters #container #mainContent .right_div 
{
	text-align: center;
	float: right;
	width: 315px;
	height: 350px;
	border: thin solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#Minutes #container #mainContent h3
{
	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;
	text-align: center;
	font-size: large;
}
.smalltxt {
	font-size: 10px;
	color: #F00;
}#D16_Home #container #mainContent .right_image {
	float: right;
}
#2014_Texas_Star #container #mainContent ol {
	list-style-type: decimal;
}
.center {
	text-align: center;
}
.Valign_top {
		vertical-align: text-top;
}
	