
/* common styling */
html, body {
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
  border-top: 0pt;
  border-right: 0;
  border-bottom: 0;
  border-left: 0pt;
}

body {
  font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #000;
  margin-top: 20px;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 30px;
  background-color: #000066;
}

/* start of html tag formatting */
p {
  text-align: left;
  margin-top: 0pt;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0pt;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

p.cap:first-letter {
  font-family: Georgia, times, serif;
  font-size: 2em;
  font-weight: bold;
  color: #c20808;
}

p.cap2:first-letter {
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  color: #e9d399;
  background-color: #eee;
}

p.line:first-line {
  color: #c20808;
  font-weight: bold;
  font-size: 1.1em;
  font-variant: small-caps;
}

p.line2:first-line {
  color: #3300ff;
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
}

h1, h2, h3, h4 /* sets all headers as centered - avoids repeating in separate tags */ {
  text-align: center;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
}

h1 {
  font-size: 2em;
  padding-top: 5px;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 5px;
}

h2 /* makes a text-box with background around the h2 tag */ {
  font-size: 18px;
  color: #eee;
  margin-top: 1em;
  margin-left: 20px;
  margin-right: 3em;
  margin-bottom: 10px;
  background-color: #000066;
  border-top: 3px #ccc solid;
  border-right: 3px #ddd solid;
  border-bottom: 3px #eee solid;
  border-left: 3px #fff solid;
}

 /* hack for macie */


/*\*/ 
* html h2 {
  height: 1pt;
}

/* */
h3 {
  font-size: 1.2em;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

h4 {
  font-size: 1em;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

a, a:visited {
  text-align: left;
  text-decoration: underline;
  font-weight: bolder;
  color: #0000ff;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

a:hover {
  cursor: hand;
  text-decoration: underline overline;
  font-weight: bolder;
  color: #fff;
  background-color: #c20808;
}

/* links for the examples page on pseudo-classes */
a.example:link {
  text-decoration: none;
  font-weight: bold;
  color: ##38a334;
}

a.example:visited {
  text-decoration: none;
  font-weight: bold;
  color: #38a334;
}

a.example:hover {
  text-decoration: underline overline;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

a.example:active {
  text-decoration: none;
  font-weight: bold;
  color: #eee;
  background-color: #c20808;
}

/* text formatting rules starts here i.e color, font-weight, italic etc. */
.red {
  color: #c20808;
}

.gold {
  color: #e9d399;
}

.grey {
  color: #eee;
}

.white {
  color: #fff;
}

.blue {
  color: #30f;
}

.green {
  color: #0f0;
}

.large {
  font-size: 18pt;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.hilite {
  background-color: #fff;
}

.centered {
  text-align: center;
}

.hilite2 {
  background-color: #f6e8c4;
}

.italic {
  font-style: oblique;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.courier {
  font-family: Courier, "courier new", serif;
  font-size;1.3em; font-weight: bold;
}

/* border styling for border demo starts here */
.solid {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

.solid2 {
  border-top: 5px #c20808 solid;
  border-right: 5px #c20808 solid;
  border-bottom: 5px #c20808 solid;
  border-left: 5px #c20808 solid;
}

.dashed {
  border-top: 1px #000 dashed;
  border-right: 1px #000 dashed;
  border-bottom: 1px #000 dashed;
  border-left: 1px #000 dashed;
}

.dashed2 {
  border-top: 5px #c20808 dashed;
  border-right: 5px #c20808 dashed;
  border-bottom: 5px #c20808 dashed;
  border-left: 5px #c20808 dashed;
}

.dotted {
  border-top: 1px #000 dashed;
  border-right: 1px #000 dashed;
  border-bottom: 1px #000 dashed;
  border-left: 1px #000 dashed;
}

.dotted2 {
  border-top: 5px #c20808 dotted;
  border-right: 5px #c20808 dotted;
  border-bottom: 5px #c20808 dotted;
  border-left: 5px #c20808 dotted;
}

.inset {
  border-top: 15px #8cb6a5 inset;
  border-right: 15px #8cb6a5 inset;
  border-bottom: 15px #8cb6a5 inset;
  border-left: 15px #8cb6a5 inset;
}

.inset2 {
  border-top: 10px #c20808 inset;
  border-right: 10px #c20808 inset;
  border-bottom: 10px #c20808 inset;
  border-left: 10px #c20808 inset;
}

.outset {
  border-top: 15px #8cb6a5 outset;
  border-right: 15px #8cb6a5 outset;
  border-bottom: 15px #8cb6a5 outset;
  border-left: 15px #8cb6a5 outset;
}

.outset2 {
  border-top: 10px #c20808 outset;
  border-right: 10px #c20808 outset;
  border-bottom: 10px #c20808 outset;
  border-left: 10px #c20808 outset;
}

.ridge {
  border-top: 15px #8cb6a5 ridge;
  border-right: 15px #8cb6a5 ridge;
  border-bottom: 15px #8cb6a5 ridge;
  border-left: 15px #8cb6a5 ridge;
}

.ridge2 {
  border-top: 10px #c20808 ridge;
  border-right: 10px #c20808 ridge;
  border-bottom: 10px #c20808 ridge;
  border-left: 10px #c20808 ridge;
}

.groove {
  border-top: 15px #8cb6a5 groove;
  border-right: 15px #8cb6a5 groove;
  border-bottom: 15px #8cb6a5 groove;
  border-left: 15px #8cb6a5 groove;
}

.groove2 {
  border-top: 10px #c20808 groove;
  border-right: 10px #c20808 groove;
  border-bottom: 10px #c20808 groove;
  border-left: 10px #c20808 groove;
}

.double {
  border-top: 5px #8cb6a5 double;
  border-right: 5px #8cb6a5 double;
  border-bottom: 5px #8cb6a5 double;
  border-left: 5px #8cb6a5 double;
}

.double2 {
  border-top: 10px #c20808 double;
  border-right: 10px #c20808 double;
  border-bottom: 10px #c20808 double;
  border-left: 10px #c20808 double;
}

.mixed {
  border-top: 6px #c20808 double;
  border-right: 1px #000 dashed;
  border-bottom: 6px #c20808 double;
  border-left: 1px #000 dashed;
}

.mixed2 {
  border-top: 15px #8cb6a5 inset;
  border-right: 2px #8cb6a5 solid;
  border-bottom: 15px #8cb6a5 inset;
  border-left: 1px #8cb6a5 solid;
}

.mixed3 {
  border-top: 15px #3300ff ridge;
  border-right: 4px #c20808 double;
  border-bottom: 15px #3300ff ridge;
  border-left: 4px #c20808 double;
}

.mixed4 {
  border-top: 10px #8cb6a5 groove;
  border-right: 2px #3300ff dotted;
  border-bottom: 10px #3300ff groove;
  border-left: 2px #8cb6a5 dotted;
}

/* positioning for images or boxes */
.left {
  float: left;
  margin-top: 0pt;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 0pt;
}

.left-two {
  float: left;
  margin-top: 0pt;
  margin-left: 40px;
  margin-right: 5px;
  margin-bottom: 0pt;
}

.right {
  float: right;
  margin-top: 0pt;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 0pt;
}

.right-two {
  float: right;
  margin-top: 0pt;
  margin-left: 5px;
  margin-right: 30px;
  margin-bottom: 0pt;
}

.indent {
  text-indent: 10px;
}

.clear {
  clear: both;
}

/* main content areas formatting starts here */
#wrapper {
  width: 740px;
  border-top: 1px #c20808 solid;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left:auto; 
  margin-right:auto; 
  background-color: #fff;
  border-right: 1px #c20808 solid;
  border-bottom: 10px #c20808 solid;
  border-left: 1px #c20808 solid;
} 

 
* html .wrapper {
  width: 722px;
  wid\th: 720px;
}

#header {
  position: relative;
  height: 168px;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 6px;
  background-color: #000066;
  background-image: url(http://www.myrollercoaster.com/graphics/header.jpg);
}

#header h1, #header h5 {
  font-weight: bold;
  font-family: Verdana, arial, palatino, "trebuchet ms", sans-serif;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
}

#header h1 {
  position: top;
  text-align: right;
  font-size: 1.75em;
  padding-top: 15px;
  padding-right: 280px;
  color: #e8d9b8;
}

#header h5 {
  position: bottom;
  text-align: right;
  font-size: 1em;
  padding-top: 13px;
  padding-right: 130px;
  color: #fff;
}

#maincol /* deduct 2px from the width of #leftcol div to allow for the left border */ {
  background-color: #fff;
  float: right;
  display: inline;
  position: relative;
  width: 540px;
  border-top: 0pt;
  border-right: 0;
  border-bottom: 0;
  border-left: 0pt;
} 

fieldset {
  text-align: center;
  width: 80%;
  font-weight: bold;
  margin-top: 0pt;
  margin-bottom: 0pt;
  border-top: 1px #e9d399 solid;
  border-right: 1px #e9d399 solid;
  border-bottom: 1px #e9d399 solid;
  border-left: 1px #e9d399 solid;
}

fieldset legend {
  font-size: 1.3em;
  color: #c20808;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

fieldset label {
  float: left;
  text-align: right;
  width: 100px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
}

fieldset .textfield {
  height: 20px;
  width: 180px;
  margin-bottom: 10px;
  color: #000;
  background-color: #fff;
  border-top: 1px #e9d399 dashed;
  border-right: 1px #e9d399 dashed;
  border-bottom: 1px #e9d399 dashed;
  border-left: 1px #e9d399 dashed;
}

fieldset .comment {
  width: 200px;
  overflow: auto;
  margin-top: 0pt;
  margin-bottom: 0pt;
  background-color: #fff;
  border-top: 1px #e9d399 dashed;
  border-right: 1px #e9d399 dashed;
  border-bottom: 1px #e9d399 dashed;
  border-left: 1px #e9d399 dashed;
}

fieldset .submit {
  width: 100px;
  height: 20px;
  text-align: center;
  font-weight: bolder;
  color: #c20808;
  cursor: hand;
  font-family: palatino;
  font-size: 1.2em;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/DSGV5TKD/submit_button.gif);
  border-top: 0pt #fff solid;
  border-right: 0 #fff solid;
  border-bottom: 0 #fff solid;
  border-left: 0pt #fff solid;
}

/* styling for curved cutout borders starts here */
.curved {
  width: 90%;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: transparent;
}

.curved h1, .curved h6 {
  text-align: center;
  margin-top: 0pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0pt;
}

.curved h1 {
  font-size: 1.5em;
  color: #000;
  letter-spacing: 1px;
}

.curved h6 {
  font-size: 1em;
  color: #000;
  letter-spacing: 1px;
}

.curved p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0pt;
}

.curved .top, .curved .bottom {
  display: block;
  font-size: 1px;
  background-color: transparent;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
  display: block;
  overflow: hidden;
  height: 1px;
}

.curved .b2, .curved .b3, .curved .b4 {
  background-color: #92B0D2;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
}

.curved .b1 {
  margin-top: 0pt;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0pt;
  background-color: #000;
}

.curved .b2 {
  height: 2px;
  margin-top: 0pt;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0pt;
}

.curved .b3 {
  margin-top: 0pt;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0pt;
}

.curved .b4 {
  height: 1px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  border-top: 0;
  border-right: 3px;
  border-bottom: 0;
  border-left: 3px;
}

.curved .boxcontent {
  display: block;
  background-color: #92B0D2;
  border-top: 0 #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 0 #000 solid;
  border-left: 1px #000 solid;
}

/* sets the rules for lists */
ul, ol {
  list-style-position: outside;
  margin-top: 0pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0pt;
}

li {
  padding-left: 1px;
}

ul.list {
  list-style-image: url(http://tutorials.tygerz.com/images/icon_attachment.gif);
}

ul.list2 {
  list-style-image: url(http://tutorials.tygerz.com/images/flag_red.gif);
}

ul.list3 {
  list-style-image: url(http://tutorials.tygerz.com/images/icon_key.gif);
}

ul.list0 {
  list-style-image: url(http://tutorials.tygerz.com/images/icon_link.gif);
} 

/* styling for tables starts here */
table.sp {
  width: 96%;
  border-collapse: collapse;
  font-family: Arial, verdana, sans-serif;
  font-size: .8em;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

table.sp td, table.sp th {
  border-collapse: collapse;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
} 

table.sp #sy {
  width: 40px;
}

table.sp #cd {
  width: 100px;
}

table.sp #de {
  width: 114px;
}

table.sp caption {
  font-size: 1.3em;
  text-align: left;
  color: #000;
  font-weight: bold;
  margin-top: 0pt;
  margin-bottom: -30px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #e9d399;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

table.sp thead, table.sp th {
  text-align: center;
  color: #c20808;
  background-color: #eee;
}

table.sp tbody {
  text-align: left;
  color: #000;
  background-color: #fff;
}

table.sp tfoot td {
  text-align: right;
  font-weight: bold;
  color: #000;
  background-color: #e9d399;
}

table.sp tbody td {
  color: #000;
  font-weight: bold;
  font-size: 1em;
  background-color: #fff;
}

table.sp tbody tr.even td {
  color: #000;
  font-weight: bold;
  font-size: 1em;
  background-color: #fff;
}

/* gold background box rules - you can make different textboxes by altering the width */
#box {
  display: block;
  width: 275px;
  letter-spacing: 1px;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  color: #000;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #e9d399;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

#box-two {
  display: block;
  letter-spacing: 1px;
  font-family: Courier, "courier new", serif;
  font-size: 16px;
  color: #000;
  margin-top: 0pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0pt;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #f6e8c4;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}

#box-three {
  display: block;
  width: 500px;
  font-family: Courier, "courier new", serif;
  font-size;15px; color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border-top: 0pt;
  border-right: 0;
  border-bottom: 0;
  border-left: 0pt;
}

/* rule for the drop cap that aligns the top with the top of the paragraph */
#cap {
  font-family: "Times New Roman", serif;
  font-size: 35px;
  color: #c20808;
  font-weight: bold;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  margin-right: 1px;
}

/* information and dictionary meaning popup box styling starts here */
a#popup:visited {
  color: #c20808;
  text-decoration: none;
}

/* this is the styling for the popup definition box */
a#popup {
  color: #c20808;
  text-decoration: none;
  position: relative;
  left: 0;
  font-weight: normal;
}

a#popup span {
  display: none;
}

