html {
  position: relative;
  z-index: 0; }

body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px; }

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, .x {
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  vertical-align: baseline;
  border: 0;
  outline: 0; }
  
object, iframe, input, select, textarea {
  *background-color: white;}
  
a,
input,
textarea,
select,
button {
  outline: 0; }

ul,
ol,
dd {
  margin: 0 0 0 20px;
  list-style-position: outside; }
  ul ul,
  ol ul,
  dd ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal;
  list-style-position: outside; }
  ol ol {
    list-style-type: lower-roman; }

hr {
  display: block;
  height: 1px;
  background: #000;
  border: none; }

blockquote cite {
  display: block; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  table th, table td {
    vertical-align: top; }
  table thead, table th, table caption {
    font-weight: bold; }

img {
  -ms-interpolation-mode: bicubic; }

h1 {
  font-size: 31px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 12px; }

p {
  }

a {
  color: #02f; }
  a:hover {
    color: #000; }
  a:active {
    color: #c33; }

del {
  color: #888;
  text-decoration: line-through; }

abbr,
acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #ddd;
  cursor: help; }

code,
pre,
var {
  font-family: 'Palatino Linotype', 'Courier New', monospace;
  font-size: 12px;
  color: #080;
  background-color: #eee; }

strong {
  font-weight: bold; }

em,
cite {
  font-style: italic; }

u,
ins {
  text-decoration: underline; }

s,
strike {
  text-decoration: line-through; }

sub {
  font-size: 7px;
  vertical-align: sub; }

sup {
  font-size: 7px;
  vertical-align: super; }

body {
  text-align: center; }

.left {
  text-align: left; }
  .left #container {
    margin-left: 0; }

.right #container {
  margin-right: 0; }

#header,
#content-wrapper {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  clear: both;
  margin: 0 auto; }
  #header:after,
  #content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #header,
  *+html #content-wrapper {
    height: 1%;
    zoom: 1; }

#container,
#footer {
  clear: both;
  margin: 0 auto; }

.twocolumn {
  position: relative;
  _display: inline-block;
  _zoom: 1; }
  .twocolumn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html .twocolumn {
    height: 1%;
    zoom: 1; }
  .twocolumn .section {
    float: left;
    width: 50%; }

#container {
  width: 960px; }
  #container #content {
    float: right;
    width: 800px; }
  #container #aside {
    float: right;
    width: 160px; }
  #container #content {
    float: left; }

.nav {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  margin: 0;
  list-style: none; }
  .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html .nav {
    height: 1%;
    zoom: 1; }
  .nav li,
  .nav a {
    float: left;
    margin: 0; }
  .nav ul {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    margin: 0;
    list-style: none; }
    .nav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html .nav ul {
      height: 1%;
      zoom: 1; }
    .nav ul li,
    .nav ul a {
      float: left;
      margin: 0; }

form .legend {
  display: block; }
form .control {
  position: relative;
  _display: inline-block;
  _zoom: 1; }
  form .control:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html form .control {
    height: 1%;
    zoom: 1; }
form label,
form .alt .title {
  float: left;
  width: 200px;
  margin-left: 0;
  padding: 6px 0;
  vertical-align: top; }
form input, form select, form textarea {
  width: 200px;
  padding: 3px;
  border: 1px solid #888; 
  font-family: Arial;  
  }
form input[type=text],
form textarea {
  padding-top: 4px;
  padding-bottom: 4px; }
form select {
  width: 208px;
  cursor: pointer; }
form textarea {
  height: 72px; }
form button {
  margin: 0;
  font-weight: bold;
  cursor: pointer; }
form .indent {
  margin-left: 200px; }
form .row label {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  float: none;
  display: block;
  margin-left: 200px; }
  form .row label:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html form .row label {
    height: 1%;
    zoom: 1; }
  form .row label p, form .row label span, form .row label div {
    float: left;
    margin: -15px 0 0 20px; }
form .row .title {
  margin-right: -200px; }
form .alt label {
  width: auto;
  padding: 3px 0;
  padding-right: 15px;
  cursor: pointer; }
  form .alt label p, form .alt label span, form .alt label div {
    display: inline; }
form .alt input {
  width: auto;
  margin: 3px;
  margin-left: 0;
  padding: 0;
  border: 0;
  cursor: pointer; }

form .indent {
  display: block;
  float: none;
  clear: left;
  margin-left: 0; }
form .alt label {
  float: left;
  clear: none; }
form .alt .title {
  width: auto;
  padding-right: 15px; }

@media print {
  body {
    font-size: 12pt; } }

ul.rightlinks li.red a
{
    color:red;   
}


