@charset "UTF-8";
html, body {
	background: #666666; /* 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	height: 120%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #maincontainer {
	width: 800px;
	text-align: center;
	background-image: url(images/_gradient.png);
	background-repeat: repeat-y;
	margin-top: -2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	float: inherit; /* since this element is floated, a width must be given */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #444444;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}
.twoColFixLtHdr #header {
	background: #777777;
	padding: 0 10px 0 20px;  /* 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. */
	margin: 0 auto;
	height: 100px;
}
.twoColFixLtHdr #headerfixed {
	background: #CCCCCC;
	padding: 0;  /* 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. */
	/*border: 1px solid #000000;*/
	position: fixed;
	height: 100px;
	width: 780px;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 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 */
}
.twoColFixLtHdr #headerfixed 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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	position: fixed;
	/*	margin-top: 300;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333;
	margin-top: 100px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	/*	margin-top: 120;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;*/
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 1.5;
}
.twoColFixLtHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	text-align: center;
	font-size: 75%;
}
.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 */
}
.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-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.button { /* 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: 0px;
	margin-top: 15px;
	display: block;
	width: 140px;
	text-align: center;
	margin-bottom: 10px;
}
.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;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
p {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #25366A;
	border-bottom: 1px solid #CCCCCC;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #CCCCCC url("images/_hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 8px;
}
.callout {
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 85%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.soundbox {
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 85%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}


.jwplayer { /* this class can be used to float an element left in your page */
	float: left;
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 180px;
	height: 30px;
}

.audioplayer { /* this class can be used to float an element left in your page */
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 16px;
}

.red {
	color: #990000;
	font-weight: bold;
}
.blue {
	color: #000066;
	font-weight: bold;
}
a {
	color: #BBBBBB;
}
div.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.twoColFixLtHdr #maincontainer #container #mainContent .WordSection1 .MsoListParagraphCxSpMiddle span strong {
	font-size: 11px;
}
.twoColFixLtHdr #maincontainer #container #mainContent h1 strong {
	font-weight: bold;
}
.twoColFixLtHdr #maincontainer #container #mainContent h1 strong {
	font-weight: bold;
}
