@charset "UTF-8";

#donnorchoosebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F90;
	padding: 10px;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 15px 0 0 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: #333333;
	background-color: #989795;
	background-attachment: fixed;
	background-image: url(../i/bg_body_metal.png);
}


#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 200px;
	text-indent: -999em;
	text-decoration: none;
	background-image: url(../images/corner.png);
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.attn {
	color: #990000;
	background-color: #FFFF66;
	font-weight: bold;
	overflow: hidden;
	padding: 3px;
	clear: left;
}
#container  {
	width: 870px;
	margin: 20px auto;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #F9F9F9;
	border: 1px solid;
	border-color: #CCCCCC;
	min-height: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
#header  {
	padding: 0;
	background-position: top;
	height: 13px;
	text-align: center;
	margin: 0;
} 
#navWrap  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD9800;
	height: 25px;
	margin: 0px 15px 0 15px;
	padding: 7px 5px 3px 5px;
}
#banner  {
	width: 870px;
	text-align: center;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	margin: 0;
	line-height: 1.4em;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	padding: 5px 10px 15px 0px;
}
#mainContent  p  {
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
#mainContent  em  {
	font-style: italic;
}
.quote_author {font-size: 12px}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
	padding-left: 10px;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%;
	padding: 5px 15px 0 0;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #003399;
}
.thrColLiqHdr  h2  {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #999999;
	padding: 4px 0px 3px 10px;
	margin-bottom: 0px;
}
.thrColLiqHdr  .partners {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../i/bg_ol_partners.png);
	background-position: 225px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
}
.thrColLiqHdr  .partners  a {
	text-decoration: none;
	color: #FF6633;
}
.thrColLiqHdr  .partners  a:hover {
	text-decoration: underline;
	color: #990000;
}
.thrColLiqHdr  {
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
}
.thrColLiqHdr  .news_title  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	font-size: 1em;
}
.thrColLiqHdr  .news_link  {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	width: 100%;
}
.thrColLiqHdr   .news_itemwrap  {
	margin: 0;
	list-style-type: none;
	padding: 3px;
	border-bottom: 1px dotted;
	margin-bottom: 8px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	width: 175px;
}
.thrColLiqHdr  .news_link  a  {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	margin-bottom: 7px;
	margin-top: 3px;
	background-color: #FF9933;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../i/menu4.gif);
	width: 70px;
	margin-left: auto;
	border-color: #999999;
}
.thrColLiqHdr .news_link a:hover  {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	margin-bottom: 7px;
	margin-top: 3px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	background-image: url(../i/menu4.gif);
	border-color: #666666;
	background-position: 0px 25px;
	width: auto;
}
.thrColLiqHdr .more {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 5px 1px 5px;
	text-align: center;
	display: inline;
	margin-bottom: 7px;
	margin-top: 4px;
	background-color: #FF9933;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../i/menu4.gif);
	width: 70px;
	margin-left: 8px;
	border-color: #CCCCCC;
}
.thrColLiqHdr .more a:hover {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	margin-bottom: 7px;
	margin-top: 3px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	background-image: url(../i/menu4.gif);
	border-color: #666666;
	background-position: 0px 25px;
	width: auto;
}
#footer  {
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 25px;
	color: #FFFFFF;
	font-size: 0.82em;
	margin: 15px;
} 
#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 */
}
#bottom  {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 20px;
}
#bottom  a  {
	color: #CCCCCC;
	text-decoration: none;
}
#bottom  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 16px;
	border: 0px 0 0;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 12px;
	color: #666666;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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: 20px 20px 20px 10px;
	margin: 10px 0px 0px 5px;
	background-color: #E3E3E3;
	background-image: url(../i/bg_flower_white_global.jpg);
}
.twoColFixRtHdr #mainContent {
	margin: 20px 0px 15px 30px; /* the right margin on this div element creates the column down the right 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;
	float: left;
	width: 570px;
} 
.twoColFixRtHdr #mainContent h2 {
	font-size: 14px;
	color: #FF9900;
	margin-bottom: 2px;
	margin-top: 10px;
	padding: 0;
	text-transform: capitalize;
	line-height: 1.5em;
}
.twoColFixRtHdr #mainContent p {
	font-size: 12px;
}
.twoColFixRtHdr #mainContent ul {
	font-size: 0.85em;
	padding: 10px;
	margin: 3px 10px 3px 10px;
	list-style-type: none;
}
.twoColFixRtHdr #footer p { /* 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;
}
.twoColFixRtHdr #mainContent li {
	margin: 10px 15px 10px 0px;
	padding: 5px 5px 4px 15px;
	background-color: #FFFFFF;
	display: block;
	clear: left;
	overflow: hidden;
	background-image: url(../i/bg_flower_white_global.jpg);
	color: #990000;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	border: 1px solid;
	border-color: #FFCC66;
}
.twoColFixRtHdr #mainContent li a {
	background-image: url(../i/bg_flower_white_global.jpg);
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent li a:hover {
	background-image: url(../i/bg_flower_white_global.jpg);
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent h3 {
	font-size: 13px;
	color: #990000;
	margin: 10px 0 0 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent h4 {
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration: none;
	color: #FF9900;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	background-color: #F0F0F0;
	background-image: url(../i/bg_box.png);
}
.box ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0;
	padding: 3px;
}
.box li {
	border-bottom: 1px solid;
	border-bottom-color: #FFFFFF;
}
.box a {
	color: #990000;
	text-decoration: none;
	height: auto;
	display: block;
	margin: 0;
	padding: 4px 5px 5px 7px;
	background-image: url(../i/bg_menu_li.png);
	background-color: #F6F6F6;
	background-position: top;
}
.box a:hover {
	color: #FF9900;
	text-decoration: none;
	background-image: url(../i/bg_menu_li.png);
	background-color: #FFFFFF;
}
.box .last_li, li.last_li {
	border: 0;
}
.box   ul   li   ul    {
	text-indent: 2px;
	background-color: #F9F9F9;
	margin-left: 10px;
}
#copyright  {
	font-style: normal;
	color: #666666;
	margin-top: 3px;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-size: 12px;
	color: #FF9900;
	margin: 10px 0 3px 0;
}
.twoColFixRtHdr #mainContent blockquote {
	width: 225px;
	float: right;
	border-bottom: dotted 1px;
	padding: 0px 0px 8px 0px;
	display: block;
	margin: 8px 0px 10px 20px;
}
.twoColFixRtHdr #mainContent blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7em;
	color: #FF6600;
}

.quotelargeright{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7em;
	color: #FF6600;
	width: 225px;
	float: right;
	border-bottom: dotted 1px;
	padding: 0px 0px 8px 0px;
	display: block;
	margin: 8px 0px 10px 20px;
	}

.twoColFixRtHdr #mainContent blockquote cite {
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.twoColFixRtHdr #sidebar1 blockquote {
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	margin: 0;
	padding: 5px;
	border-bottom: dotted 1px;
	border-bottom-color: #666666;
	line-height: 1.3em;
	font-style: italic;
}
.twoColFixRtHdr #sidebar1 blockquote cite {
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
.twoColFixRtHdr #mainContent dt {
	font-size: 11px;
	color: #666666;
}
.twoColFixRtHdr #mainContent dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	padding: 10px;
	line-height: 1
.em;
	line-height: 1.5em;
	font-style: italic;
}
.twoColFixRtHdr #mainContent dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
.twoColFixRtHdr #mainContent .narrative {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5em;
	margin-left: 10px;
	text-indent: 15px;
}
.twoColFixRtHdr #container #mainContent .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.twoColFixRtHdr #container #mainContent .writing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	padding: 30px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
	width: 450px;
	margin: 10px 0px 10px 10px;
}
.twoColFixRtHdr #container #mainContent .quote cite {
	text-align: right;
}
.twoColFixRtHdr  #mainContent  .img_drafts {
	padding: 30px;
	background-color: #FFFFFF;
	border: dotted 1px;
	margin: 10px 5px 10px 20px;
}
strong {
	font-weight: bold;
}
.twoColFixRtHdr #mainContent .img_float_right {
	padding: 5px;
	float: right;
}
.collection_image {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
	background-color: #F1F1F1;
	border: dotted 1px;
	border-color: #FFFFFF;
	margin: 5px;
}
.fltleft_img {
	float: left;
	margin: 10px 10px 10px 0;
}
.box  ul  li  a   {
	border: 0;
}
.twoColFixRtHdr #mainContent p a, .twoColFixRtHdr #mainContent h2 a {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color: #999999;
	padding: 2px 4px 2px 4px;
}
.twoColFixRtHdr #mainContent p a:hover {
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	border-color: #FF9900;
}
.twoColFixRtHdr #mainContent h2 a:hover {
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	border-color: #FF9900;
}

.twoColFixRtHdr #mainContent .linkedimg img {
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent .linkedimg:hover img {
	padding: 10px;
	border: 1px solid;
	border-color: #FF9900;
}
.twoColFixRtHdr #mainContent .product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #979593;
	background-image: url(../i/bg_body_white.jpg);
}

.twoColFixRtHdr #container #mainContent .indent {
	padding-left: 30px;
}
strong {
	font-weight: bold;
	color: #990000;
}
.product .pd_schools_tabletext {
	font-weight: bold;
	color: #FFFFFF;
}
.img_170pxw_left {
	background-color: #FF9900;
	background-image: url(../i/image_bg_small.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px 10px 10px 10px;
	float: left;
	margin: 5px 20px 10px 5px;
}
.img_170pxw_right {
	background-color: #FF9900;
	background-image: url(../i/image_bg_small.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px 10px 10px 10px;
	float: right;
	margin: 5px 10px 20px 25px;
}
.twoColFixRtHdr #container #mainContent #mainContent_col_right {
	width: 175px;
	float: left;
	padding: 10px;
	text-align: center;
	background-color: #EDECEB;
	margin-right: 15px;
	margin-top: 15px;
}
.twoColFixRtHdr #container #mainContent .graph_wrapper {
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid;
	border-color: #EBEBEB;
}
.twoColFixRtHdr #container #mainContent .graph_wrapper .chart_footer_time {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 3px;
	background-color: #999999;
	margin-top: 10px;
	font-size: 13px;
	background-image: url(../i/bg_body_darkgray.jpg);
	text-transform: uppercase;
}

/*Student Case Study hover effects*/

