/* CSS Document */

body { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #D6D6D6;
	margin: 0px;
	padding: 0px;
    }

form {
   margin:0;
   }

ol, ul, dl {
	margin-top: 0px;
    }

dd {
    padding: 15px 15px 0px 0px;
    }

p { 
	line-height: 10pt;
	margin-top: 0px; 
	margin-bottom: 14px; 
	}

h2 { 
	font-size: 10pt;
	font-weight: bold; 
    margin-top: 0px;
	margin-bottom: 10px; 
    color: #1778BE;
	}

h3 { 
	font-size: 8pt;
    margin-top: 0px;
	margin-bottom: 8px; 
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #70A94B;
    text-align: center;
	}


/* specific divs */
#container { 
	top: 0px; position: absolute;
	margin: 0px auto;
	text-align: center;
	width: 100%; 
	}
	
#content {
    background: #FFFFFF url(../images/bottom.gif) no-repeat bottom left;
    width: 776px;
	text-align: left;
    padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
    }

#indexMasthead {
    clear: both;
    width: 776px;
    height: 226px;
    background-image: url(../images/mastheads/masthead.jpg);
    background-repeat: no-repeat;
    }

#masthead {
    clear: both;
    width: 776px;
    height: 226px;
    background-repeat: no-repeat;
    }

#logo {
    position: absolute;    
    margin: 8px 0px 0px 20px;
    }

#navigation {
    position: absolute;
    margin: 64px 0px 0px 33px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    }

#navigation ul {
    float: left;
    width: 135px;
    margin-left: 0px;
    padding-left: 0;
    margin: 0;
    display: block;
    }

#navigation ul li {
    float: left;
    line-height: 15pt;
    width: 135px;
    overflow: hidden;
    }

#navigation ul li a {
    color: #FFFFFF;
    text-decoration: none;
    }

#navigation ul li a:hover {
    color: #65B4ED;
    }

#request {
    position: absolute;
    margin: 168px 0px 0px 560px;
    }
    
#pageNav {
    clear: both;
    width: 776px;
    height: 15px;
    padding-top: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    }

#breadCrumbs {
    float: left;
    width: 450px;
    padding-left: 93px;
    color: #70A94C;
    }

#breadCrumbs span {
    color: #000000;
    }
    
#subMenu {
    float: right;
    font-weight: bold;
    padding-right: 30px;
    }

#pageNav a {
    text-decoration: none;
    color: #2681C2;
    }

#pageNav a:hover {
    text-decoration: underline;
    color: #2681C2;
    }

#indexColumn {
    float: left;
    width: 172px;
    height: 284px;
    padding: 12px 0px 0px 97px;
    overflow: hidden;
    }

#indexColumn table {
    height: 100%
    }

#indexColumn td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    }

#indexColumn td a {
    text-decoration: none;
    color: #FFFFFF;
    }

#indexColumn td a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    }

#leftColumn {
    clear: left;
    float: left;
    width: 263px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background: transparent url(../images/lc_body.jpg) repeat-y top left;
    }

#leftColumn table {
    margin-left: 98px;
    width: 118px;
    height: 132px;
    }

#leftColumn td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    color: #FFFFFF;
    padding-bottom: 6px;
    }

#leftColumn td a {
    text-decoration: none;
    color: #FFFFFF;
    }

#leftColumn td a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    }

#columnTop {
    width: 260px;
    height: 6px;
    background: transparent url(../images/lc_top.jpg) no-repeat top left;
    }

#columnBottom {
    width: 260px;
    height: 127px;
    background: transparent url(../images/lc_bottom.jpg) no-repeat top left;
    }
    
#indexBody {
    clear: both;
    width: 776px;
    height: 308px;
    background-image: url(../images/body.gif);
    background-repeat: no-repeat;
    }

#contentBody {
    clear: both;
    width: 776px;
    background: transparent url(../images/body_bg.jpg) repeat-y top left;
    }

#indexText {
    clear: right;
    width: 457px;
    height: 249px;
    margin: 0px 0px 0px 294px;
    padding-top: 10px;
    color: #575857;
    font-size: 8pt;
    }

#indexText p {
    margin: 15px 10px 0px 0px;
    }

#contentText {
    clear: right;
    width: 477px;
    margin: 0px 0px 0px 274px;
    padding-top: 10px;
    color: #575857;
    font-size: 8pt;
    }

#contentText p {
    margin: 15px 10px 0px 0px;
    }

#contentText p b {
    color: #000000;
    }

#contentText ul {
    margin-left: 0px;
    padding-left: 15px;;
    margin: 0;
    display: block;
    }

#contentText a {
    color: #1778BE;
    }

#contentText a:hover {
    color: #70A94C;
    }

#contentText img {
    padding: 15px 15px 15px 15px;
    }    

#bodyText {
    width: 776px;
    min-height: 270px;
    background: transparent url(../images/body_top.jpg) no-repeat top left;
    }
    
#bodyBottom {
    clear: both;
    width: 776px;
    height: 51px;
    background: transparent url(../images/body_bottom.jpg) no-repeat top left;
    }
    
#moreInfo {
    float: left;
    height: 51px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-size: 8pt;
    font-weight: bold;
    color: #5B8A3D;
    }

#moreInfo p {
    margin: 25px 0px 0px 277px;
    }

#brCorner {
    float: left;
    width: 145px;
    height: 51px;
    margin: 0px 0px 0px 67px;
    background-image: url(../images/br_corner.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    }

#brCorner img {
    padding: 3px 0px 0px 4px;
    }
  
#footer {
    width: 776px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #8D9498;
    padding: 12px 0px 15px 0px;
	margin-left:auto;
	margin-right:auto;
    }

#footer a {
    text-decoration: none;
    color: #8D9498;
    }

#footer a:hover {
    text-decoration: underline;
    color: #8D9498;
    }


/* specific classes */

.divider {
    background-color:  #FFFFFF;
    height: 1px;
    width: 100%;
    font-size: 1pt;
    line-height: 1pt;
    }

.highlight {
    border: 1px solid #000000;
    background-color: #CCCCCC;
    margin-top: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
    }

.formrequired {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#FF6600;
    font-weight: bold;
    }
  
.formError {
    color: #FF0000;
    }

.formbutton {
    height: 21px;
	font-size: 8pt;
    background-color: #70A94C;
	color: #FFFFFF;
	border: 1px solid #506E3C;
    font-style: italic;
    font-weight: bold;
    margin-left: 275px;
    line-height: 10pt;
    }


/* Form Elements */

input {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    }
   
textarea {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 335px;
    }

select {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    }