* {
	font-size:16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	}


body {
  	font-size: 70%;
	color: green;
	font-family: Arial, Tahoma, Verdana, sans-serif;padding: 0px;
	margin:10px;
	background-color:silver;
	}

td {
  	font-size: 70%;
	font-family: Arial, Tahoma, Verdana, sans-serif;padding: 0px;
	color:green;
	padding-left: 10px;
	padding-right:10px;
	margin: 0px;
	/*background-color: #E0EDC5;*/
	}
	
/*************************************************************
/* --  main page layout styles --  (ensure widths consistent in table styles) -- *
/*************************************************************/		
.layout_top_table {
	width:750px;
	background-color: #D4E7B2;  /* pale green  */
	padding-left:0px;   
	padding-right:0px; 
	margin-right: auto;
	margin-left:auto;
	border-style:solid;
	border-width: 2px 2px 0px 2px;
	border-color: #000000;  /* black */
	}
	
.layout_logo {
	background-color: #FFFFFF;  /* White */
	padding: 10px;
	}

.layout_caption {
	background-color: #FFFFFF;  /* White (change for debug)*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-top: auto;
	margin-bottom: auto;
}	
		
.layout_body_table {
	width:750px;
	background-color: #FFFFFF;  /*white  - or #D4E7B2;   /* very pale green */
	padding-left:25px;  /* padding may not be requried */
	padding-right: 25px;
	margin-right: auto;
	margin-left:  auto;
	border-style:solid;	/*set border style to "none" and width to 0px after design */
	border-width: 0px 2px 0px 2px;
	border-color: #000000;  /* black */
	}
	
.layout_base_table {
	width:750px;
	background-color: #D4E7B2;   /* very pale green */
	padding-left: 0px;  /* padding may not be requried messes up Mozilla */
	padding-right: 0px;
	margin-right: auto;
	margin-left:auto;
	border-style:solid;	/*set border style to "none" and width to 0px after design */
	border-width: 0px 2px 2px 2px;
	border-color: #000000;  /* black */
}	

/*--  need % of head left and right to total 100% -- height defines whole row*/
.page_headleft  {
	width: 30%;
	height:30px;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 70%;
	background-color: #C6D360;  /*-- regulis logo green -- */
}

.page_headright  {
	width: 70%;
	text-align:center;
	font-size: 100%;
	background-color: #C6D360;  /*-- regulis logo green -- */
}
	
.footer {
	background-color: #C6D360;  /*-- regulis logo green -- */
	width:200px;
	height: 30px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:80%;
	text-align:center;
}

/***************************************************
* Left Column navigation
***************************************************/

#nav-lhs {
    border-left: 40px;
	padding-top: 20px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
 	font-size: 110%;
 }

#nav-lhs a  {
   display: block;
   font-size: 100%; 
   text-indent: 0px;
   text-decoration: none;
   vertical-align: middle;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 8px;
   padding-bottom: 8px;          
   border-width: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #555555;
}

#nav-lhs a:hover {
   background:green;
   color: white; 
}

/* ---------------------------------------------------------
/*  main text styles in page body          
/* ---------------------------------------------------------*/
#main-content {
	font-size: 110%;
	font-family: Arial, Tahoma, Verdana, sans-serif;  /*  defines for all central area  */
	padding-left: 5px;
	padding-right:10px;
	padding-top: 20px;
}

#main-content h1 {
	color: #000000;    /* black heading colour --*/
	font-size: 110%;
	font-weight: bold;
}

#main-content h2 {
	color: green;
	font-size: 100%;
	font-weight: bold;
}
	
#main-content p {
	color: green;
	font-size: 100%;
	font-weight: normal;
}

#main-content p a {
	color: blue;
	font-size: 100%;
	font-weight: normal;
}

#main-content p a:hover {
	color: green;
	font-size: 100%;
	font-weight: normal;
}

#main-content  ul {
	color: black;
	font-size: 100%;
	font-weight: normal;
	list-style-image: URL("http://regulis.com/images/bullet.png");	
}

#main-content  li {
	color: black;
	font-size: 100%;
	font-weight: normal;
	list-style-image: URL("http://regulis.com/images/bullet.png");	
}

#main-directions a  { 
	color: red;
	text-decoration: underline;
	font-size: 80%;
	padding-left: 5px;
	padding-right: 20px;
	padding-top:10px;
}
	
#main-content a {  /* text with links in main text */
	color: green;
	font-size: 100%;
	text-decoration: none;
}

#main-content a:hover {  /* text with links in main text */
    color: blue;
}

#main-content-button a {  /* link buttons */
color:red;
}

#main-content em {
	font-style: italic;
	font-size: 100%;
}

#main-content b {
	font-weight: bold;
	font-size: 100%;
}

#formdes label {
	width: 100px;
	font-size: 70%;
	color: blue;
}

.asterix {
	color: red;
}

#formdes-footnote {
	font-size: 70%;
	color: black;
}

.copyrightnotice {	
	font-size:100%;
	color: #666666;  /*-- dark grey --*/	
}
