@charset &quotUTF-8&quot;
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222640;
	color: #223240;
	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;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C9B3A2;
}	 
.twoColFixLtHdr #header {
	padding: 0 15px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	background-color: #222640;
	color: #FFFFFF;
}

.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: 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0em;
}
.twoColFixLtHdr #container #header p.viewcart a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header p.viewcart a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header p.viewcart a:focus {
	color: #517ACA;
}
.twoColFixLtHdr #container #header p.viewcart a:hover {
	color: #517ACA;
}
.twoColFixLtHdr #container #header p.viewcart a:active {
	color: #517ACA;
}
.twoColFixLtHdr #container #header h2 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #header hr {
	margin-bottom: 4px;
	color: #FFFFFF;
	visibility: visible;
	width: 780px;
	height: 1px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #header .image.fltlft {
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 120%;
	color: #2A3F69;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 90%;
	margin: 1em 0 0 0;
	color: #2A3F69;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 70%;
	font-weight: bold;
	color: #2A3F69;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 100%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
	background-color: #222640;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	color: #333333;
	float: right;
	width: 525px;
	padding: 20px 20px 20px 0px;
}
.twoColFixLtHdr #container #mainContent table a:link {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent table a:visited {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent table a:focus {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent table a:hover {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent table a:active {
	color: #000000;
	text-decoration: underline;
}
 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #F4E4D5;
	clear: both;
} 
.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 */
	color: #2A3F69;
	text-align: center;
}
.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: 15px;
	margin: 15px 0 15px 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 15px 15px 15px 0;
}
.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;
}
p {
	font-size: 80%;
	line-height: 110%;
}
.stylemenu2 {
	font-size: 90%;
}
.stylemenu1 {
	font-weight: bold;
	font-size: 90%;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px 0 0 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 ul li {
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(none);
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent ul {
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 table {
	background-color: #3D5B74;
	color: #FFFFFF;
	font-family: Georgia, &quotTimes New Roman&quot, Times, serif;
	font-size: 16px;
	text-decoration: none;
	border: none;
}
.twoColFixLtHdr #container #sidebar1 table a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 table a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 table a:focus {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 table a:hover {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 table a:active {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0 1em 0;
}
.twoColFixLtHdr #container #sidebar1 ul ul li {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	list-style-type: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 a:focus {
	color: #517ACA;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #517ACA;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	color: #517ACA;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .style7 a:link {
	color: #222640;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .style7 a:visited {
	color: #222640;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .style7 a:focus {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .style7 a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .style7 a:active {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p a:focus {
	color: #517ACA;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #517ACA;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p a:active {
	color: #517ACA;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:link {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:focus {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #2A3F69;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:active {
	color: #2A3F69;
	text-decoration: underline;
}
.emphdescr {
	font-style: italic;
	line-height: 110%;
}
.emphworks {
	font-weight: bold;
	line-height: 110%;
}
.twoColFixLtHdr #container #mainContent #register {
	font-size: 14px;
}
.bottomcatpagenav {
	text-align: right;
	font-style: italic;
}
.viewcart {
	color: #66FF00;
	text-align: right;
	text-decoration: underline;
}
.caption {
	font-size: 75%;
	font-weight: bold;
	color: #333333;
}
.audioid {
	font-size: 80%;
}
.redtextindent {
	color: #FF0000;
	margin-left: 20px;
}

