/* CSS Document */

.backgroundBar {

     width: 100%;
     height: 161px;
     background-color: #0551ba;
     position: absolute;
     margin-top: 0px;
}

.tableHolder {

     width:100%;
     position: absolute;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
}

.centeredPosition{
    position: relative;
	margin-left: auto;
	margin-right: auto;
}

body {
    background-image: url(../styles/images/blueTopBar.gif);
	background-repeat: repeat-x;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000000;

}


p {
    margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
	position:inherit;

}

.priorPage {

      margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
      text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
  
}



h1 {
	color: #81020a;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

ol {
   list-style-type: none;
}
.showNumbers {
   list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

li {
  padding-right: 10px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
    margin-top: 8px;
	margin-bottom: 8px;	

}


li.submenu {
  padding-right: 10px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.7;
	color: #000000;


}

.largeColor {
      color: #81020a;
	font-size: 18px;
	padding-top: 10px;
}


.large {
	font-size: 18px;
	padding-top: 10px;
}

.largeColorBold {
      color: #81020a;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.largeBold {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.mediumColor {
    color: #81020a;
	font-size: 16px;
	padding-top: 10px;

}

.mediumColorBold {
    color: #81020a;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

#underHeader {
     color: #000000;
     font-size: 24px;
     padding-top:4px;
     font-weight: bold;
}

h2 {
      color: #81020a;
	font-weight: bold;
	font-size: 16px;

}

.boldColor{

    color: #81020a;
	font-weight: bold;
	font-size: 12px;

}

h3 {
   font-weight: bold; 
   font-size: 10px;
}

#black{
    color: #000000;

}

hr {

   margin-left: auto;
   margin-right: auto;

}

.colorBar {
   color: #ffffff;
   background-color: #b9850c;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 1px;
   padding-bottom: 3px;
   padding-top: 3px;
   padding-left: 7px;

}

.blackBar {
   width: 100%;
   padding-top: 4px;
   padding-bottom: 4px;
   font-weight:bold;
   font-size: 18px;
   color: #ffffff;
   background-color: #000000;
}

.colorBox {
	border: thin solid #81020a;
	width: auto;
	padding: 10px;
	margin-left: 25px;
	margin-right: 25px;
	
	
}

.colorBoxRight {
      border: thin solid #81020a;
	width: auto;
	margin-left: 25px;
	margin-right:0px;
	margin-bottom: 25px;
	text-align: center;
	float: right;
	padding: 10px;
}

.colorBoxLeft {
      border: thin solid #81020a;
	width: auto;
	padding: 10px;
	margin-left: 25px;
	margin-right:25px;
	text-align: center;
	float: left;
	padding-bottom: 25px;
}

.vline{

  background-image: url(/images/vertLine5.gif);
  background-repeat: repeat-y;

}

#boxRight {
     width: 200px;
     margin-right: 0px;
     margin-left: auto;
     margin-top: 15px;

}

#textLeft {
     margin-right:300px;
     margin-left: 10px;
     margin-top: 0px;
}

table#editableTable {
      margin-top: 0;
		margin-bottom: 0;
}

.railBg{
    background-color: #fbe5b2;
	font-size: 10px;
	
	}

.mainContent {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 20px;
	
}

#footer {
position:relative;
	width:100%;

}

td {
	font-size: 10pt;
}

.top {
	vertical-align: top;
}

