BODY{
  margin: 25px;
  padding: 0px;
  background: navy url(bg.gif);
  color: #000000;
}


BODY,DIV,SPAN,TABLE,TR,TD,UL,LI{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

#container{
 background: #fff;
 color: #000000;
}

.navigation{
  padding:25px 0px 25px 4px;
  width: 150px;
  border: 1px solid #293163;
  border-right: none;
  vertical-align: top;
  background: #EEEDED url(navBackground3.gif) repeat-y top right;
  color: #000000;
}

#content{
  border-top: 1px solid #293163;
  padding: 5px;
  background: #edf4fc url(images/104785_4778sa.gif) no-repeat top right;
  color: #000000;
}

.list-header{
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
  margin-left: 25px;
}

.list-element{
  margin-left: 50px;
}

li{
  margin-top: 4px;
}

A{
  color: blue;
}

A: HOVER{
  color: red;
}

.noUnderline{
  text-decoration: none;
  color: navy;
  font-weight: bold;
}

H1{
  font-size: 24px;
  font-weight: bold;
}

.para{
  margin-top: 15px;
  line-height:1.35em;
}

.required{
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.navElement{
  font-size: 11px;
  width: 145px;
  padding: 4px;
  color: navy;
  font-weight: bold;
  background: #fcfcee;
  cursor: pointer;
  margin-right: 10px;
  border: thin outset #fcfcee;
}

.navElementOver{
  font-size: 11px;
  width: 145px;
  padding: 4px;
  color: navy;
  background: #EDF4FC;
  font-weight: bold;
  border: thin outset #fcfcee;
  cursor: pointer;
}

.navElementActive{
  font-size: 11px;
  width: 150px;
  padding: 4px;
  color: navy;
  font-weight: bold;
  border: thin inset #FFFFFF;
  background: #edf4fc;
  border-right: none;
  margin-right:0px;
  width: 157px;
}

.navElementActiveClick{
  font-size: 11px;
  border: thin inset white;
  padding: 2px;
  background: #eaeaea;
  border: 1px outset #fcfcee;
  color: #000000;
}

.page-heading{
  font-size: 32px;
  font-weight: bold;
  text-decoration: underline;
  font-family: times, serif;
}


H2{
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

UL{
	margin-left: 1.25em;
	padding: 0px;
}

LI{
  smargin-left: 1.25em;
  stext-indent: -1.25em;
}

FIELDSET{
  display: block;
  width: 450px;
}

LEGEND{
  font-weight: bold;
}


.captchapict{border:thin inset white;}\

.errorText{color:#CC0000;}
.error{
  background-image: url(error.gif);
  background-position: 2px 2px;
  background-repeat: no-repeat;
  padding:2px;
  padding-left:20px;
}
.cerror{background:pink;}

.errorTitle{
    background-color: #FFC0CB;
    font-weight: bold;
    border-bottom:1px solid red;
    padding: 2px;
}

.errorBox{
    position:relative;
    border: 1px solid red;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    z-index:100;
		font-family:verdana,arial,sans-serif;
		font-size:12px;
}

