@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	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: #000000;
}
/*#rainbow2 {
	float: right; /* since this element is floated, a width must be given */
	/*width: 400px; /* 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 */
	/* (not working, go with white for now) background-image: url(graphics/sidebar.jpg);
	background-repeat:repeat-x;*/
/* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 100px 498px 0 0px;
	text-align:right;
	background-image:url(graphics/rainbow2a.png);
	position: absolute;
	height: 171px;
	width: 282px;
	background-repeat:no-repeat;
}*/
.headerp {
	text-align : center;
	padding: 0;
}
.headerp img {
	border : none;
}
h1 {
	font-size: xx-large;
	font-weight:lighter;
	color: #FFFFFF;
	margin: 0px;
	padding: .3em 0 0 0;
}
h1 a {
	color: #FFFFFF !important;
	text-decoration: none;
}
h1 a:hover {
	background-color: transparent !important;
	color: #000000 !important;
	text-decoration: none !important;
}
h2 {
	color: #666666; /*was #A0A0A4*/
	font-size: xx-large;
	font-weight: lighter;
	text-align:right;
	margin: 0;
	padding: 0;
}
h2.emphasis {
	font-style: italic;
}
h3 {
	font-size: large;
}
h4 {
	font-size: small;
}
h4.italic {
	font-size: small;
	font-style: italic;
}
h4.italic-center {
	font-size: small;
	font-style: italic;
	text-align: center;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	background-color: #3A81AF !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
a:visited {
	color: #666666;
}
html, body {
height: 101%;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #topnavcontainer {
	width: 780px;  
	background: #FFFFFE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align:right;
	color: #A0A0A4;
	padding: 0 10px 0 0;
}
.twoColFixRtHdr #topnav {
	padding: 0 10px 0 0;
}
.twoColFixRtHdr #topnav a {
	color: #A0A0A4;
	text-decoration:none;
}
.twoColFixRtHdr #topnav a:hover {
	background-color: #72AACB;
	color: #FFFFFF !important;
	text-decoration: none;
}
.twoColFixRtHdr #header { 
	
	padding: 0;  /* [was 0 10px 0 20px, changed by tr to 0 when changed header to rainbow image] [previous note for original css(was 0 10px 0 20px, changed by tr tomove h2 up from bottom edger] this padding matches the left alignment of the elements in the divs that appear beneath it. [original note with css -> If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #header a {
	/*color: none;*/
	text-decoration: none;
}
.twoColFixRtHdr #header a:hover {
	/*background-color: none !important;*/
	/*color: none !important;*/
	text-decoration: none !important;
}
.twoColFixRtHdr #header a:visited {
	/*color: none !important;*/
} 
.twoColFixRtHdr #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: 0; /* [was 10px 0, changed by tr in attempt to bring nav to left edge] using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:left;
}
.twoColFixRtHdr #header h2 {
	text-align:left;
	font-size:x-large;
	color: #000000;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15px; /* 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 */
	/* (not working, go with white for now) background-image: url(graphics/sidebar.jpg);
	background-repeat:repeat-x;*/
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 5px 15px 5px;
	text-align:center;
	font-size:smaller;
	color: #666666;
}
.twoColFixRtHdr #sidebar1 a {
	
	text-decoration: none;
	display: block;	
}
.twoColFixRtHdr #sidebar1 a:hover {

	color: #666666;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #666666;
}
.twoColFixRtHdr sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 15px; /* 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-image:url(graphics/sidebar.jpg);
	background-repeat:repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 5px 15px 5px;
	text-align:center;
	font-size:smaller;
	color: #ffffff;
}
.twoColFixRtHdr #sidebar2 a {
	color: #666666;
	text-decoration: none;
	display: block;	
}
.twoColFixRtHdr #sidebar2 a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar2 a:visited {
	color: #ffffff;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 15px 0 0; /* [tr note: was 0 250px 0 0] the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* [was 0 20px, changed by tr to move nav to border] remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-attachment:fixed;
	background-image:url(graphics/rainbow2a.png);
	background-repeat:no-repeat;
	background-position: right;
	z-index: auto;*/
} 
.twoColFixRtHdr #footer { 
	padding: 0; /* [tr changed it to 0 to match what is above(was 0 10px)] this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666; 
} 
.twoColFixRtHdr #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;
}
/*The html template has had the footer removed.  The code for it is as follows:
	<div id="footer"> 
    <p>Footer</p>
 end #footer </div>
 end #container */
