@CHARSET "UTF-8";


* {
      font-family:            Verdana, Arial, Helvetica, sans-serif;
      font-size:              11px;
}


HTML, BODY {
      margin:                 0px;
      padding:                0px;
}
H1 {
      font-size:              14px;
      font-weight:            bold;
      color:                  #FFAE00;
      padding:                20px 0px 0px 0px;
}
H2 {
      font-size:              12px;
      font-weight:            bold;
      color:                  #71B546;
      padding:                20px 0px 0px 0px;
}
H3 {
      font-size:              11px;
      font-weight:            bold;
      color:                  #71B546;
      padding:                10px 0px 0px 0px;
}
H4 {
      font-size:              11px;
      font-weight:            bold;
      color:                  #000000;
      text-decoration:        underline;
      padding:                10px 0px 10px 0px;
      margin:                 0px 0px 0px 0px;
}
UL {
      list-style-type:        square;
}
FIELDSET {
      border:                 0px;
      margin:                 0px 0px 0px 0px;
      padding:                0px 0px 0px 0px;
}
LABEL {
      width:                  100px;
      max-width:              100px;
      float:                  left;
      clear:                  left;
}
INPUT {
      width:                  200px;
      max-width:              200px;
      border:                 1px solid #C0C0C0;
      float:                  left;
      clear:                  right;
}
TEXTAREA {
      width:                  200px;
      max-width:              200px;
      height:                 75px;
      max-height:             75px;
      border:                 1px solid #C0C0C0;
      float:                  left;
      clear:                  right;
}
INPUT[type=submit] {
      background-color:       transparent;
      border-color:           transparent;
      font-weight:            bold;
      color:                  #FFAE00;
      cursor:                 pointer;
}


DIV.text {
      width:                  85%;
      max-witdh:              85%;
      margin:                 0px 10% 0px 5%;
      text-align:             justify;
}
DIV.spacer {
      width:                  100%;
      max-width:              100%;
      height:                 1px;
      max-height:             1px;
      margin:                 15px auto 15px auto;
      font-size:              0.5px;
      background-color:       #C0C0C0;
      float:                  none;
      clear:                  both;
}
DIV#error {
      font-weight:            bold;
      color:                  #FF0000;
}
DIV#success {
      font-weight:            bold;
      color:                  #71B546;
}


A {
      color:                  #FFAE00;
      text-decoration:        none;
}
A:hover, A:focus {
      color:                  #71B546;
      text-decoration:        underline;
}
A[rel=external] {
      background:             transparent url('../images/external.png') no-repeat;
      background-position:    center right;
      padding:                0px 13px 0px 0px;
}
A[rel=external]:hover, A[rel=external]:focus {
      background:             transparent url('../images/external_hover.png') no-repeat;
      background-position:    center right;
      padding:                0px 13px 0px 0px;
}
A[rel=download] {
      background:             transparent url('../images/download.png') no-repeat;
      background-position:    center left;
      padding:                0px 0px 0px 15px;
}
A[rel=download]:hover, A[rel=download]:focus {
      background:             transparent url('../images/download_hover.png') no-repeat;
      background-position:    center left;
      padding:                0px 0px 0px 15px;
}
A.return {
      float:                  right;
      clear:                  both;
      margin:                 0px 0px 15px 0px;
}


DIV#outerContainer {
      width:                  800px;
      max-width:              800px;
      margin:                 0px auto 0px auto;
      padding:                0px;
      background:             #FFFFFF url('../images/background.png') no-repeat;
      float:                  none;
      clear:                  both;
}
DIV#innerContainer {
      width:                  750px;
      max-width:              750px;
      min-height:             750px;
      height:                 750px !important;
      height:                 auto;
      margin:                 0px 25px 0px 25px;
      padding:                0px;
      float:                  none;
      clear:                  both;
}
DIV#logo {
      width:                  750px;
      max-width:              750px;
      text-align:             right;
}
DIV#logo IMG {
      border:                 0px;
}
DIV#content {
      width:                  750px;
      max-width:              750px;
      text-align:             left;
      float:                  none;
      clear:                  both;
}
DIV#footer {
      width:                  750px;
      max-width:              750px;
      height:                 50px;
      max-height:             50px;
      text-align:             center;
      float:                  none;
      clear:                  both;
}