@charset "UTF-8";
/* CSS Document */
.body  {
	font: 100%;
	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 */
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background:#ffffff; 
	padding: 0;
	height:238px;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 */
	border:0px;
	padding-left:0px;
	padding-right:57px;
	padding-top:0px;
	margin:0px;
	margin-left:10px;
	vertical-align:top;
	font-family:Times, "Times New Roman", Georgia, serif;
	font-style:italic;
	font-size:14px;
	color:#FFF;
	line-height:22px;
	display:inline;
	overflow:visible;
	text-align:left;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	display:inline;
	overflow:visible;
	text-align:left;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:524px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #mainContent2 { 
	margin: 0 220px 0px 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: 0px 40px 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(way_art/main_background2.gif);
	background-repeat:repeat-y;
	overflow:visible;
} 
.twoColFixRtHdr #mainContent-mess { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:680px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #mainContent-diff { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:750px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #mainContent-prm { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:968px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #mainContent-sch { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:960px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #mainContent-app { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:930px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #mainContent-ctc { 
	margin: 0 207px 0px 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: 0px 20px 0px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
	height:565px;
	background-image:url(way_art/main_background.gif);
	background-repeat:repeat-y;
}
.twoColFixRtHdr #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9cc4c4;
	height:50px;
} 
.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: 5px 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;
	overflow:hidden; /* triple fixing for IE */
}
.tag {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	color:#71c663;
}
.menubar {
	background-color:#9cc4c4;
	width:981px;
	height:21px;
	vertical-align:middle;
	padding-left:19px;
	padding-top:5px;
	text-align:left;
}
.menu_text {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#006964;
	text-decoration:none;
}
.menu_text a:link {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#006964;
	padding-left:27px;
	text-decoration:none;
}
.menu_text a:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#006964;
	padding-left:27px;
	text-decoration:none;
}
.menu_text a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding-left:27px;
	text-decoration:none;
}
.menu_text a:active {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#006964;
	padding-left:27px;
	text-decoration:none;
}
.text_heads {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:15px;
	text-transform:uppercase;
	}
.text_heads a:link {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.text_heads a:visited {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.text_heads a:hover {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.text_heads a:active {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.big {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:18px;
	text-transform:uppercase;
	}
.big a:link {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.big a:visited {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.big a:hover {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.big a:active {
	font-family:Times, "Times New Roman", Georiga, serif;
	color:#006964;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	}
.body_text {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
}
.body_text a:link {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:underline;
}
.body_text a:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:underline;
}
.body_text a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
	text-decoration:underline;
}
.body_text a:active {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:underline;
}
.div_spacer {
	margin-bottom:-10px;
}
.footer_txt {
	font-family:Helvetica, Arial, sans-serif;
	color:#504d4d;
	font-size:11px;
	padding-left:40px;
}
.footer_txt_rt {
	font-family:Helvetica, Arial, sans-serif;
	color:#504d4d;
	font-size:11px;
	padding-left:340px;
}
.footer_txt_rt a:link {
	font-family:Helvetica, Arial, sans-serif;
	color:#504d4d;
	font-size:11px;
	text-decoration:underline;
}
.footer_txt_rt a:visited {
	font-family:Helvetica, Arial, sans-serif;
	color:#504d4d;
	text-decoration:underline;
}
.footer_txt_rt a:hover {
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}
.footer_txt_rt a:active {
	font-family:Helvetica, Arial, sans-serif;
	color:#504d4d;
	text-decoration:underline;
}
.li {
	margin-left:-25px;
}


<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->