/*Student Case Study hover effects - Vary Sentence Begining*/
.twoColFixRtHdr #container #mainContent .writing a.vary {
	position: relative;
	color: #33CC00;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
}

.twoColFixRtHdr #container #mainContent .writing a:hover span.vary { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #339900;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}


/*Student Case Study hover effects - Strong Verbs*/
.twoColFixRtHdr #container #mainContent .writing a.sv {
	position: relative;
	color: #FF0000;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}

.twoColFixRtHdr #container #mainContent .writing a:hover span.sv { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}

/*Student Case Study hover effects - integrates dialogue*/
.twoColFixRtHdr #container #mainContent .writing a.id {
	position: relative;
	color: #FF9933;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
}

.twoColFixRtHdr #container #mainContent .writing a:hover span.id { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #FF9933;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
}

.twoColFixRtHdr #container #mainContent .writing a.efftran {
	position: relative;
	color: #0000CC;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.efftran {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #0000CC;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.swd {
	position: relative;
	color: #CC3300;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.swd {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #CC3300;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.use_viv_det {
	position: relative;
	color: #330000;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.use_viv_det {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #330000;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.collection_image_ftleft {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
	background-color: #F1F1F1;
	border: dotted 1px;
	border-color: #FFFFFF;
	margin: 5px;
	float: left;
}
.twoColFixRtHdr #container #mainContent .graph_wrapper .chart_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #D77223;
	text-align: center;
	padding: 10px 20px;
}
.h2_highlight {
	color: #666666;
}
.twoColFixRtHdr #container #mainContent .writing a.pro_con_set {
	position: relative;
	color: #FF6633;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.pro_con_set {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #FF6633;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.show_bro_react {
	position: relative;
	color: #9933CC;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.show_bro_react {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #9933CC;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.sound_effect {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #009966;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.sound_effect {
	position: relative;
	color: #009966;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a.desc_char_detail {
	position: relative;
	color: #3366FF;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.desc_char_detail {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #33CCFF;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.begin_connect_observ {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #FF00FF;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.begin_connect_observ {
	position: relative;
	color: #FF00FF;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a.unique_comparison {
	position: relative;
	color: #003333;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.unique_comparison {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #003333;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.create_int {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #999933;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.create_int {
	position: relative;
	color: #999933;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a.moment_of_action {
	position: relative;
	color: #663300;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.moment_of_action {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #663300;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.authentic_voice {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #003366;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}
