@charset "UTF-8";
body  {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #FFF;
	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: #000;
	letter-spacing: 0.1em;
}

.twoColElsLt #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 50px;
} 
.twoColElsLt #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 225px;
} 
#footer {
	margin-left: 14em;
	text-align: center;
}
.twoColElsLt #container #mainContent h3 {
	font-weight: normal;
	margin-top: -20px;
}
h4.highlightBold {
	font-size: 18px;
	margin-bottom: -15px;
}
.twoColElsLt #container #mainContent ul {
	margin-top: -15px;
}
.twoColElsLt #container #mainContent h1 {
	font-weight: normal;
}
.twoColElsLt #container #mainContent p {
	line-height: 20px;
}

.twoColElsLt #sidebar1 {
	float: left;
	width: 12.5em;
	margin-top: 10px;
	text-align: right;
}
.twoColElsLt #sidebar1 #page_title  {
	background-color: #2D3E5D;
	text-align: right;
	line-height: 33px;
	color: #FFF700;
	font-weight: normal;
	padding: 5px 10px 5px 5px;
}
.twoColElsLt #container #sidebar1 #page_title h2 {
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 2em;
	font-size: 20px;
}
.yello {
	color: #FFF700;
}
.yello_dot {
	list-style-image: url(images/dot.jpg);
	line-height: 20px;
}
.spread {
	line-height: 30px;
}

/* Miscellaneous classes for reuse */
.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;
}
.highlight {
	color: #2E3F5E;
}
.highlightBold {
	color: #2E3F5E;
	font-weight: bold;
}
