#form-login-username,
#form-login-password{
  width: 30%;
  text-align: left;
  margin: auto;
  display: block;
}
#form-login-username label,
#form-login-password label {
  display: inline-block;
  width: 50%;
}
#form-login-remember{
  width: 30%;
  text-align: left;
  margin: 0px auto 10px auto;
  display: block;
}
#form-login-remember label{
  display: inline-block;
  margin-right: 10px;
}
form#login-form{
  width: 100%;
  border: none 0px;
  text-align: center;
}
#content ul.unstyled{
	list-style-type: none;
	padding: 0px;
	margin-top: 15px; 
	text-align: center;
}
.moduletable h3{
	text-align: center;
}

input.link {
  overflow: visible;
  width: auto;
  font-family: Corbel;
  font-size: 12pt;
  color: #203D4A;
  text-align: left;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: text;
}

input.link:hover,
input.link:focus{
  text-decoration: underline;
  color: #486672;
}

#where .breadcrumbs {
  display: inline;
}
#navigation {
  position: relative;
  z-index: 9000;
  right: 0px;
  left: 0px;
  background: url(../images/nav_back.png);
  top: -25px;
  padding-left: 100px;
}
#navigation UL LI {
  height: 25px;
}

BODY {
  background: url(../images/body_back.png) repeat-x #203D4A;
  margin: 0px;
  padding: 0px;
  font-family: Corbel;
  color: #203D4A;
  text-align: left;
}

#wrapper {
  width: 100%;
  height: 100%;
  min-width: 1080px;
  margin: 0px;
  background: url(../images/wrapper.png) no-repeat;
}
#page {
  margin: 15px 50px 40px 50px;
  background: url(../images/logo_big.png) no-repeat #FFF;
  padding: 0px;
  min-height: 500px;
  height: 100%;
}

#header {
  margin: 0px;
  height: 100px;
  background: url(../images/topgradient.png) repeat-x;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#logo {
  height: 61px;
  right: 50px;
  left: 50px;
  background: url(../images/logo_small.png) no-repeat;
  padding: 0px;
  padding-top: 25px;
  margin: 25px 10px 0px 20px;
  float: left;
  clear: both;
  position: absolute;
  text-align: right;
  min-width: 855px;
}
#logo A {
  font-family: Corbel;
  color: #203D4A;
  text-decoration: none;
}
#logo A:hover {
  text-decoration: underline;
  color: #486672;
}

#name {
  height: 55px;
  margin-left: 100px;
  margin-top: 22px;
  padding: 0px;
  color: #092E3E;
  position: absolute;
  min-width: 650px;
}
#name H1{
  margin: 0px;
  padding: 0px;
  font-size: 11pt;
  font-family: Corbel;
  font-weight: bold;
}
#section {
  height: 65px;
  background: url(../images/title_back.png) repeat-x;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -25px;
}
#section H1 {
  margin: 0px;
  font-size: 22pt;
  font-weight: normal;
  padding: 9px 0px 0px 20px;
}

#where {
  height: 20px;
  background: url(../images/nav2_back.png) repeat-x;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-top: 3px;
  font-size: 8pt;
}
#where A {
  font-size: 8pt;
  font-family: Corbel;
  font-weight: bold;
  text-decoration: underline;
  color: #486672;
}
#where A:hover {
  text-decoration: none;  
}

#content {
  min-height: 535px;
  height: 100%;
  margin: 0px;
  margin-right: 240px;
  padding: 15px 0px 40px 20px;
  color: #092E3E;
  position: relative;
}
#content P {
  margin: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0px;
  font-size: 10pt;
  font-family: Corbel;
  font-weight: normal;
  text-align: justify;
}
#column{
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0px;
  padding-bottom: 10px;
  height: 100%;
  width: 200px;
  float: right;
  position: relative;
  border-left: solid 1pt #C8E2EE;
  border-bottom: solid 1pt #C8E2EE;
  border-top: solid 1pt #C8E2EE;
}
#column P {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  font-family: Corbel;
  font-weight: normal;
  text-align: left;
}
#column A{
  margin-top: 3px;
  padding: 0px;
  font-size: 9pt;
  font-family: Corbel;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  color: #092E3E;
}
#column A:hover{
  margin-top: 3px;
  padding: 0px;
  font-size: 9pt;
  font-family: Corbel;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #486672;
}
#column HR{
  color: #C8E2EE;
  background-color: #C8E2EE;
  border: #C8E2EE;
}

#footer {
  height: 25px;
  width: 100%;
  background-color: #052C3C;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
}
#footer P {
  margin-top: 0px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}
#footer A {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#footer A:hover {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
  color: #C0EDF5;
  text-decoration: underline;
}

H1 {
  font-size: 16pt;
  margin: 0px 0px 5px 0px;
}

H2 {
  font-size: 14pt;
}

H3 {
  font-size: 13pt;
}
H4 {
  font-size: 11pt;
  margin-bottom: 2px;
  margin-top: 8px;
}

#content TABLE {
  margin-top: 3px;
  text-align: center;
  font-size: 9pt;
  border: 1px solid #123256;
  border-spacing: 0px;
}

#content TABLE.noborder {
  text-align: center;
  font-size: 9pt;
  border: none;
  width: 90%;
}

#content TABLE TR TH {
  background-color: #052C3C;
  color: #fff;
  padding: 5px;  
}

#content TABLE TR TH {
  border: 1px solid #FFF;
}

#content TABLE TR TD {
  background: none;
  border-bottom: 1px solid #747677;
  padding: 5px;
}

#content TABLE TR TD IMG{
  border: 0;
}

#content TABLE TR.alt TD {
  background-color: #D8EEF7;
}

#content TABLE.left {
  text-align: center;
  font-size: 9pt;
  border: 1px solid #123256;
  border-spacing: 0px;
}

#content TABLE.left TR TH {
  background-color: #052C3C;
  color: #fff;
  padding: 5px;
  width: 20%;
  border: 1px solid #FFF;
}

#content TABLE .left TR TD {
  background: none;
  border-bottom: 1px solid #747677;
  padding: 5px;
}

#content TABLE.left TR.alt TD {
  background-color: #D8EEF7;
}

#content UL{
  margin: 5px;
  text-align: left;
  font-size: 9pt;
}
#content OL .small{
  margin: 5px;
  text-align: left;
  font-size: 9pt;
}

#content A{
  color: #203D4A;
  text-decoration: underline;
}

#content A IMG{
  border: none;
}

#content A:hover{
  text-decoration: none;
}

H1 {
  font-size: 16pt;
}

H2 {
  font-size: 14pt;
}

H3 {
  font-size: 13pt;
}
H4 {
  font-size: 11pt;
}

#frame {
  background-color: #FFF;
  margin: 50px auto auto auto;
  border: solid 1pt #000;
  text-align: center;
}

#frame IMG {
  padding-top: 20px;
  padding-bottom: 20px;
}

.whiteback {
	background: none;
	background-color: #FFF;
}