@charset "utf-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 , h2 , h3 , h4 , h5 , h6   {

}
li {
	font-size: 80%;
}
p , td ,tr  {
	font-size: 12px;
	line-height: 1.3em;
}

a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #00FF33;
}
a:active {
	text-decoration: none;
}

.millennium #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.millennium #header {
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8B7546;
	background-color: #FFFFFF;
	height: 145px;
	padding-bottom: 5px;
} 

.millennium #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 */
}
.millennium #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #003300;
	margin-top: 10px;
	}
.millennium #sidebar2 {
	width: 230px;
	float: right;
	margin-right: 10px;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: -10px;
	padding-left: 10px;
}	
.millennium #sidebarWideRight {
	width: 310px;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: -10px;
	padding-left: 10px;
}	
.millennium #sidebarHalfRight {
	width: 375px;
	float: right;
	margin-right: 5px;
	padding: 5px;
	margin-bottom: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00cc66;
}	
.millennium #sidebarHalfRightCont {
	width: 375px;
	float: right;
		}	
.millennium #mainContent {
	width: 475px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00CC66;
	padding: 5px 10px;
	margin-left: 155px;
	margin-right: 10px;
} 
.millennium  #mainContentWide {
	width: 735px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00CC66;
	margin-left: 155px;
	padding: 5px 10px;
} 
.millennium  #mainContentHalf {
	width: 375px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00CC66;
	margin-left: 155px;
	padding: 5px;
	margin-bottom: 10px;
} 
.millennium  #mainContentNarrow {
	width: 390px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00CC66;
	padding: 5px 10px;
	margin-left: 155px;
	margin-right:10px;
} 
.imageNoCaption {
	margin-left: 7px;
	margin-right: 8px;
	border: thin solid #999999;
} 
.imageWhiteBorder {
	margin-left: 1px;
	margin-right: 1px;
	
} 
.millennium #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 , 

.millennium #sidebar1 p{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.millennium #footer {
	background-color: #003300;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cc9933;
} 
.millennium #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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.millennium  #subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFFF;
	color: #003300;
	line-height: 1.2em;
	float: right;
	width: 300px;
	text-align: center;
	border: thin solid #996600;
	margin-right: 40px;
	}

.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;
}
.Millennium_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 52px;
	color: #003300;
	font-weight: 900;
	left: 55px;
	top: 20px;
	padding-left: 35px;
	margin-top: 22px;
	width: 250px;
}
.small_footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #003300;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
.tiny_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.picturePadding{
	border: thin solid #999999;
	font-size: 10px;
	color: #999999;
}
.picturePaddingFont{
	margin-right: 3px;
	padding-left: 2px;
	font-size:10px;
	color:#666666;
	height: 80px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pictureindexpage{
	margin-right:5px;
	margin-left:5px;
	float:right;
}


.heavy {
	font-size:18px;
	font-weight:700;
	font-style:italic;
}
.bold {
	font-weight:700;
}
.content_lite {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bolder;
	font-size: 12px;
}
.italic    {
	font-style: italic;
	font-weight: bolder;
	font-size: 110%;
}

.gold {
	color: #CC9933;
}
.green{
	color:#003300;
}

.spaced12ems {
	line-height: 1.2em;
}

.black {
	color: #000000;
}