a#popup:hover {
  color: #fff;
  cursor: default;
}

a#popup:hover #popbox {
  display: block;
  position: absolute;
  top: -65px;
  left: -75px;
  width: 150px;
  height: 100px;
  background-color: #fff;
  color: #000;
  text-align: left;
  font-family: Verdana;
  font-size: 11px;
  padding-left: 40px;
  padding-top: 20px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  border-left: 2px #000 solid;
}

a#popup:hover #poptop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 18px;
  color: #fff;
  background-color: #c20808;
  color: #fff;
  text-align: left;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px #fff solid;
}

/* all these rules just to make the left side of the popup box */
a#popup:hover #warningbox {
  display: block;
  position: absolute;
  top: 29px;
  left: 5px;
  width: 30px;
  height: 27px;
  background-color: transparent;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  overflow: hidden;
}

a#popup:hover #warning {
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  width: 0px;
  height: 0px;
  /* makes the yellow triangle behind the a */






border-top: 0px;
  overflow: hidden;
  border-right: 15px #fff solid;
  border-bottom: 25px #e9d399 solid;
  border-left: 15px #fff solid;
}

/* rule for making the question mark in the right hand corner */
a#popup:hover #x {
  display: block;
  position: absolute;
  top: 0px;
  left: 172px;
  width: 15px;
  height: 15px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
}

