/* Importing other css for rounding and listing*/
@import url("/css/list.css");
@import url("/css/round.css");
@import url("/css/header.css");

/* modified HTML tags, do so sparingly */

body/*, td */
{ font-family: verdana, helvetica, Arial, sans-serif;
  font-size: 80%;
  color:#333333;
  margin:10px 0 10px 0;
  padding:0px;
  background-color:#A5A48C}
											
form                    { margin:0; padding:0; } 



/* font styles */

#pagetitle				{ font-size:160%; color:#330066; font-weight:bold; margin:0px;}
#pagetitle a:link,
#pagetitle a:visited
{text-decoration:none;border-bottom:none;color:#330066; }
#pagetitle a:hover,
#pagetitle a:active
{text-decoration:underline; }
#doctitle				{ font-size:120%; text-decoration:none; border-bottom:none; color:#330066; font-weight:bold; margin:0px;}
.title					{ font-size: 140%; color:#330066; font-weight:bold; margin:0px;}
.title1                 { font-size: 140%; color:#47266D; font-weight:bold; margin:0px;}
.title2                 { font-size: 100%; color:#333333; font-weight:bold; margin:0px;}
.title3                 { font-size: 140%; color:#330066; font-weight:normal; margin:0px;}


/* link styles */

a:link                  { color: #7C433C;text-decoration:none; border-bottom:1px dotted #2F2C20;}
a:visited               { color: #7C433C;text-decoration:none; border-bottom:1px dotted #2F2C20;}
a:hover                 { color: #663399;text-decoration:none; border-bottom:1px dotted #330066;}
a:active                { color: #663399;text-decoration:none; border-bottom:1px dotted #330066;}

/* Creating link style for 'all link' pages or sections of pages that have no underlining */

#cleanlinks a:link,
#cleanlinks a:visited
{text-decoration:none;border-bottom:none; }
#cleanlinks a:hover,
#cleanlinks a:active
{text-decoration:underline; }


/* Remove link underline	 */
a.noborder 	
{ 
border: 0; 
text-decoration: none;
}
    /*IE hack*/
* html a.noborder { 
border-bottom: 0; }


/* background shading styles */

.blueLite               { background-color:#D3D0D9;}
.tanLite {background-color:#ECE9DA;}


/* footer styles */

.footerbox {background-color: #FFFFFF; width:948px}

     /* setting some lower lefthand footer properties */

.stockfooter {float:left; width:80%; line-height:1.4em; text-align:left;padding:0 0 5px 10px}

     /* setting some lower righthand footer properties */

.ada {float:right; width:150px}



/* colors */
.purple                 { color:#330066;}                                         
.gray                   { color:#333333;}
.greyNorm               { background-color:#DDDDDD;}
.greyLite               { background-color:#EEEEEE;}                                          


/* various text styling */

.padded                 { padding:20px;}
.center 		{ text-align: center }
.tab 			{ margin-left: 1em }
.bold 		{ font-weight: bold }
.italic 		{ font-style: italic }
.bolditalic 	{ font-weight: bold ; font-style: italic }
.under 		{ text-decoration: underline }
.larger 		{ font-size: larger }
.largerbold 	{ font-size: larger ; font-weight: bold }


.subtable  	    { font-size: 100%;} 
acronym { cursor: help }
br.clear{ clear:both }



/* For printing view usage*/
.pHeader2 { display: none;}
.pFooter2 {display:none;}

/* This is attempt for fixing border issue on IE by Hiro*/
#border{
}

#border a
{
margin: 0;
border-bottom: 1px dashed #000000;
}

#noborder{
}

#noborder a
{
margin: 0;
border: 0;
text-decoration: none;
}

/* This is the end of attempt*/

#menu{
	display: none;
}

/* Styles that may be unnecessary and need further checking 
.outline1 		{ list-style-type: upper-roman }
.outline2 		{ list-style-type: upper-alpha }
.outline3 		{ list-style-type: decimal }
.outline4 		{ list-style-type: lower-alpha }
*/

/* legacy Zentropy junk to remove and retire 

.outline5 		{ list-style-type: lower-roman }
.purpletext 	{ color: #ff00ff }
.borderbgfix 	{ margin-left: 12em }
.formText { 
     border: 1px solid;
     font-size: 120%;
     background-color: #f5f5ff;
     border-color: #000000;
}

.lessPadded             { padding:20px; padding-top:10px; padding-bottom:10px; }
.tinyPadded             { padding:20px; padding-top:3px; padding-bottom:3px; }

.tan                    { background-color:#FFCC99;} -- seems to only be in some test index pages from 2005
.indented               { position:relative; top:-11px; left:15px; width:90%;}


.blueNorm               { color:#330066; background-color:#CCCCFF;}
.purpleDark             { color:#FFFFFF; background-color:#330066;}

a.Footer:link           { color:#CC99FF;}
a.Footer:visited        { color:#CC99FF;}
a.Footer:hover          { color:#FFFFFF;}
a.Footer:active         { color:#FFFFFF;}

.purpleNorm             { color:#FFFFFF; background-color:#330066;}
a.purpleNorm:link       { color:#FFFFFF;}
a.purpleNorm:visited    { color:#FFFFFF;}
a.purpleNorm:hover      { color:#CC99FF;}
a.purpleNorm:active     { color:#CC99FF;}

.grayLite            	{ color:#4f027c; background-color:#eeeeee;}
a.grayLite  :link       { color:#3d036f;}
a.grayLite  :visited    { color:#4f027c;}
a.grayLite  :hover      { color:#330066;}
a.grayLite  :active     { color:#330066;}

.purpleBanner				{ color:#330066;}
a.purpleBanner  :link       { color:#330066;}
a.purpleBanner  :visited    { color:#330066;}
a.purpleBanner  :hover      { color:#663399;}
a.purpleBanner  :active     { color:#663399;}

.purpleLite             { color:#FEFEFE; background-color:#9966CC;}
.purpleLite2             { color:#FFFFFF; background-color:#3d036f;}
.purpleLite3             { color:#FFFFFF; background-color:#4f027c;}
a.purpleLite:link       { color:#FFFFFF;}
a.purpleLite:visited    { color:#FFFFFF;}
a.purpleLite:hover      { color:#330066;}
a.purpleLite:active     { color:#330066;}

*/

/* junk we (Dale/Hiro/Jenny) created and then retired

Deleted by Hiro
.purplebg 		{ background-color: #d8bfd8 }

 trying another tactic - dsa
.borderline				{ color:#7C433C;}
a.borderline:link       { text-decoration:none; border-bottom:1px dotted #2F2C20;}
a.borderline:visited    { text-decoration:none; border-bottom:1px dotted #2F2C20;}
a.borderline:hover      { text-decoration:none; border-bottom:1px dotted #330066;}
a.borderline:active     { text-decoration:none; border-bottom:1px dotted #330066;}


Trying to fix the IE link presentation problems using the star html hack filter 

* html a:link           { color:#7C433C; text-decoration:none; border-bottom:1px dashed #2F2C20;}
* html a:visited        { color:#7C433C; text-decoration:none; border-bottom:1px dashed #2F2C20;}
* html a:hover          { color:#5E358F; text-decoration:none; border-bottom:1px dashed #5E358F;}
* html a:active         { color:#663399;}


 Since we got the logos, we might ignore these, right?  by Hiro
.banner-large			{ font-size: 375%; color:#330066; font-weight:bold; margin:0px;}
.banner-medium			{ font-size: 210%; color:#330066; font-weight:bold; margin:0px;}

.banner-small			{ font-size: 130%; color:#330066; font-weight:bold; margin:0px;}

*/
