/* CSS Document  greetings.css - copyright 2004 AdHub.com    12/4/2004 */

/* DIV IDS START HERE */	
#content {  /*box around center content area */
	background-color: #FFFFFF;
	}
#content td {
	margin: 0px;
	padding: 4px;
	vertical-align:middle;
	text-align:center;
	}
#card1 {  /*box around card content */
	border-width:0px;
	}
#card1 td {
	margin: 0px;
	padding: 0px;
	color:#32008A;
	font-size: 80%;
	line-height:1em;
	text-align:center;
	}
#card1 img {
	margin: 0px;
	padding: 8px;
	border:0px;
	}		
#card2 td {
	margin: 10px;
	padding: 10px;
	vertical-align:bottom;
	}
#footer, .footer{  	/* div id and class for footer*/
 	font-size: 11px;
	line-height: 12px;
	margin: 3px 0 5px 0;
	}
/* STYLED HTML TAGS START HERE */
p {
	font-size: 11px;
	line-height: 1.5em;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
h1 { 	color: #D62700;  
	font-size: 16px;
	font-style:italic;
	}
h2 { 	color: #D62700;  
	font-size: 14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	 }	
h3 { 	color: #D62700;  
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}	
h4 { 	color: #32008A; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	}
h5 { 	color: #32008A; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	}
h6 { 	color: #D62700;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif; 
	}	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	line-height: 1.5em;
	}
/* TEXT CLASSES START HERE */
.head3	{  /*orange text - primary header- page title */
	margin: 0px 0px 0px 20px;
 	font-size: 20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;	
	font-weight: bold;
	color: #D62700;  
	}
	
.orange {
	font-weight: bold;
	color: #D62700;
	}	
.orange1 {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #D62700;
	}	

.purple {
	font-weight: bold;
	color: #32008A;
	}
.small { /*used for header-admin*/
 	margin: 6px 0px 0px 20px;
	font-size: 10px;
	line-height: 13px;
	}
.text {
 	margin: 0px 0px 8px 0px;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}		
.headline	{    /* also used in webdata layouts - purple*/
 	margin: 2px 0px 1px 0px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	color: #32008A;
	}	
.largetext { /* column body text  */
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	color: #000;
	}	
.space { /*use as empty p element for spacing only*/
  	font-size: 4px;
  	line-height: 4px;
  	margin: 0px;
	}
td, tr { /*so classes applied to table tags don't need font family assigned*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
.nav1 {   /*navigation text*/
 	margin: 10px 10px 0px 0px;
 	font-size: 11px;
 	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	font-style: normal;
	color: #000000;
	}
.nav3{  /* nav3 - orange*/
 	margin: 0px;
 	font-size: 11px;
 	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D62700
	}
.greetings { /* simple table box style */
	border-color:#CC3333;
	border-style:solid;
	border-width:1px;
	}
	
/* add space around content*/
.pad {
	margin: 0px 0px 10px 10px;
	}
	
/* PSEUDO CLASSES START HERE */		 
a.orange:link { 
	color: #D62700;
	text-decoration : underline; 
	}
a.orange:visited {
  	color: #D62700;
	text-decoration : underline; 
	}
a.orange:hover {
  	color: #333333;
	text-decoration : underline; 
	}  	
a.purple:link { 	
  	font-weight: bold;
	color: #32008A;
	text-decoration : underline; 
	}
a.purple:visited {
  	font-weight: bold;
	color: #32008A;
	text-decoration : underline; 
	}
a.purple:hover {
  	font-weight: bold
	color:#333333;
	text-decoration : underline; 
	}  	
a:link {
	color:#333333;
	text-decoration : underline; 
	}
a:visited {
	color:#333333;
	text-decoration : underline; 
	}
a:hover { 
  	color: #D62700;
	text-decoration : underline; 
	}  		 
