@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(../images/backmain2_02.jpg) repeat-y center top;
	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;
}

fieldset { border: 0px;}

a {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	height: 244px;
	padding: 0 0px 0 10px;  /* 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. */
	background-image: url(../images/Page-Layout-1_back_01.jpg);
} 
.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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:175px;
	border-right-color: white;
	border-right-width: 1px;
	float: left; /* since this element is floated, a width must be given */
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* 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: 0 25px 75px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	font-size: 0.9em;
	/*background-image: url(../images/bottomright.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
} 

.twoColFixLtHdr #mainContent h1 {
	color: #fff;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	visibility: visible;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #00f;
}

.twoColFixLtHdr #mainContent span {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}

.twoColFixLtHdr #mainContent .instudio { background-color: white; z-index: 5; margin-bottom: 5px; margin-left: 5px; border: solid 4px white; }

.twoColFixLtHdr #mainContent ul {
	color: #c6c6c6;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	background-image: url(../images/tableleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.twoColFixLtHdr #mainContent ul li { font-size: 0.9em; padding: 3px; border-color: #d6d6d6; border-style: solid; border-width: 1px 1px 0; list-style: none      }

.twoColFixLtHdr #mainContent ul li:hover { background-color: #001098; }
.twoColFixLtHdr #mainContent ul li a { color: white; text-decoration: none; border-color: #d6d6d6; list-style: none;}
.twoColFixLtHdr #mainContent ul li a:hover { color: white; text-decoration: underline; }
.twoColFixLtHdr #mainContent .odd { color: #fff; font-size: 1.1em; background-color: #0a64ff; }
.twoColFixLtHdr #mainContent .odd:hover { color: #fff; font-size: 1.1em; background-color: #0a64ff; }
.twoColFixLtHdr #mainContent .instudio { background-color: white; z-index: 5; margin-bottom: 5px; margin-left: 5px; border: solid 4px white; }
.instudiop { z-index: 5; margin-bottom: 5px; margin-left: 5px; padding-right: 15px; border-color: white; border-width: 4px; }
.twoColFixLtHdr #mainContent ol { background-color: white; width: 100%; z-index: 0; margin-top: 15px; margin-right: 10px; margin-left: 0; padding: 3px; list-style-type: none; border-top: 2px solid gray; border-bottom: 2px solid gray; }
.twoColFixLtHdr #mainContent ol li { color: black; font-size: 0.9em; font-weight: bold; text-transform: uppercase; width: 100%; z-index: 0; }

.twoColFixLtHdr #footer {
	padding: 7px 20px 7px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	color: #FFFFFF;
	font-size: .7em;
    display:none;
} 
.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: 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-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 #sidebar1 ul { width: 100%; padding: 0; border-top: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white; list-style-type: none; }
.twoColFixLtHdr #sidebar1 ul li {  list-style-type: none; }
.twoColFixLtHdr #sidebar1 ul li a { width:155px; color: white; font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: black; text-decoration: none; text-align: left; letter-spacing: 0.1em; padding: 5px; border-bottom: 1px none white; border-right: 10px solid white; list-style-type: none; display: block; white-space: normal; }
.twoColFixLtHdr #sidebar1 ul li a:hover { color: white; width:155px; background-color: #0a64ff; border-right: 10px solid #ffffff; border-top-color: white; border-bottom-color: white; border-left-color: white; }
.twoColFixLtHdr #player {
	text-align: right;
	float: right;
}

#designby { width:auto; text-align: right; float: right; }

.twoColFixLtHdr #commentsAnchor {
}

.twoColFixLtHdr #commentsAnchor h2 {
     font-size: 1.2em;
     color: white;
}

.twoColFixLtHdr #commentsAnchor .jotslist ul li {
     background-image: url(#);
     background-color: #000;
     border: 0;
}

div.sample {
     margin-bottom: 10px;
}

