
html {
  margin : 0px;
  padding : 0px;
}
body {
  margin : 0px;
  padding : 0px;
  background-color : #899FB5;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

#outerpage {
  width : 718px;
  height : 100%;
  padding : 0px;
  padding-right : 1px;
  margin : 0px;
  margin-left : auto;
  margin-right : auto;
  background-image : url(/pics/bodybkgrnd.gif);
  background-repeat : repeat-y;
  background-position : top;
}
#page {
  height : 100%;
  padding : 0px;
  padding-bottom : 9px;
  margin : 0px;
  background-image : url(/pics/footerbkgrnd.gif);
  background-repeat : no-repeat;
  background-position : bottom;
}
#header
{
    padding-top: 30px;
    background-image: url(/pics/headerbkgrnd.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-right: 73px;
    padding-left: 73px;
    height: 95px;
}
#header p
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #6D6B6A;
    text-align: right;
    position: relative;
    top: -30px;
    left: 265px;
    width: 300px;
    margin: 0px;
    padding: 0px;
}

.navActive
{
    background-image: url(/pics/selected.gif);
    background-repeat: no-repeat;
    background-position: center 23px;
}

.navBackground
{
    margin-left: 10px;
    background-image: url(/pics/navbkgrnd.gif);
    background-repeat: no-repeat;
    background-position: center 5px;
}

#outerpage
{
    width: 718px;
    height: 100%;
    padding: 0px;
    padding-right: 1px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/pics/bodybkgrnd.gif);
    background-repeat: repeat-y;
    background-position: top;
}

#content {
  padding-right : 97px;
  padding-left : 97px;
  padding-bottom : 160px;
  padding-top : 12px;
  background-image : url(/pics/bkgrndimage.jpg);
  background-repeat : no-repeat;
  background-position : 83% 100%;
}
#content a{
text-decoration : none;
color : #6088A0;
font-weight : bold;
font-family : verdana, arial;
text-align : center;
font-size : 12px;
padding-left : 0px;
margin-left : 0px;
}
#content a:hover{
color : #204668;
}

.title{
text-decoration : none;
font-weight : bold;
text-align : center;
font-size : 20px;
padding-left : 0px;
margin-left : 0px;
}

.tagline{
text-decoration : none;
font-weight : bold;
text-align : center;
font-size : 16px;
padding-left : 0px;
margin-left : 0px;
}

#footer {
  margin : 0px;
  padding : 1px;
  color : #6D6B6A;
  padding-right : 97px;
  padding-left : 97px;
}
#footer p{
  margin : 0px;
  padding : 0px;
}


.inputLine{
width : 420px;
margin-left : 10px;
margin-right : 10px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 5px;
padding-bottom : 5px;
background-color : #D1DAE1;
}

.inputLabel{
float : left;
height : 15px;
width : 130px;
color : black;
font-weight : bold;
font-family : verdana, arial;
text-align : right;
font-size : 12px;
padding-top : 3px;
}

.inputBox {
height : 15px;
width : 270px;
color : black;
font-weight : bold;
font-family : verdana, arial;
text-align : right;
font-size : 12px;
text-align : left;
}

.inputTextarea{
width : 270px;
color : black;
font-weight : bold;
font-family : verdana, arial;
text-align : right;
font-size : 12px;
text-align : left;
}

.sButton {
height : 20px;
width : 70px;
color : black;
font-weight : bold;
font-family : verdana, arial;
text-align : center;
font-size : 12px;
}