@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}

a:link {
	color: #006600;
}

a:visited {
	color: #663300;
}




.thrColFixHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 

.thrColFixHdr #header {
	/*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. */
	height: 120px;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 1;
	visibility: visible;
}
 

.thrColFixHdr #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 */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin-left: 0px;
	margin-top: 12px;
	width: 170px;
	/*padding keeps the content of the div away from the edges */
	background: #f8e1bc; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 0px;
	display: inline;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 12px;
	width: 196px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px !important; /* padding keeps the content of the div away from the edges */
	display: inline;
	
	
}

.thrColFixHdr #mainContent {
	margin-top: 12px;
	margin-right: 212px;
	margin-bottom: 0;
	margin-left: 186px;
} 

.thrColFixHdr #footer {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 182px;	
}

.thrColFixHdr #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 */
}

.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;
}


/************presentation styles*******/

/*sidebar1 styles*/

#sidebar1 p
{
	margin-bottom: 0px;
	margin-left: 6px;
	font-weight: bold;
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 ul
{
	margin-top: 0px;
	margin-left: 0;
	padding-left: 4px;
	font-weight: bold;
	color: #006600;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#sidebar1 ul li
{
	padding-top: 8px;
	margin-left: 0;
	font-weight: bold;
	color: #006600;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


#sidebar1 ul li ul li
{
	padding-top: 0px;
	margin-left: 0;
	padding-left: 4px;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
}

#sidebar1 a
{
	color: #6b710f;
}

#sidebar1 a:link
{
color: #024769;
text-decoration: none;
}

#sidebar1 a:visited
{
color: #663300;
text-decoration: none;
}


#sidebar1 a:hover
{
color: #47115a;

}





/*headings*/
h1 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #024769;
}

h2 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #024769;
	margin-bottom: 0px;
}

h3 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #74358A;
	margin-bottom: 0px;
}



h4 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5b3868;
	margin-bottom: 0px;
}





/*font styles*/


.thrColFixHdr #container {
	font-size: small;
}

.current {
	color: #000000;	
}

.textsmall {
	font-size: x-small;
	font-style: normal;
	bottom: 10px;
	margin: 0px 0px 5px;
	left: 0px;
}

.textsmall_purple {
	font-size: x-small;
	font-weight: bold;
	color: #4F2266;
	bottom: 10px;
	margin: 0px 0px 5px;
	left: 0px;
}

#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	margin-top: 4px;
	padding-bottom: 20px;
	padding-right: 4px;
	padding-left: 4px;
}



#sidebar2_info {
	background-color: #d5e5bd;
	right: 4px;
	width: 196px;
	padding-top: 0px;
	margin-bottom: 6px;
	
}

#sidebar2_info h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	color: #9C7751;	
}

#sidebar2_info p {
	padding-right: 4px;
	margin-left: 4px;
	padding-bottom: 4px;	
}

.sidebar2_heading {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #499501;
	padding: 8px;
	margin-bottom:10px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, san-serif;
}

#sidebar2_info p {
	padding-right: 4px;
	padding-left: 4px;
	
}


#sidebar2_info ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}



#sidebar2_info2 {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	margin-top: 16px;
	line-height: normal;
	border: 1px solid #AF9AB9;
	font-size: small;
}

#sidebar2_info2 ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info2 ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}

#sidebar2_info3 {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	margin-top: 16px;
	line-height: normal;
	border: 1px solid #AF9AB9;
	font-size: small;
}

#sidebar2_info3 ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info3 ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}




/*tables*/

.table_header {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
}


.galleryheader {
	font-size: 13pt;
	color: #006600;
	margin-top: 0px;
	font-weight: bold;
}

/*images*/

div.float_left {
	float: left;
	margin: 0 0 0px 0px;
	padding: 2px 6px 2px 0px;
	font-size: x-small;
  }
  
div.float_left p {
	text-align: left;
	font-size: x-small;
   }
   
   div.float_right {
	float: right;
	margin: 0 0 0px 0px;
	padding: 2px 0px 2px 6px;
	font-size: x-small;
  }