/* CSS Document */
body {
  background: #FFFFFF url(../images/background.gif) repeat-x;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}
a {
  color: #4A7EA3;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: square;
  line-height: 20px;
  margin-top:0;
  margin-bottom:0;
  list-style-position:outside;
}
li {
  margin:0 0 0 -20;
}
fieldset {
  padding: 5px;
  padding-top: 0px;
  margin-bottom: 20px;
}
legend {
  color: #355469;
  font-weight: bold;
  font-size: 105%;
}
.execTeamHt {
  min-height: 165px;
}
#container {
  margin: 0 auto;
  width: 766px;
  text-align: left;
  border: 1px solid #A9C0D2;
  background-color: #FFFFFF;
}
#blueDivider {
  background-color: #A9C0D2;
  height: 10px;
}
#fullContent {
  width: 98%;
  float: left;
  padding: 5px;
  padding-top: 0px;
}
#leftContent {
  width: 548px;
  float: left;
  padding: 5px;
  padding-top: 0px;
}
#rightContent {
  background-color: #A9C0D2;
  border: 1px solid #9DAFC3;
  border-top: 0px;
  color: #355469;
  width: 190px;
  float: right;
  margin-right: 6px;
  padding: 5px;
  padding-top: 0px;
}
#leftMenu {
  color: #355469;
  width: 196px;
  float: left;
  padding: 5px;
  padding-top: 0px;
}
#clearFloats {
	clear: both;
}
#mainTitle {
  font-weight: bold;
  color: #FF7F00;
  font-size: 130%;
  margin-bottom: 15px;
  margin-top: 5px;
}
#subTitle {
  color: #355469;
  font-weight: bold;
  font-size: 105%;
  border-bottom: 1px dotted #355469;
}
#rightTitle {
  color: #355469;
  font-size: 120%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer {
  border-top: 1px dotted #4A7EA3;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  color: #4A7EA3;
  font-size: 90%;
}
#copyright {
  color: #999999;
  font-size: 90%;
  float: left;
  margin-top: 10px;
}
#createdBy{
  color: #999999;
  font-size: 90%;
  float: right;
  margin-top: 10px;
}
#dottedDivider {
  border-top: 1px dotted #355469;
  padding-top: 5px;
  margin-top: 5px;
}
.italicize {
  font-style: italic;
}
.boldTxt {
  font-weight: bold;
}
.boldItalic {
  font-weight: bold;
  font-style: italic;
}
.submitBtn {
  background-color: #FF7F00;
  color: #FFFFFF;
  border-bottom: 1px solid #EF7802;
  border-right: 1px solid #EF7802;
  border-left: 1px solid #FF8812;
  border-top: 1px solid #FF8812;
  font-weight: bold;
}
#divCollapseTitle {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  background-color: #4788C1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 100%;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #FFFFFF;
  border-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 6px;
}
#divCollapseContent {
  padding: 3px;
  background-color: #F7F7F7;
  margin-bottom: 5px;
}
.collapseBg {
  background-color: #4788C1;
  width: 178px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #FFFFFF;
  border-top: 0px;
}
.pictureBorder {
  border: 1px solid #999999;
}
#heightDivider {
  height: 10px;
}
.imgRightPad {
  margin-right: 5px;
  margin-bottom: 5px;
}
.loginLabel {
  width: 65px;
  float: left;
  text-align: right;
}
.smallTxt {
  font-size: 80%;
}
.errorTxt {
  color: #FF0000;
  font-size: 110%;
  font-weight: bold;
}