body  {
background-image: url(../images/level2_bg.jpg);
	background-repeat: repeat-x;
	}
#container {
	width: 1000px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/copntent_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	background-color: #FFFFFF;
	margin-top: 14px;
	padding: 8px;
}
#secondary_nav  li {
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-top: 8px;
	
}
#secondary_nav {
	margin-bottom: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
#secondary_nav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
}
#secondary_nav  li a {
	color: #FFFFFF;
	font-size: 14px;
}
.Orange_nav {
	background-color: #FF6600;
	background-image: url(../images/promo1_bg.jpg);
	padding: 8px;
	background-repeat: repeat-x;
}
.Orange_nav  li{
background-image: url(../images/nav_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	}
.Blue_nav {
	background-color: #01628C;
	background-image: url(../images/promo2_bg.jpg);
	padding: 8px;
	background-repeat: repeat-x;
}
.Blue_nav   li{
	background-image: url(../images/nav_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	}
.Red_nav {
	background-color: #CB0923;
	background-image: url(../images/promo3_bg.jpg);
	padding: 8px;
	background-repeat: repeat-x;
}
.Red_nav  li {
	background-image: url(../images/nav_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.Aqua_nav {
	background-color: #63ABAC;
	background-image: url(../images/promo4_bg.jpg);
	padding: 8px;
	background-repeat: repeat-x;
}
.Aqua_nav li {
	background-image: url(../images/nav_arrow_aqua.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
	
.articles   {
	background-image: url(../images/PDF_icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 10px;
}
.sidebarLower {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#mainContent {
float:right;
width:745px;
padding: 0px;
} 
#mainBodyCopy {
	padding: 20px;
}
#mainBodyCopy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainBodyCopy h2 {
	font-size: 22px;
	color: #CC0000;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 4px;
}
#mainBodyCopy h2 a {
	font-size: 22px;
	color: #CC0000;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 4px;
}
.sidebarLower .divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#banner {
}
.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;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}
.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;
}
#mainBodyCopy table {
	margin-bottom: 15px;
}
#mainBodyCopy  td {
	padding: 8px;
	background-color: #FFE49B;
	vertical-align: top;
}
#mainBodyCopy li {
	list-style-type: square;
	padding-bottom: 4px;
}
#mainBodyCopy ul {
	margin-left: 15px;
	list-style-type: square;
}
.demo {
	padding: 8px;
	background-color: #FFCC66;
}
.callout {
	padding: 8px;
	background-color: #FFCC66;
	margin-bottom: 15px;
}
.featuredBook {
	padding: 8px;
	background-color: #FFCC66;
	font-size: 18px;
	font-style: italic;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
.strikethrough {
	text-decoration: line-through;
}
