/*  Author:		Roy DeHaven                             */
/*  CSS editor:		Roy DeHaven                         */
/*  editor Email: 	rynait@rt66.com                   */
/*  Current File:	NMADv1_2b.css                       */
/*  Version: 		1.2b                                  */
/*  Purpose:		creating Standard CSS                 */
/*  Modified from: 	ver 1.2 NMAD.css                  */
/*  Create/edit: 	02/02/2009                          */
/*                                                    */
/* standard name used throughout the pages            */
/* note: some style naming convention may be saved or	*/
/* retained due to legacy designs (as of 8/2005)      */
/*                                                    */
/* guide: 												                    */
/* First style name convention is preferred 			    */
/* Second style name convention is alternate 			    */
/*                                                    */
/* p tag is creating format bug, thus removed	in this */
/* version 'b' and included box declarations          */
/*                              						          */
/* **************************************************	*/

/* active use of this style file 						*/
/* 				
<link rel="stylesheet" type="text/css"	
href="../../../editedwork/CSS/NMADv1_1.css" />
<!-- upon final cut, change image path to legal host path 
"/public/reference/NMADv1_1.css" -->						
*/

/* hint to use: <span class='std center bold'>roy</span" */

.smaller /* = 8 point*/
{
	font-size: smaller;
}

.small /* = 10 point*/
{
	font-size: small;
}
                                                        
.std, .standard /* = 12 point = 16 pixels = 1 em (set at 12 point). */
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.sans  /* font sanserif */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.serif /*= 12 point*/
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.mono /*= 12 point*/
{
	font-family: "Courier New", Courier, monospace;
}

.symbol
{
	font-family: webdings;
}

.large /* = 14 point*/
{
  font-size: large;
}

.xlarge /* = 16 point*/
{
	font-size: x-large;
}

.xxlarge /* = 18 point*/
{
	font-size: xx-large;	
}

.font11
{
  font-size: 11pt;
}

.font9
{
  font-size: 9pt;
}

.spacer
{
	color: #000000;
	font-size: x-large;
}

.center, .cntr
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

.italc
{
  font-style: italic;
}

.strike, .delete
{
  text-decoration: line-through;
}

.underline, .under, .uline
{
  text-decoration: underline;
}

/* ******************************** */
/* exception style names (special)	*/
/* ******************************** */
.big 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.noLinkchange
{
color: black;
text-decoration:none;
}

/* ******************************** */
/* margin declarations            	*/
/* ******************************** */
.margin1
{
margin-left:.5in;
}

.margin2 /*=81 pt */
{
margin-left:1.00in;
}

.margin, .margin3
{
margin-left:1.25in;
}

.margin4
{
margin-left:1.50in;
}

.margin5
{
margin-left:1.75in;
}

.marginR
{
margin-left:4.00in;
}

.ident
{
text-indent:-.25in;
}

.ident2
{
text-ident:-.5in;
}

.ident3
{
text-ident:-.75in;
}

.ident4
{
text-ident:-1.0in;
}

.ident5
{
text-ident:-1.25in;
}

.ident6
{
text-ident:-1.50in;
}

.ident-margin3
{
margin-left:1.75in;
text-indent:-.25in;
}

.ident-margin
{
margin-left:1.25in;
text-indent:-.25in;
}

.ident-margin2
{
margin-left:1.50in;
text-indent:-.25in;
}

.ident-margin3
{
margin-left:1.75in;
text-indent:-.25in;
}

/* ******************************** */
/* standardized tags				*/
/* ******************************** */
.green 
{
	color: green;
}

.blue 
{
	color: blue;
}

.black, .normal
{
	color: black;
}

.border
{
  border: 1px solid;
}

/* ******************************** */
/* paper size with margins 			*/
/* ******************************** */
.section
{
	size: 8.5in 11.0in;
	margin-top:1.0in; 
	margin-bottom:1.25in;
	margin-right:1.25in;
	margin-left: 1.25in;
}

.body {
  font-size: middle;
  padding: 0em;
  }

/* ******************************** */
/* standard dimensions recommended 	*/
/* ******************************** */

.safewide, .swide { 
/* viewable 800 pixel width standard note is offset 8 pixel */
width: 760px;
}

.safehigh, .shigh {
/* viewable 600 height standard accomdates 
scrolling and browser toolbars and possibly include offset 8 pixel */
height: 410px;
}

.safeview, .sview {
/* 800 x 600 dimension viewable standard */
width: 760px;
height: 410px;
}

.safewideprint, .pwide {
/* dimension that is direct screen printing based on 800 width */
width: 560px;
}

.safehighprint, .phigh {
/* dimension that is direct screen printing based on 600 height */
height: 410px;
}

.printarea, .parea {
/* dimension that is direct screen printing based on 800 x 600 */
width: 560px;
height: 410px;
}

/* NMAD webutton based on the 800x600 size */
.buttonarea {
width: 158px;
height: 20px;
}

/* NMAD webarea for body based on 800x600, */
/* note: deducting button area and 2 px margin */
/* 600px = 6.25 inches 	  	   	   	 		   */
/* 83px = .86 inches = 96 dpi				   */

.bodywidth {
width: 600px;
}

/* ******************************** */
/* box or cell declarations 		*/
/* ******************************** */

/* single box */
.box {
  width: 100%;
  border: 1px solid;
  padding: 0.12em;
  float: left;
  margin: 0em;
  text-align: left;
  line-height: 1em;
  }
  
/* whole screen defined */
.block {
  width: 100%;
  padding: 0em;
  }
  
/* clear the box-cell definition */
.newline, .newrow {
  
  clear: left;
  }
  

  
 /* table border setup */
.bordersetup
{
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: black;
	border-collapse: collaspe;
}
.dotright {
border-right: 1px dotted;
}
.dotleft {
border-left: 1px dotted;
}
.dottop {
border-top: 1px dotted;
}
.dotbottom {
border-bottom: 1px dotted;
}
.solidall {
border-style: solid;
border-width: 1px;
}

/* ******************************** */
/* Image and placement layer 		*/
/* ******************************** */

/* em = 1 font size (in pixel at 12pt = 16 pixels) */
/* @12 pt, .5625em = 9 pixels */
/* need to declare font size first to establish em measurements */
/* z-index numbering... smaller number = closer to background, 
   and larger number is closer to 'screen'. */

.Imagetopleft
{
position:absolute;
left:.5625em; 
top:.5625em;
z-index:-1
}

.Imagetopright
{
position:absolute;
left:700px;
top:.5625em;
z-index:-1;
}

.back
{
position:absolute;
z-index: -1;
}

