@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#container  {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
#navigation {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/navigation.png);
	height: 25px;
	width: 930px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#navigation a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 30px;
	font-size: 16px;
}
#navigation a:hover {
	color: #C90C0E;
}
#col1  {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
}
#sidebar1 {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/sidebar.png);
	margin: 0px;
	color: #FFF;
	font-weight: bold;
}
#sidebar1 h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sidebar1 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar1 li {
	font-weight: lighter;
	font-size: 12pt;
}
#sidebar1 ul li ul {
	list-style: none;
	padding: 0px;
	margin-left: 15px;
}
#sidebar1 a {
	color: #FFF;
	text-decoration: none;
	font-size: 11pt;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#side1_bottom {
	float: left;
	width: 230px;
	background-image: url(images/sidebarbottom.png);
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#sideAd {
	float: left;
	width: 230px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
}
#side1_top {
	float: left;
	width: 230px;
	background-image: url(images/sidebartop.png);
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#content {
	float: right;
	width: 710px;
}

#mainContent  {
	background-image: url(images/maincontent.png);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
	width: 670px;
	margin: 0px;
} 
#mainContent p {
	font-size: 10pt;
}
#mainContent ol  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
}
#mainContent h1 {
	color: #C90C0E;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#mainContent a {
	color: #334A6E;
}
#mainContent .rightCol {
	float: left;
	margin-left: 25px;
}
#contentNav {
	list-style-type: none;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
.chapterlist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
.chapterlist ul li ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
.chapterlist a {
	text-decoration: none;
}
.chapterlist a:hover {
	text-decoration: underline;
}
#main_bottom {
	float: right;
	width: 710px;
	background-image: url(images/mainbottom.png);
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#main_top {
	float: right;
	width: 710px;
	background-image: url(images/maintop.png);
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#footer  {
	margin-top: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 
#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding-right: 20px;
	color: #334A6E;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.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;
}
.collapsible a {
	margin-left: 5px;
	vertical-align: top;
	font-size: 10pt;
}
.collapsible a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.center {
	text-align: center;
}
.frame {
	padding: 5px;
	border: 1px solid #aaa;
	margin: 2px;
}
#multi_nav {
	height: 20px;
	width: 535px;
	background-image: url(images/multimedia/multimedia_nav.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#multi_nav a {
	text-decoration: none;
	color: #FFF;
	padding-right: 15px;
	font-weight: bold;
}
#multi_nav a:hover {
	color: #C90C0E;
}
.store {
	margin-right: auto;
	margin-left: auto;
}
