.SmallType {
	font-size: small;
	text-decoration: underline;
}
.links {
	padding: 4px 12px;
	background-image: url(images/link_background.jpg);
}
.twoColFixRtHdr #container #footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-bottom: 12px;
}
body  {
	font: 90% 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;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	line-height: 140%;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header p {
	margin: 0px;
}
.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 #header img {
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #FFC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px;
	margin-top: 0px;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #F90;
	padding-top: 4px;
	padding-bottom: 4px;
}
a {
	color: #C60;
	text-decoration: none;
	background-position: 12px;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.twoColFixRtHdr a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
}
h3 {
	font-size: 120%;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	background:#326799;
} 
.twoColFixRtHdr #footer p {
	text-align: center;
}
.twoColFixRtHdr #container #footer h2 {
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #footer p img {
	margin-top: 12px;
}
.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;
}
#header {
}
.center {
	text-align: center;
}
.links {
	padding: 4px 12px 6px;
	background-image: url(images/link_background.jpg);
	background-color: #000;
}
.twoColFixRtHdr #container #footer p {
	color: #FFF;
}
.NumberedList {
	line-height: 100%;
}
.red {
	color: #F00;
}
.quotes {
	font-style: italic;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.caption {
	font-size: 90%;
	font-style: italic;
	text-align: center;
}
.white {
	color: #FFF;
}
.blue {
	color: #036;
}
.names {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-style: italic;
}
.testimonials {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
	font-style: italic;
}

