@charset "utf-8";
body  {
	background: url(../images/background_slices/floatbackground.jpg) repeat fixed;
	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: "Courier New", Courier, monospace;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	background: url(../images/background_slices/mid_row.jpg) repeat-y;
	margin: 2em auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
} 
.twoColFixRtHdr #header {
	background: url(../images/background_slices/Header150px_r1_c1.jpg) no-repeat;
	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: 170px;
	border-bottom: thin none #D6D6D6;
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	margin-right: 5px;
	background: url(../images/background_slices/SidebarBackground.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	width: 175px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 23px 0px 0px 15px;
	color: #122C45;
	clip: rect(auto,auto,auto,auto);
	font-size: 1.1em;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 20px; /* 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 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #3D5161;
	width: 675px;
	text-align: left;
} 
#mainContent p {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #3D5161;
	text-align: justify;
}
.twoColFixRtHdr #container #mainContent p img.left {
	padding-right: 25px;
}

.twoColFixRtHdr #container #mainContent p #j_dan_gill {
	display: block;
	margin-right: 0px;
	margin-left: 25px;
}


.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/background_slices/botton_row.png) scroll;
	height: 25px;
	position: static;
} 
.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 */
}
#footer2 {
	height: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 0.2em;
	position: relative;
	font-size: 8px;
}
#footer p {
	padding-top: 2em;
	float: left;
	position: relative;
	width: 50px;
	text-align: center;
	color: #FFF;
}


.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:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixRtHdr #footer2 p {
	color: #FFF;
	height: auto;
}

