@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(images/body_bg.jpg) repeat-x top;
	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;
}
.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;
	text-align: left;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: 100;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(images/Header_BG.jpg);
	padding: 0 10px 0 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. */
	height: 72px;
} 
.twoColFixRtHdr #container #header .images {
	float: right;
	height: auto;
	width: auto;
	padding-top: 10px;
}

.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: 180px;
	margin-top: 15px;
	background-color: #FFFFFF;
	margin-right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/org_sider_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	background-attachment: fixed;
}
.twoColFixRtHdr #sidebar1 #content {
	height: auto;
	width: 170px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF7D27;
	border-left-color: #FF7D27;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF7D27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 4px;
	padding-left: 4px;
	color: #000000;
	text-align: left;
	line-height: 20px;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-top;
	white-space: normal;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 39px;
	background-image: url(images/org_sider_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 180px;
}



.twoColFixRtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 525px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: lighter;
} 
/*
.twoColFixRtHdr #mainContent h1 {
	background-image: url(/images/hr_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
	font-size: 24px;
	line-height: 39px;
}
*/
.twoColFixRtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-image: url(/images/hr_dark_blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 40px;
}
.twoColFixRtHdr #fullPage {
	height: auto;
	width: 780px;
}	
.twoColFixRtHdr #fullPage .textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer_bg.jpg);
	height: 42px;
	margin-top: 22px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	padding-top: 17px;
	padding-right: 0;
	padding-left: 0;
}
.twoColFixRtHdr #container #footer a {
	color: #000066;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.twoColFixRtHdr #navbar {
	background-image: url(images/menu2_bg.jpg);
	height: 31px;
	width: auto;
	display: block;
	padding-left: 15px;
	padding-top: 0px;
}
.twoColFixRtHdr #conHead {
	height: 177px;
	width: 780px;
	background-image: url(images/rt_img_head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.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;
}
.headfloatimg {
	float: left;
	padding-right: 0px;
	height: 25px;
	width: 100px;
	clear: left;
}
.twoColFixRtHdr #RgtSmFloat {
	float: right;
	height: auto;
	width: 245px;
	vertical-align: top;
	display: inline-block;
	background-image: url(images/lt_bkg_boxes1.jpg);
	border: thin ridge #E2E2E2;
}
.twoColFixRtHdr #LftSmFloat li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	margin-left: 0px;
	color: #003366;
	font-weight: 600;
}
.twoColFixRtHdr #LftSmFloat ul {
	margin: 0px;
	list-style-type: circle;
	list-style-position: outside;
}

.twoColFixRtHdr #RgtSmFloat .heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	height: 28px;
	width: 240px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.twoColFixRtHdr #RgtSmFloat p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.twoColFixRtHdr #LftSmFloat {
	float: left;
	height: auto;
	width: 245px;
	vertical-align: top;
	display: inline-block;
	background-image: url(images/lt_bkg_boxes1.jpg);
	border: thin ridge #E2E2E2;
}
.twoColFixRtHdr #LftSmFloat p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.twoColFixRtHdr #LftSmFloat .heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	height: 28px;
	width: 240px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	background-image: url(/images/hr_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 40px;
	text-indent: 10px;
}
.twoColFixRtHdr #email {
	background-image: url(images/lt_bkg_boxes1.jpg);
	width: 505px;
	border: thin ridge #CCCCCC;
}
.twoColFixRtHdr #email .eheading {
	background-image: url(images/large_headers_email.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #email .eheading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin-top: 15px;
	margin-right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}