body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing:normal; 
	color: #666666;	    
	margin: 0px;    
	padding: 0px;     
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;  
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font: 20px Arial, Helvetica, sans-serif;
 color: #21409a;
 line-height:26px;
 letter-spacing:.21em;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	/* width: 1100 px;   */
	padding-top: 5px;
	padding-bottom: 5px;
	width: 99%;
	border: 1px solid #cccccc;
	padding: 1px;
	Margin: 0px auto;  /*centers the web page */
	background-color: #eaeaf4;
			}

#masthead{
	margin: 0;
  /*	width: 1024px;    */   
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navBar{
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	float: left;    
	width: 165px;
	top: auto;
}

#content{
    width: 850px;   
  	margin: 0;
	padding: 0px;
	left: 190px;   
 	top: auto;  
 	}
	
#content img{
 display: block;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#bodyText{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#promoText{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* Order Inquiry   */
#OrderInquiry{
	padding: 0px;
	margin : 20px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border:1px;
	border-style: solid;
	width: 800px;
}
/* actual invoice   */
#Invoice{
	padding: 0px;
	margin : 5px;
	margin-top: 10px;
/*	background-image: url(InvoiceOld.jpg);   */
	border:1px;
	border-style: solid;
	width: 1024px;
	height: 880px;
	}
	
/* financial statement program */
#OEGLPL{
	padding: 0px;
	margin : 5px;
	margin-top: 10px;
	border:1px;
	border-style: solid;
	width: auto;
	height: auto;
		}
		
/* reports */
#REPORT{
	padding: 1px;
	border:1px;
	margin-left: 1px;
	border-style: solid;
	width: auto;
	height: auto;
				}



/************* #globalNav styles **************/

#globalNav{
/*	color: #cccccc;    */
/*	width: 1024px;         */
    color: #cccccc;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	white-space: nowrap;
	border-bottom-color: #cccccc;
	background-color: #eaeaf4;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 0px 0px 0px; 
}

#globalNav a:link, a:visited, a:hover {
	color: #006699;  
	text-decoration: none;
}

#globalNav a:hover {
		text-decoration: underline;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 8px;
}
	
}
/* adjust margins to change separation between the feature image and text flowing around it */

#style1{
	color: #FF0000;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height:26px;
	letter-spacing:.21em;
	background-color: #FFFF99;
	float: right;
}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	color: #21409a;
	line-height:26px;
	letter-spacing:.21em;
	}

.bodyText{
	font: 100%;
	padding: 1px 10px 10px 10px;
	color: #333333;
	font-weight: normal;
		}
			
/*Phone Number*/
.medranonumber{
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;	
	font-weight: bold;   
	}

/****   5250 Report styles      **/  
.reportName{
	font: 16px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	color: #21409a;
	line-height:19px;
	letter-spacing:.10em;
	}
.reportText{
	font: 100%;
	padding: 1px 2px 2px 2px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
		}

.REPORT{
	padding: 1px;
	border:1px;
	margin-left: 5px;
	border-style: solid;
	width: auto;
	height: auto;
				}
/************** .story styles *****************/

.story{
/*	clear: both;     */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
}

.story p{
	padding: 10px;
	font-size: 90%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing:.1em;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;/*	padding:8px 6px 10px 20px;    */
}

.sectionLinks ul li{
	padding: 10px 0px 2px 10px;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


.sectionLinks a:link{
	padding: px 0px 2px 10px;
/*	border-top: 1px solid #cccccc;   */
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration: none
}

.sectionLinks a:visited{
 /*	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;   */
	text-decoration: none
}

.sectionLinks a:hover{
 	text-decoration: underline
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0px;
}

.relatedLinks ul{
}

.relatedLinks a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

.relatedLinks a:hover {
 	text-decoration: underline
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing:.1em;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/**   Table Styles     */
#mainbodyTable{ 
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	display:block;
	}
	