.twoColFixRtHdr #container #mainContent .writing a.authentic_voice {
	position: relative;
	color: #003366;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a.creates_vivid_setting {
	position: relative;
	color: #FF3366;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	background-color: #EBEBEB;
	z-index: auto;
}
.twoColFixRtHdr #container #mainContent .writing a:hover span.creates_vivid_setting {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 150px;
	border: 1px solid;
	background-color: #FF3366;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	text-align: center;
	z-index: 9000;
}

.twoColFixRtHdr #container #mainContent .writing a span {
	display: none;
}

.twoColFixRtHdr #container #mainContent .table_wrap {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.twoColFixRtHdr #container #mainContent a.definition {
	position: relative;
	color: #990101;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 0;
	font-weight: bold;
	background-color: #E3E3E3;
}
.twoColFixRtHdr #container #mainContent p a:hover span.definition {
	display: block !important;
	position: absolute;
	top: -25px;
	left: 40px;
	width: 250px;
	border: 10px solid;
	background-color: #9F1111;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-style: normal;
	border-color: #F0F0F0;
	text-align: left;
	z-index: 9000;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent p a span {
	display: none;
}

#wrap_flash {
	padding: 0 15px 5px 15px;
}#mainContentVideo {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	padding: 5px 10px 15px 0px;
	font-size: 12px;
	line-height: 1.2em;
}

.box_black {
	background-color: #000000;
	padding: 10px 10px 0 10px;
	width: auto;
	margin: 0 auto 0 auto;
}

.thankyou {
	font-size: 10px;
	color: #999;
	text-align: left;
}

hr {
	color: #999;
	border-color: #666;
}
.twoColFixRtHdr #container #mainContent #feedback {
	list-style-image: none;
	list-style-type: disc;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent ul li a {
	text-decoration: underline;
}
