@charset "utf-8";
body  {
	font: 16px;
	background: #DCDDDF;
	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: Georgia, Cambria, "Times New Roman", serif;
	line-height: 1.4em;
	background-color: #666666;
}
a {
	font-size: 16px;
	font-weight: normal;
	color: #313459;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border: 0;
}
.intro {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.4em;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColFixRtHdr #header {
	line-height: normal;
	padding: 0;  /* 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. */
	margin: 0px;
	background-color: #FFFFFF;
	width: 800px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-size: 14px;
	line-height: normal;
	color: #222;
	background-color: #939598;
	margin: 0 0 0 10px;
	height: 300px;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-family: arial, calibri, geneva, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 a {
	font-family: Arial, Calibri, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	zoom: 1;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 260px;
} 
.twoColFixRtHdr  #mainContent  h1  {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr  #mainContent  h2  {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #313459;
	line-height: 1.4ems;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr  #mainContent  h3  {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.4ems;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer {
	padding: 5 10px 5 20px;
	font-family: Arial, Calibri, sans-serif;
	background-color: #313459;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.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;
}

[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif].sm {
	font-size: 12px;
}
.sm {
	font-size: 80%;
}
.twoColFixRtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF
}

