/*
 * @author neil k. palmer
 * @created september, 2004
 * @purpose cascading style sheet for small schools
 */

.formtable, .formtable TD 
{
font-family:arial;
font-size:10pt;
  }
  
input{
    font-size: 10pt;
    font-family: arial;

 }
 
td.thankyou{
     font-family: arial;
     font-size: 12px;
     font-weight: normal;
 }

body {
 font-size: 11pt;
font-family: arial;
}
.debtamount {
    color: #343434;
    font-weight: lighter; 
	font-style:normal;
    /*padding-left: 125px;*/
}

.error {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    padding-left: 0px;
}

h3 {
margin-top: 5px;
font-size: 18px;
font-weight:bolder;
color:#336699;
font-family: arial;

}

h4 {
margin-top: 5px;
margin-left:18px;
font-size: 18px;
font-weight:bolder;
color:#336699;
font-family: arial;

}
h2 {
text-align: left;
margin-top: 7px;
font-size: 22px; 
font-weight:bold;
margin-bottom:2px;
margin-left:25px;
color: #ff6600;
font-family: arial;
}

.thankyou{
  font-weight:bold;
  padding-left:5px;
  padding-top:0px;
 }
 
 .articlelist{
   margin-left:35px;

 }
 .author{
 
 font-style:italic;
 }
 
 .articlelist2{
    margin-left:20px;
 
 }
.image{
  vertical-align: top;
  top:0px;
  position:relative;
  width: 130px;
  padding-left:0px;
  float:left;
}

#logocontent{
  background-color:#000000;
  left:0px;
  position:relative;
}


.prog-border {
 -moz-box-sizing: border-box;  
  width: 156px;
  height: 9px;  
  margin: 0;
  padding: 0;
  border-color:#0a688e;  
  border-style: solid;
  border-width: 2px;

}

.prog-bar {
  height:5px;
  margin: 0px;
  padding: 0;
  background: #0a688e;
  font-size:0px;
}

#articleCopyContent {
   text-align: left;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    color: #000000
}
#articleCopy {
    position: absolute;
    z-index: 1;
    width: 675px;
    left: 30px;
    background-color: #FFFFFF;
    overflow:hidden;
}
.form { font-family: verdana;font-size: 11px; font-weight: normal;color:#004A84; }
.labeltnc {
	width:320px;
	text-align:left;
	color:#004A84;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

#slcfooterLinks {
  position:absolute;
  left:0px;
  background-color: #333333;
  width:730px;
  height: 40px;
  top:1000px;
  overflow:hidden;
}

 #text{
 position:absolute;
 z-index:100px;
 top:66px;
 left:291px;
 font-size:28px;
 font-weight:bold;
 width:430px;
 color:#323637
 }