@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: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #111111;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/black_230px.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	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. */
	background-color: #010000;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: "Gill Sans MT", sans-serif;
	color: #999933;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #999933;
}
.twoColFixLtHdr #mainContent {
	background-color: #000000;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	list-style-type: disc;
	color: #959531;
} 
.twoColFixLtHdr #mainContentNoSide {
	background-color: #FFFFCC;
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	list-style-type: disc;
	margin: 0px;
	padding: 15px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-repeat: repeat-y;
	background-image: url(../images/black_220px.jpg);
}
.indent {
	padding-left: 240px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #010000;
} 
.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-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;
}
#bug_Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:740px;
	height:20px;
}

#bug-banner_ {
	position:absolute;
	left:0px;
	top:0px;
	width:206px;
	height:0px;
}

#bug-banner002_ {
	position:absolute;
	left:206px;
	top:0px;
	width:303px;
	height:0px;
}

#bug-banner003_ {
	position:absolute;
	left:509px;
	top:0px;
	width:231px;
	height:0px;
}

#bug-banner004_ {
	position:absolute;
	left:206px;
	top:268px;
	width:303px;
	height:1px;
}
.container {
	background-color: #FFFFCC;
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	list-style-type: disc;
}
a:link {
	font-family: "Gill Sans MT", sans-serif;
	text-decoration: none;
	font-size: small;
	color: #666633;
}
a:hover {
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #666633;
}
a:visited {
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	color: #C3D3BD;
	text-decoration: none;
}
form {
	font-family: "Gill Sans MT", sans-serif;
	background-color: #999966;
	margin-top: 0px;
	border: 1px dotted #666633;
	padding: 1em;
}
.form_plain {
		font-family: "Gill Sans MT", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c1b7b0;
	text-align: left;
	padding: 2em;
	margin-top: 0px;
	padding: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit {
	padding: 0;
	margin: 0;
	font-family: "Gill Sans MT", sans-serif;
	width: 5em;
	border: none
}

.submit:hover {
text-decoration:underline
}
.mainContentBubble {
	font-family: "Gill Sans MT", sans-serif;
	background-color: #996699;
	padding: 1em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
embed {
	right: auto;
	padding: 1em;
	clear: both;
	left: auto;
	top: auto;
	bottom: auto;
}
.embeded_video_frames {
	font-family: "Gill Sans MT", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c1b7b0;
	text-align: justify;
	padding: 2em;
}
.twoColFixLtHdr #mainContent2 {
	background-color: #000000;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Gill Sans MT", sans-serif;
	font-size: small;
	list-style-type: disc;
	color: #959531;
}