/* this is the rule for typing in the definition */
acronym {
  color: #000;
  border-top: 0pt;
  border-right: 0;
  border-bottom: 0;
  border-left: 0pt;
}

/* left column and menu styling stars here */
#leftcol {
  background-color: #fff;
  width: 190px; /* maincol width plus leftcol plus 2px border equals 720px */
  padding-left: 10px;
  float: left;
  position: relative;
}

#menu a, #menu a:visited {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e9d399;
  display: block;
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  background-color: #000066;
  border-top: 2px #ccc solid;
  border-right: 2px #ddd solid;
  border-bottom: 2px #eee solid;
  border-left: 2px #fff solid;
}

#menu a:hover {
  top: 2px;
  left: 2px;
  color: #eee;
  background-color: #c20808;
  border-top: #345;
  border-right: #fff;
  border-bottom: #eee;
  border-left: #ccc;
}

/* footer styling starts here */
#footer {
  padding-top: 5px;
  padding-right: 10px;
  height: 20px;
  clear: both;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  background-color: #000066;
} 

/* this is a rule to ensure the columns don't break don't ask me how they figured it out */
.clearfix:after {
  content: ".";
  display: block;
  height: 0pt;
  clear: both;
  visibility: hidden;
}

 
.clearfix {
  display: block;
}
/* end hide from ie-mac */  