/* The following will be for general use */

body     {
		display: block;
    background:   white;
/*    border-left: 	15px solid #006;
    border-bottom: 15px solid #006;  */
    color: 				#003;
    font: 				normal 11pt arial, helvetica, sans-serif;
    padding: 			0in .1in .2in .2in;
	margin-bottom: 	10px;
}

.sub_heading {
		display: block;
}
h1 { color: #000066;
	 	 font-weight: bold;
		 margin-top: .1mm;
		 margin-bottom: .1mm;
}
h3 { color: #fff;
     background: #630000;
  	 text-align: center;
	 	 font-weight: bold;
		 margin-top: .1mm;
		 margin-bottom: .1mm;
		 padding-top : 3px;
		 padding-bottom : 5px;
}
h4 {
	 	margin-top: .5em;
	 	margin-bottom: .5em;
}
.sub_heading h4 {
	 	margin-top: .1em;
	 	margin-bottom: .1em;
}
.sub_heading h5 {
	 	margin-top: .1em;
	 	margin-bottom: .1em;
}
hr {
    border:           1px solid #660000;
		color: 						#fff;
    background-color: #fff;
    height:     			4px;
    margin-top: 	 		.8px;
    margin-right: 		.4px; 
}

#auglogo {
   position:		 	relative;
   left:				 	0; /* the left block is placed in absolute position to the left */
   display:			 	block;
   float:				 	left;
}
#pgBanner {
   display:  		 block;
   float:				 left;
   width:				 80%;
	 text-align:	 center;
	 font-size:		 36pt;
	 font-weight:	 bold;
	 color:				 #630000;
 	 margin-left:  20px;
}


/* The following is sprcific to table structure creation */
.dataTbl {
	display:			 block;
  width:				 800px;
	font-size:		 10pt;
/* background-color: #ffcc99;
	border-color: red;
	border-width: 2;      */
	float:				 left;
	padding:       10px;
	margin-top:    10px;
	margin-left:   10px;
	margin-right:  10px;
}
.dataCap {
   display:			 block;
	 text-align:	 center;
	 font-size:		 12pt;
	 color:				 red;
	 background-color:   #ccffff;
	 border-bottom-width: 2px;
	 border-color: red;
	 margin-bottom: 10px;
}
.tblHdr {
   display:			 block;
   float:				 left;
}
.tblRow {
   display:      block;
   float:				 left;
}
.nam01_col_hdr {
   position:	 	 relative;
   left:				 0; /* the left block is placed in absolute position to the left */
   display:      block;
   width:        180px;
   float:				 left;
   margin-bottom: 2px;
   padding-bottom: 2px;
   color:				 #fff;
   background:	 #630000;
   text-align:	 center;
   font-weight:	 bold;
   font-size:		 10pt;
   font-family:	 verdana;
}
.nam02_col_hdr {
   display:      block;
   width:        110px;
   float:				 left;
   margin-bottom: 2px;
   padding-bottom: 2px;
   color:				 #fff;
   background:	 #630000;
   text-align: 	 center;
   font-weight:  bold;
   font-size:    10pt;
   font-family:  verdana;
}
.email_col_hdr {
   display:       block;
   width:         260px;
   float:	      	left;
   margin-bottom: 2px;
   padding-bottom: 2px;
   color: 				#fff;
   background: 		#630000;
   text-align: 		center;
   font-weight: 	bold;
   font-size:     10pt;
   font-family:   verdana;
}
.phone_col_hdr {
   display:       block;
   width:         110px;
   float:	      	left;
   margin-bottom: 2px;
   padding-bottom: 2px;
   color: 				#fff;
   background: 		#630000;
   text-align: 		center;
   font-weight: 	bold;
   font-size:     10pt;
   font-family:   verdana;
}
.loc_col_hdr {
   display:       block;
   width:         140px;
   float:	      	left;
   margin-bottom: 2px;
   padding-bottom: 2px;
   color: 				#fff;
   background: 		#630000;
   text-align: 		center;
   font-weight:		bold;
   font-size:     10pt;
   font-family:   verdana;
}
.nam01_col {
   position : 		relative;
   left: 					0; /* the left block is placed in absolute position to the left */
   display:       block;
   width:         180px;
	 float:	        left;
	 margin-bottom: 2px;
	 font-size:     8pt;
	 font-family:   verdana;
	 color:         #000099;
}
.nam02_col {
   display:       block;
   width:         110px;
	 float:	        left;
	 margin-bottom: 2px;
	 font-size:     8pt;
	 font-family:   verdana;
	 color:         #000099;
}
.email_col {
   display:       block;
   width:         260px;
	 float:	        left;
	 margin-bottom: 2px;
	 font-size:     8pt;
	 font-family:   verdana;
	 color:         #000099;
}
.phone_col {
   display:       block;
   width:         110px;
	 float:	        left;
	 margin-bottom: 2px;
	 font-size:     8pt;
	 font-family:   verdana;
	 color:         #000099;
}
.loc_col {
   display:       block;
   width:         140px;
	 float:	        left;
	 margin-bottom: 2px;
	 font-size:     8pt;
	 font-family:   verdana;
	 color:         #000099;
}
