
/* ##### Common Styles ##### */

body {

 /* 
  color: black;
  background-color: rgb(243,242,235);
 */ 
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
	
	scrollbar-face-color:antiquewhite;
	scrollbar-highlight-color:black;
	scrollbar-3dlight-color:orange;
	scrollbar-darkshadow-color:brown;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:black;/*ivory;*/
  
/*	scrollbar-face-color: E78500;
	scrollbar-highlight-color: 000000;
	scrollbar-3dlight-color: D8D8D8;
	scrollbar-darkshadow-color: D8D8D8;
	scrollbar-shadow-color: 000000;
	scrollbar-arrow-color: D8D8D8;
	scrollbar-track-color: D8D8D8;   */
}
 

html > body {
  font-size: 9pt;

  
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */
.superHeader {
  color: rgb(130,128,154);
  background-color: rgb(33,50,66);
  text-align: right;
  margin: 0;
  padding: 0.5ex 10px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  }

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight:bold;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
}

#header {
  color: inherit;
  background-color: rgb(184,38,25);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: normal;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
  font-size: 40%;
}

.subHeader {
  color: white;
  background-color: black;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}
.subHeader a span {	
	display:none;
}
.subHeader a:hover span {
	text-align:left;	
	display:block;
	border:1px solid #CCCCCC;
	position:absolute;
	left:33%;	
	top:3.5%;
    width:30%;	
	border:1px solid #CCCCCC;
	padding:5px;	
	color:#000000;
	background-color:#EDEDED;
}



/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  border: 1px solid rgb(216,210,195);
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 0ex;
  padding: 0 0 1ex .5ex;
}

.leftSideBar a {
  color: rgb(166,140,83);
  text-decoration: none;
  font-weight: bold;
  display:block;

/*margin: 0;
  padding: 0 1ex;
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;*/
}

.leftSideBar a:hover {
  color: white;
  background-color: black;

/*color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;*/
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}


.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 12.5em;
	padding: 0.5ex 15em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}
#main-copy .code {
  color: #333333;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-style:inherit;
  border: 1px solid rgb(216,210,195);
 }
#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  }
#main-copy h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  }  
#main-copy h3 {
  color: rgb(166,140,83);
  background-color: rgb(230,223,207);
}
#main-copy h4 {
  color: rgb(166,140,83);
  
}
/*
#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}
#main-copy h3 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
  background-color: rgb(230,223,207);
}*/
#main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.sample1{
	width: 325px;
	float: left;
	background-color: #cococo;
	border: thin outset #FF6600;
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.sample1 .h4 {
	background-color: #cccccc;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.sample1 .wintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.sample1 .dranon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #ccFFFF;
	font-style: normal;
	font-weight: bold;
}
.sample2{
	width: 215px;
	float: left;
	background-color: #E9E9EE;
	border: thin outset #FF6600;
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.sample2 .h4 {
	background-color: #33FFFF;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.sample2 .wintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.sample2 .dranon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #ccFFFF;
	font-style: normal;
	font-weight: bold;
}
.sample3{
	width: 215px;
	float: left;
	background-color: #E9E9EE;
	border: thin outset #FF6600;
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.sample3 .h4 {
	background-color: #E9E9E9;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.sample3 .wintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.sample3 .dranon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #ccFFFF;
	font-style: normal;
	font-weight: bold;
}

/* Result row */
.trtop { 
background-color: #cccccc; 
font-size: 9pt; 
text-indent: 20px; 
text-align: center;
} 
.trwin { 
background-color: rgb(184,38,25); 
font-size: 9pt; 
text-indent: 20px; 
text-align: center;

} 
.trone { 
background-color: #E9E9E9; 
font-size: 9pt; 
text-indent: 20px; 
text-align: center;
} 

.trtwo{ 
background-color: #FFFFFF; 
font-size: 9pt; 
text-indent: 20px; 
text-align: center;
} 
.mainhead{
	/*width: 325px;
	float: left;
	
	background-color: #cococo;
	border: thin outset #FF6600;
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}
.mainhead .h4 {
	background-color: #cccccc;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}
