@charset "utf-8";
HTML {
overflow: -moz-scrollbars-vertical;
}

h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	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;
	position: relative; /*trying to fix peekaboo bug */
	background-color: #333333;
	background-image: url(images/sky.jpg);
}
.twoColFixRtHdr ul#menu {
	position: absolute;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: -20px;
	text-align: left;
}
.twoColFixRtHdr #menu li { 
	width: 250px;
	height: 25px;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	background-image: url(images/left_menu_bg.png);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #menu li a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, arial;
	text-decoration: none;
	text-align: left;
}

.twoColFixRtHdr #container {
	background: #ffffff;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #container #content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
} 

.twoColFixRtHdr #containerNoPadding { 
	background: #ffffff;
background-image: url(images/leftnav_background.gif);
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.twoColFixRtHdr #contentRight {
	float: right; /* since this element is floated, a width must be given */
	width: 520px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	padding-right:30px;
	vertical-align: text-top;
	text-align: left;
}

.twoColFixRtHdr #contentRight2 {
	float: right; /* since this element is floated, a width must be given */
	width: 570px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	padding-right:0px;
	vertical-align: text-top;
	text-align: left;
}

.twoColFixRtHdr #leftNav {

	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	vertical-align: text-top;
	
display:table;
}

.twoColFixRtHdr #leftNavBottomShadowContainer { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/leftnav_bottomshadow.gif);
} 

.twoColFixRtHdr #breadCrumbsNav {
	background: #dddddd;
	float: right; 
	width: 550px; /* since this element is floated, a width must be given */
	padding: 10px 10px 10px 10px;
	vertical-align: text-top;
}

.twoColFixRtHdr #shadowContainer { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	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. */
	background-image: url(images/side_shadows.jpg);
} 
.twoColFixRtHdr #bottomShadowContainer { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bottom_shadow.jpg);
} 
.twoColFixRtHdr #header { 

	background: #333333; 
	/*padding: 0 0px 0 0px;   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: 192px;
	overflow:hidden;
	align:"center";
} 
.twoColFixRtHdr #navBar { 
	background: #6C7FDD; 
	padding: 0 0px 0 0px;  /* 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: 40px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	vertical-align: text-top;
}
.twoColFixRtHdr #mainContent { 
	float: left;
	margin: 0px 0px 0 320px; /* 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 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContentWide { 
	margin: 0 180px 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 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #contentTop {
	background: #333333;
	padding: 0 0px 0 0px;  /* 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: 25px;
	background-image: url(images/content_top.gif);
} 

.twoColFixRtHdr #contentBottom {
	background: #333333;
	padding: 0 0px 0 0px;  /* 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: 25px;
	background-image: url(images/content_bottom.gif);
} 

.twoColFixRtHdr #footer {
	background: #333333;
	text-align: right; 
	width: 840px;

} 

.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 */
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;	
	font-size:12px;
}

.twoColFixRtHdr #footer a {
	
color:#cccccc;
text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	
color:#ffffff;
text-decoration: underline;
}

.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;
}
.twoColFixRtHdr #container #mainContent h1 {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #F90;
}
