/* ----- PRINT CSS ----- */

* {
   font-family: "Trebuchet MS", Arial, Sans-Serif;
   font-size: 1em;
}
body {
   margin: 0px;
   padding: 0px;
   background:  white;
   color: #999999;
   text-align: center;
   font-size: 0.8em;
}
.screen {
   display: none;
}

/* ----- IDS ----- */

#container {
   margin: 0 auto;
   padding: 0px;
   text-align: left;
}
#primaryContent .contentPanel {
   float: left;
   background-color: #393939;
   color: #e9e9e9;
   text-align: justify;
   margin: 0 3px 10px 0;
   padding: 10px;
}
#primaryContent .contentPanel p {
   margin-top: 0px;
}
#rightContent {
   display: none;
}
#footer {
   clear: both;
   padding: 65px 0 15px 0;
   font-size: 0.9em;
   color: #999;
   background: #333 url(img/footerbg.gif) repeat-x;
}
#footer a {
   color: #04B9FF;
   background: inherit;
}
#footer a:hover {
   color: #FF1604;
   background: inherit;
}
#bottom {
   clear: both;
   height: 258px;
   background: #515151 url(img/bigbg.gif) no-repeat bottom left;
   color: #FFF;
   padding: 0 5px 0 4px;
}
#bottom div {
   height: 100%;
   position: relative;
   top: -4px;
}
#bottom h2 {
   margin: 4px;
}
#bottom ul {
   margin: 8px;
   padding-left: 0px;
}
#bottom li {
   line-height: 200%;
   padding: 0px;
   margin: 0px;
   border-bottom: 1px dotted white;
   list-style-position: inside;
   list-style-type: square;
   font-weight: bold;
   height: 201%;
}
#leftmenu { 
   float: left; 
   width: 45%;
   color: #FFD1CE; 
   background: #C40F01 url(img/redbg.gif) repeat-x;
}
#rightmenu {
   background: #008EC5 url(img/bluebg.gif) repeat-x;
   float: right;
   width: 45%;
   color: #C7EFFF;
}
#rightmenu a, #leftmenu a {
   color: #ffffff;
   background: inherit;
}
#rightmenu li:hover, #rightmenu a:hover {
   color: #ffffff;
   background: #0183B6;
}
#leftmenu li:hover, #leftmenu a:hover {
   color: #ffffff;
   background: #A20B00;
}

/* ----- CLASSES ----- */

.hide {
   display: none;
}
.show {
   display: block;
}
.bold {
   font-weight: bold;
}
.italic {
   font-style: italic;
}
.big {
   font-size: 1.2em;
}
.left {
   float: left;
}
.right {
   float: right;
}
.quiz {
   display: none;
}

/* ----- HEADINGS ----- */

h1 {
   font: bold 1.8em Arial, Sans-serif;
   letter-spacing: -1px;
   color: #ffffff;
   background: inherit;
   padding: 0px;
}
h2 {
   font: bold 1.7em Arial,Sans-Serif;
   letter-spacing: -1px;
   margin: 0px;
   padding: 0px;
}
h3 {
   font-size: 1.2em;
}
h4 {
   font-size: 1em;
}

/* ----- PARAGRAPHS ----- */

p {
   font-size: 1.15em;
   line-height: 1.6em;
}

/* ----- LISTS ----- */

li {
   list-style-type: square;
   padding: 5px;
   font-size: 1.1em;
}
li a {
   width: 100%;
}
ol li {
   list-style-type: decimal;
}

/* ----- LINKS ----- */

a {
   color: #04b9ff;
   background-color: inherit; 
   text-decoration: none;
}
a:hover {
   color: #C7EFFF;
   background-color: inherit;
}
a:active, a:focus {
   color: #A20B00;
   background-color: inherit;
}

/* ----- IMAGES ----- */

img a {
   border: 0px;
}

/* ----- FORMS ----- */

fieldset {
   display: block;
   width: 17em;
   margin: 0 0 3em 0;
   padding: 0 1em 1em 1em;
   background-color: #008EC5;
   background-image: url(img/bluebg.gif);
   color: #ffffff;
   border: 2px solid #0C7CA6;
}
legend {
   background-color:#E7E7E7;
   color: #999999;
   padding:4px;
   text-align:center; 
   font-size:1.4em;
   font-weight:bold;
   border-bottom:3px solid #CCC;
}
label {
   display: block;
   margin-bottom: 1em;
   font-weight: bold;
}
input[type="text"], textarea {
   display: block;
   width: 15em;
}
select {
   display: block;
}
optgroup {
   border-top: 1px solid #bbbbbb;
}
option {
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
   border: 1px outset black;
   background-color: transparent;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
   border: 1px inset black;
}

/* ----- TABLES ----- */

table {
   border-spacing:1px;
   background-color:#E7E7E7;
   color: #b7b7b7;
}
caption {
   font-weight: bold;
   background-color: #0C7CA6;
   color: #ffffff;
   text-transform: Uppercase;
   padding: 2px;
}
thead th {
   text-align: center;
   background: #ededed;
   color: #666666;
   border: 1px solid #ffffff;
   text-transform: Uppercase;   
   font-weight: bold;
}
tbody th {
   font-weight: bold;
}
th, td {
   padding: 4px;
}
tbody tr td { 
   height: 2.5em;
   color: #999999;
   background: #ffffff;
}
tbody tr.odd td { 
   background: #f0f0f0;
   color: #999999;
   border: 1px solid #ffffff;
}
tfoot th, tfoot td {
   background-color: #E7E7E7;
   color: #aaaaaa;
   padding-left: 12px;
   padding-right: 12px;
   padding-top: 6px;
   padding-bottom: 6px;
   text-align: center;
   font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
   border-bottom:3px solid #CCC;
   border-top:1px solid #DFDFDF;
}