@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000;
	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: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #80786B url(../images/Gradient.png) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0;
	margin: 0px;
} 
.twoColFixRtHdr #header a img {
	border-style: none;
}
.twoColFixRtHdr #nav {
	width: 518px;
	border: 1px solid #C1C1C1;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0px;
	padding: 4px 225px 4px 30px;
	background: #000 url(../images/Reflection.jpg) no-repeat left top;
}
.twoColFixRtHdr #nav li {
	list-style: none;
	display: inline;
	padding-right: 30px;
	padding-left: 0px;
}
.twoColFixRtHdr #nav a:link {
	text-decoration: none;
	color: #C1C1C1;
}
.twoColFixRtHdr #nav a:visited {
	text-decoration: none;
	color: #C1C1C1;
}
.twoColFixRtHdr #nav a:hover {
	text-decoration: none;
	color: #D04F21;
}
.twoColFixRtHdr #nav a:active {
	text-decoration: none;
	color: #D04F21;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 */
	margin: -100px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 20;
	width: 228px;
	color: #C1C1C1;
	font: 0.95em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.twoColFixRtHdr #sidebar1 h3 {
	padding: 20px 0px 5px 20px;
	margin: 0px;
	font-weight: normal;
}
.twoColFixRtHdr #sidebar1 p {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 .block {
	padding-left: 20px;
	border-width: 0px;
	margin-top: 50px;
}
.twoColFixRtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #C1C1C1;
}
.twoColFixRtHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #C1C1C1;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: none;
	color: #D04F21;
}
.twoColFixRtHdr #sidebar1 a:active {
	text-decoration: none;
	color: #D04F21;
}
.twoColFixRtHdr #mainContent {
	margin: 0 225px 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 20px;
} 
.twoColFixRtHdr #mainContent a:link {
	color: #242159;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #242159;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #991214;
}
.twoColFixRtHdr #mainContent a:active {
	color: #991214;
}
.twoColFixRtHdr #footer {
	padding: 10px;
	text-align: center;
	font-size: 0.7em;
} 
.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;
}
