@charset "utf-8";

/*  Colors used
#006633 = page background (dark green)
#0ca54a = menu color (light green)
#FFFFCC = container background (tan)

#097a3d = sidebar text color 
#FF0000 = important sidebar text (red)

#FFFFBB = sidebar notice background
#0000FF = sidebar notice text (blue)

#FFFFFF = footer background (black)
#000000 = footer text (white)
*/

html {
	scrollbar-face-color: #ffffcc; 
	scrollbar-highlight-color: #0ca54a; 
	scrollbar-shadow-color:  #0ca54a; 
	scrollbar-3dlight-color: #0ca54a; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #006633;   /* #000000 is also good */ 
	scrollbar-darkshadow-color: #000000;
/*	scrollbar-base-color: #FFFFFF;    what is this? */
}

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: 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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #006633;  /* T.R. - dark green sides around page */
/*	background-image: url(../../images/bg_grad_lessen2.jpg);  /*	background: #5B56A6 url(../images/bg_grad_lessen.jpg) fixed; */ /* background was #cccccc & new images folder -T.R. */
}

.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px outset #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	margin-top: 10px;   /* this will leave a little color on top of the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 

.twoColFixRtHdr #slideshowStartPhoto {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: visible;
	z-index: 3;
	position: absolute;
}

.twoColFixRtHdr #header {
	/*	background-color: #FFFFCC; */
/*	background-color: #FFFFCC;   color the same as rest of page */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0ca54a;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #container #header .mascotphoto {
/*	border: 30px ridge #0CA54A;  */  /*   Removed because Dina hates it !!!   */ 
/*	margin: 5px; */
	float: right;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 90px;
	margin-right: 30px;
	background-color: #FFFFFF;
}

.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: 10px 0;
}

.twoColFixRtHdr #container #header img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* .twoColFixRtHdr #container #header img:hover {
	text-decoration: underline;
} */

.twoColFixRtHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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-color: #003300; /* the background color displays the length of content in the column */
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 150px;     /* 150px; */  /* to stop center from going under left sidebar in IE */
	/*  text-align: center; */
	color: #FFFFFF;
	border: thin solid #0ca54a;
}

.twoColFixRtHdr #container #sidebarLeft a {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}

.twoColFixRtHdr #container #sidebarLeft a:hover {
	;
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}

.twoColFixRtHdr #container #sidebarLeft form{
    text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.twoColFixRtHdr #sidebarLeft hr {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}

.twoColFixRtHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	/*	width: 280px; */
	/*  width: 25%;  */
	width: 240px;  /* 240px is 25% of 960 */
	background-color: #FFFFCC; /* the background color displays the length of content in the column */
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	margin-top: 0px;
	border: thin solid #0ca54a;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
}

.twoColFixRtHdr #container #sidebarRight #group {
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

.twoColFixRtHdr #container #sidebarRight #group p {
	color: #097a3d;
}

.twoColFixRtHdr #container #sidebarRight a {
	;
	text-decoration: none;
	font-weight: normal;
	color: #097a3d;
}

.twoColFixRtHdr #container #sidebarRight a:hover {
	;
	text-decoration: underline;
	font-weight: normal;
	color: #097a3d;  
}

.twoColFixRtHdr #container #sidebarRight h3 {
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.twoColFixRtHdr #container #sidebarRight .important {
	color: #FF0000;
	font-weight: bold;
}

.twoColFixRtHdr #container #sidebarRight .sidebarNotice {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	/*	width: 180px; */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: lighter;
	border: 10px double #006633;
	text-align: center;
	background-color: #FFFFBB;
}

.twoColFixRtHdr #container #sidebarRight .sidebarNotice a {
	;
	text-decoration: none;
	font-weight: bolder;
	color: #0000FF;
}

.twoColFixRtHdr #container #sidebarRight .sidebarNotice a:hover {
	;
	text-decoration: underline;
	font-weight: bolder;
	/*	color: #097a3d; */
	color: #0000FF;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 32px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #0ca54a;
} 

.twoColFixRtHdr #container #mainContent a {
	color: #097a3d;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent a:hover {
	color: #097a3d;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-size: 20px;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-size: 16px;
}

.twoColFixRtHdr #footer {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
} 

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

.twoColFixRtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
} 

.twoColFixRtHdr #container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 

.twoColFixRtHdr  #container  #footer  #webmasterNotice {
	font-size: 11px;
	padding-top: 8px;
}

.twoColFixRtHdr  #container  #footer  #validationIcon {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 31px;
	width: 88px;
}

.twoColFixRtHdr #container #mainContent #photoWithCaption {
	padding-top: 0px;
	padding-bottom: 50px;
}

.twoColFixRtHdr #container #mainContent #noticeBox {
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	/* width: 600px;  */
	/* width: 500px;    500 was used before the left sidebar was added */
    width: 325px;
	border: thin solid #0ca54a;
	padding: 20px;
	float: left;
}

.twoColFixRtHdr #container #mainContent #noticeBox a {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent #noticeBox hr {
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 60%;
	text-align: center;
}

.twoColFixRtHdr #container #mainContent hr {
	font-weight: bold;
	color: #006633;
	text-align: center;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

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