/* Site */
.siteAlign {
  clear: both;
}

.siteDimention {
  width: 720px;
  text-align: left;
}

/* Header */
.headAlign {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #297BB0;
  background: #71B3D4;
  color: #FFF;
}

.headDimention {
  width: 720px;
  text-align: left;
}

.headBorder {
  text-align: left;
}

.headBack {
  height: 36px;
}

.headLeft {
  float: left;
  width: 135px;
  background: url(images/head_logo.gif);
  height: 36px;
}

.headRight {
  float: right;
  padding-top: 10px;
  text-align: right;
}

/* Navigation */
.navPosition {
  float: left;
  width: 120px;
  height: 668px;
}

.navMain {
  background: url(images/nav_main.gif) no-repeat top;
  height: 15px;
}

.navPort {
  margin-top: 15px;
  background: url(images/nav_port.gif) no-repeat top;
  height: 15px;
}

.navTut {
  margin-top: 15px;
  background: url(images/nav_tut.gif) no-repeat top;
  height: 15px;
}

.navAbout {
  margin-top: 15px;
  background: url(images/nav_about.gif) no-repeat top;
  height: 15px;
}

.menu {
  border-bottom: 1px solid #297BB0;
  border-left: 1px solid #297BB0;
  border-right: 1px solid #297BB0;
  margin-left: 10px;
  background: #82BCDA;
  color: #115D9A;
}

.menuHeight {
  height: 46px;
}

.menu a,.menu a:link,.menu a:visited,.menu a:active {
  padding-left: 4px;
  display: block;
  background: #82BCDA;
  color: #FFF;
  font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 15px;
}

.menu a:hover {
  padding-left: 4px;
  display: block;
  background: #FFF;
  color: #115D9A;
  font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 15px;
}

/* Content */
.contPosition {
  float: left;
  width: 460px;
}

.contTitleBorder {
  border: 1px solid #297BB0;
  margin-left: 20px;
}

.contTitleBack {
  background: url(images/ctitle_right.gif);
  height: 18px;
}

.contTitleLeft {
  border-right: 1px solid #297BB0;
  padding: 0 4px;
  float: left;
  margin: 0px;
  background: url(images/ctitle_left.gif);
  color: #C00;
  font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
  height: 18px;
}

.contTitleRight {
  padding-left: 4px;
  float: left;
  color: #FFF;
  background: transparent;
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  height: 18px;
}

.contBorder {
  border: 1px solid #297BB0;
  margin-left: 20px;
  margin-top: 2px;
  color: #115D9A;
  background: url(images/cont.gif) no-repeat top left #A4CFE4;
}

.cont {
  border: 1px solid #DEEEF5;
  padding: 4px;
  color: #115D9A;
  background: transparent;
}

.contLeft {
  float: left;
  width: 66px;
  text-align: left;
}

.contLeft img {
  margin-bottom: 4px;
}

.contRight {
  float: left;
  width: 352px;
}

.contAltLeft {
  float: left;
  width: 352px;
  text-align: right;
}

.contAltRight {
  float: right;
  width: 66px;
  text-align: left;
}

.contAltRight img {
  margin-bottom: 4px;
}

.contFoot {
  border: 1px solid #73ADCF;
  clear: both;
  padding: 1px 4px 4px 4px;
  margin-top: 10px;
  background: url(images/cont_foot.gif);
  color: #429AC6;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

.contFoot a,.contFoot a:link,.contFoot a:visited,.contFoot a:active {
  padding: 0 4px;
  background: transparent;
  color: #115D9A;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}

.contFoot a:hover {
  padding: 0 4px;
  background: #DEEEF5;
  color: #11436A;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}

/* Side */
.sidePosition {
  float: left;
  width: 140px;
}

.sideTitleBorder {
  border: 1px solid #297BB0;
  margin: 0 0 2px 20px;
}

.sideTitle {
  padding-left: 4px;
  color: #FFF;
  background: url(images/ctitle_right.gif);
  font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
  height: 18px;
}

.sideBorder {
  border: 1px solid #297BB0;
  margin: 0 0 20px 20px;
  color: #115D9A;
  background: #A4CFE4;
}

.sideCont {
  padding: 4px;
  border: 1px solid #A4CFE4;
  background: #71B3D4;
  color: #115D9A;
}

/* Footer */
.footSpace {
  clear: both;
  height: 20px;
}

.footAlign {
  border-top: 1px solid #297BB0;
  background: #71B3D4;
  color: #FFF;
}

.footDimention {
  width: 720px;
  text-align: left;
}

.footBorder {
  padding: 0px;
}

.footBack {
  height: 36px;
}

.footLeft {
  padding-top: 6px;
  float: left;
  color: #297BB0;
  background: transparent;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

.footLeft a,.footLeft a:link,.footLeft a:visited,.footLeft a:active {
  background: url(images/dotted.gif) repeat-x bottom;
  color: #115D9A;
  text-decoration: none;
}

.footLeft a:hover {
  background: #DEEEF5;
  color: #11436A;
  text-decoration: none;
}

.footRight {
  padding-top: 8px;
  float: right;
  color: #297BB0;
  background: transparent;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

.footRight a,.footRight a:link,.footRight a:visited,.footRight a:hover,.footRight a:active {
  background: transparent;
  color: #115D9A;
  text-decoration: none;
}

/* HTML Elements */
h1,h2,h3,h4,h5,h6,.big,big {
  font: bold 16px Arial, Helvetica, sans-serif;
}

a,a:link,a:visited,a:active {
  color: #11436A;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: #429AC6;
  color: #115D9A;
}

body,ol,ul,li,input,textarea,select,option,blockquote {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

p {
  margin-top: 0px;
  font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}

p a,p a:link,p a:visited,p a:active {
  color: #11436A;
  background: url(images/dotted.gif) repeat-x bottom;
  font-weight: bold;
  text-decoration: none;
}

p a:hover {
  color: #000;
  background: url(images/dotted.gif) repeat-x top;
  font-weight: bold;
  text-decoration: none;
}

p img {
  border: 1px solid #A4CFE4;
}

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

ul, ol {
  margin-bottom: 10px;
  margin-top: 10px;
}

ul li {
  list-style-image: url(images/li.gif);
}

b,strong {
  font-weight: bold;
}

/* Form Elements */
.formButton {
  border: 0px none;
  width: 72px;
  background: url(images/form_support.gif);
  color: #115D9A;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  height: 22px;
}

.formField {
  border-bottom: 1px solid #297BB0;
  border-left: 0px none;
  border-right: 1px solid #297BB0;
  border-top: 0px none;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 250px;
  background: #D3E8F2;
  color: #115D9A;
}

/* Misc */
.hRule {
  border: 1px solid #71B3D4;
  clear: both;
  margin: 10px 0 10px 0;
  color: #11436A;
  background: url(images/back_hr.gif);
  height: 1px;
}

.hRuleBot {
  margin: 4px 0px 0px 0px;
  clear: both;
  height: 4px;
}

.code {
  border: 1px dotted #297BB0;
  padding: 0px 4px 0px 4px;
  background: #82BCDA;
  color: #FFF;
  font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
}

.small,small {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.hide {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

