@charset "UTF-8";
#mainContent #samples {
	float: right;
	width: 210px;
}
body  {
	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: "Century Gothic", Geneva, Arial, sans-serif;
	font-size: 95%;
	margin: 0;
}
.twoColFixLtHdr #container #mainContent p {
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #samples img {
	border: 1px solid #550000;
}
.noBorder {
	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;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #770000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #770000;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #770000;
} 
#quotedText {
	margin-right: 45px;
	margin-left: 45px;
	font-style: italic;
	background-color: #FFE7C9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#quotedSignature {
	text-align: right;
}
.twoColFixLtHdr #header {
	text-align: right;
	color: #CC3333;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A50302;
} 
.twoColFixLtHdr #header2 {
	text-align: right;
	font-size: medium;
	font-weight: normal;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000000;
	text-align: right;
}
.twoColFixLtHdr #container #sidebar1 a {
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #550000;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #CC9933;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #880000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.quotedText {
	font-style: italic;
	margin-right: 0px;
	margin-left: 25px;
}
.quotedSignature {
	text-align: right;
	display: inline;
	margin-right: 55px;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #770000;
	background-color: #FEE6CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #770000;
} 
.copyright  {
	text-align: center;
	color: #770000;
	font-weight: normal;
	font-size: 11px;
}
.twoColFixLtHdr #container #footer a {
	text-decoration: none;
	color: #880000;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #880000;
}
.twoColFixLtHdr #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 */
}
.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;
}
h1 {
	color: #770000;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 15px;
	font-weight: normal;
}
h2 {
	color: #770000;
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 15px;
	font-weight: normal;
}
h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	color: #550000;
	font-weight: bold;
	font-variant: normal;
	font-size: x-large;
}
h4 {
	padding: 2px;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
}

h5 {
	margin-right: 0px;
	font-size: 90%;
	font-weight: normal;
	margin-top: 0px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.textIndent {
	margin-left: 25px;
}
h6 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.infoText {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #770000;
}
a   img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknewpage  {
	color: #0000CC;
	text-decoration: underline;
}
li {
	padding-bottom: 1em;
	padding-top: 1em;
}
.twoColFixLtHdr #container #header3 {
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent a {
}
.twoColFixLtHdr #container #mainContent td {
	padding: 10px;
	vertical-align: top;
}
#topofPage {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	height: 25px;
}
.twoColFixLtHdr #topofPage p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.paddingLittle {
	padding-top: 3px;
	padding-bottom: 3px;
}
.bkgdLtGrey {
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

