@charset "utf-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #BFD7FC;	background-image:url(../images/background-small-grey-squares.gif);	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;}p {	font-size: smaller;	margin: 10px;}strong {font-size: .87em;}table {	font-size: smaller;	padding-left: 10px;}.twoColHybLtHdr #calendar{ 	text-align:center;}.twoColHybLtHdr #calendar td{ 	text-align:center;	background-color:#B9D2FF;	border: 1px solid #06C;}.twoColHybLtHdr #calendar th{ 	text-align:center;	background-color:#06C;	color: #FFF;	border: 1px solid #039;}.twoColHybLtHdr #calendar td a{ 	display:block;	background-color: #3C8A73;	color: #FFF;	text-decoration:none;}.twoColHybLtHdr #calendar td.empty{ 	background-color: #FFF;	border: 0px;}.twoColHybLtHdr #calendar td.tableid{ 	background-color: #FFF;	border: 0px;	text-align:center;	font-weight: bolder;	font-size: larger;}.twoColHybLtHdr #calendar td a:hover{ 	background-color: #006633;}ul{	margin-right: 10px;}label{	font-size: smaller;	display: block;}label b{	padding: 3px;	color: #FF0000;}table ul{	padding-top:0px;	padding-bottom:0px;	margin-top:0px;	margin-bottom:0px;	list-style-type:square;}form {	margin: 0px 10px;}form .elements{	margin: 0px 0px 1em 3px;	font-size: smaller;}.twoColHybLtHdr #container { 	width: 800px;  /* this will create a container 80% of the browser width */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #006633;	border-top: 0px;	border-bottom: 0px;	text-align: left; /* this overrides the text-align: center on the body element. */} .twoColHybLtHdr #header { 	background-color: ##FFFFFF;	background-image: url(../images/background-green-water-drops.gif);	padding: 0 10px 6px;  /* 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. */	border-bottom: 1px solid #006633;	text-align:center;} .twoColHybLtHdr #header img { 	margin: 15px 0px 0px 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. */}.twoColHybLtHdr #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 */}.twoColHybLtHdr #headerNav { 	background-color: #FFFFFF;	background-image: url(../images/background-green-gradient.gif);	background-repeat:repeat-x;	padding: 4px 0;  /* 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. */	border-bottom: 1px solid #006633;	font-size: 65%;	text-align: right;	font-weight:bold;} .twoColHybLtHdr #headerNav a:link{ 	text-decoration:none;	color:#000000;} .twoColHybLtHdr #headerNav a:visited{ 	text-decoration:none;	color:#333333;}.twoColHybLtHdr #headerNav a:hover{ 	text-decoration:underline;} .twoColHybLtHdr #headerNav a:active{ 	text-decoration:underline;	color:#666666;}  .twoColHybLtHdr #headerNav ul{ 	padding: 0;  	margin: 0;} .twoColHybLtHdr #headerNav li{ 	padding: 0 5px 0 6px;  	display:inline;	border-left: 1px solid #000000;} .twoColHybLtHdr #headerNav .first{ 	padding: 0 5px 0 5px;  	border-left: 0px;} /* Tips for sidebar1:1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.*/.twoColHybLtHdr #sidebar1 {	float: left; 	width: 183px; /* since this element is floated, a width must be given */	margin: 20px;	padding: 0px; /* top and bottom padding create visual space within this div  */	font-size: 85%;	display: inline;}.twoColHybLtHdr #sidebar1 img{	display: block;	margin: 0px auto 40px;}.twoColHybLtHdr #sideNav{	border: 1px solid #006633;	background: #439D82; /* the background color will be displayed for the length of the content in the column, but no further */	background-image:url(../images/background-green-water.gif);	background-repeat:no-repeat;	padding: 5px 0px 0px; /* top and bottom padding create visual space within this div  */	margin: 0px 0px 10px 0px;}.twoColHybLtHdr #sideNav a:link{	color: #000000;	display:block;	text-decoration:none;	padding: 5px 5px;	margin: 0px;}.twoColHybLtHdr #sideNav a:visited{ 	color: #000000;	display:block;	text-decoration:none;	padding: 5px 5px;	margin: 0px;}.twoColHybLtHdr #sideNav a:hover{	background-image:url(../images/background-nav-links-active.png);	display:block;	text-decoration:none;}.twoColHybLtHdr #sideNav ul{	margin: 0px;	padding: 0px;}.twoColHybLtHdr #sideNav li{	list-style:none;	padding: 0px;	margin: 0px;	display: inline;}/* Tips for mainContent:1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.*/.twoColHybLtHdr #mainContent { 	margin: 20px 20px 0 223px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */} .twoColHybLtHdr #mainContent h1{ 	font-size:85%;	border: 1px solid #006633;	padding: 0px 0px 1px 3px;	background-image:url(../images/background-h1.gif);} .twoColHybLtHdr #mainContent p.indent{ 	padding-left: 25px;} .twoColHybLtHdr #mainContent h2{ 	font-size: 75%;	border-bottom: 1px solid #006633;	padding: 0px 0px 2px 3px;	margin-top: 25px;	margin-bottom: 10px;} .twoColHybLtHdr #mainContent h3{ 	font-size: 75%;	padding: 0px;	font-style: italic;	margin-left: 10px;	margin-bottom: 10px;} .twoColHybLtHdr #mainContent ul{ 	font-size: smaller;} .twoColHybLtHdr #mainContent ol{ 	font-size: smaller;} .twoColHybLtHdr #mainContent img{ 	border: 1px solid black;	margin: .25em;} .twoColHybLtHdr #mainContent img.noborder{ 	border: 0px;	margin: .25em;} .twoColHybLtHdr #footer { 	margin-top: 25px;	background: #BFD7FC;	border-bottom: 1px solid #063;	} .twoColHybLtHdr #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-size: 75%;}.twoColHybLtHdr #footer .moto{	font-weight: bold;	font-style:italic;}/* Miscellaneous classes for reuse */.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;}.surname {visibility:hidden;}