@charset "utf-8";
body  {
	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: #3853A4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 2em;
	background: #FAFAFA url(../images/bg-grad.gif) repeat-x;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main-bg.gif) repeat-y;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 6px groove #3853A4;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD no-repeat;
	padding: 0px;
} 
.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 */
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 135%;
	color: #FFF;
	text-align: center;
	background: #FF6B00;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px double #FFF;
	border-bottom: 3px double #FFF;
}

.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #5E53A4;
	margin-top: 30px;
	margin-bottom: 30px;
}

.twoColFixLtHdr #container #sidebar1 p a:link {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #FB6A01;
	font-weight: bold;
	border-bottom: 1px dotted #FB6A01;
}
.twoColFixLtHdr #container #sidebar1 p a:visited {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #FB6A01;
	font-weight: bold;
	border-bottom: 1px dotted #FB6A01;
}

.twoColFixLtHdr #container #sidebar1 p a:hover {
	text-decoration: none;
	color: #FFF;
	background: #FB6A01;
}
.twoColFixLtHdr #container #sidebar1 p a:active {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #FB6A01;
	font-weight: bold;
	border-bottom: 1px dotted #FB6A01;
}



.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0px 20px 0;
} 
.twoColFixLtHdr #container #mainContent p {
	margin-right: 20px;
}


.twoColFixLtHdr #container #mainContent p a:link {
	text-decoration: none;
	color: #FF6B00;
}
.twoColFixLtHdr #container #mainContent p a:visited {
	text-decoration: none;
	color: #FF6B00;
}
.twoColFixLtHdr #container #mainContent p a:hover {
	text-decoration: none;
	color: #FFF;
	background: #FF6B00;
}
.twoColFixLtHdr #container #mainContent p a:active {
	text-decoration: none;
	color: #FFF;
	background: #3853A4;
}

.twoColFixLtHdr #container #mainContent h1 {
	color: #FF6B00;
	line-height: 115%;
	margin-top: 25px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 120%;
	margin-bottom: -15px;
	border-bottom: 1px solid #3853A4;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #FF6B00;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h3 a:link {
	text-decoration: none;
	color: #3853A4;
}
.twoColFixLtHdr #container #mainContent h3 a:visited {
	text-decoration: none;
	color: #3853A4;
}
.twoColFixLtHdr #container #mainContent h3 a:hover {
	text-decoration: none;
	color: #FFF;
	background: #FF6B00;
}
.twoColFixLtHdr #container #mainContent h3 a:active {
	text-decoration: none;
	color: #3853A4;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style: disc url(../images/orange-bullet.gif);
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent ul li a:link {
	color: #FF6B00;
	font-style: italic;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent ul li a:visited {
	font-style: italic;
	text-decoration: none;
	color: #FF6800;
}
.twoColFixLtHdr #container #mainContent ul li a:hover {
	color: #FFF;
	font-style: italic;
	background: #FF6B00;
}
.twoColFixLtHdr #container #mainContent ul li a:active {
	color: #3853A4;
	font-style: italic;
}







.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.jpg) no-repeat;
	height: 200px;
} 
.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 */
	text-align: center;
	line-height: 100%;
}
.twoColFixLtHdr #container #footer table tr td p a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer table tr td p a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer table tr td p a:hover {
	color: #FB6A01;
	text-decoration: none;
	background: #344C96;
}
.twoColFixLtHdr #container #footer table tr td p a:active {
	color: #FFF;
	text-decoration: none;
}


.twoColFixLtHdr #container #footer .small {
	font-size: 70%;
	text-align: center;
}

.BoldItalic {
	font-style: italic;
	font-weight: bold;
}

.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;
}
.twoColFixLtHdr #container #sidebar1 p .centerLogo {
	text-align: center;
	border-bottom: 1px dotted #FF6B00;
}
