body

 
{
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;  /* top, right, bottom, left*/
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: 0; }

p { line-height: 2; }

/* css in alpha order except left nav css at bottom*/

/* links by alpha order*/

A
{
	color : #a66fb1;
}


A.bottom
{
	color: #a66fb1;
}


A.left
{
	color: #a66fb1;
	text-decoration: none;
	font-size: 12px;
}

A.normal
{
font-weight: normal;
 font-size: 12px;
}

A.upper
{
 color: #FFF;
 text-decoration: none;
 font-size: 14px;
  margin: 0 40px 0 40px;
}

A.upper:HOVER, A.upper:ACTIVE
{
	color: #f6e767;
	text-decoration : none;
}


/* tables by alpha order*/

TABLE.border
{
 border : 1px solid #630;
}

TABLE.bottom_nav
{
	color: #000000;
	text-align: center;
}

TABLE.card_view
{
 border: 1px solid #663300;
 padding: 5px;
}

TABLE.content
{
  background-color: #FFFFFF;
}

TABLE.home_promo
{
	background-color: #eaeae5;
}

TABLE.leftnav
{
	background-color: #FFFFFF;
	text-indent: 10px;
}

TABLE.preview
{
  background-color: #FFFFFF;
  text-indent: 10px;
  line-height: 150%;
  padding: 10px;
}

TABLE.uppernav
{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	background-color: #a66fb1;
}

/* TD by alpha order*/

TD.back_button 
{
  padding: 20px 20px 20px 0px;
}

TD.bar_title
{
    padding-left: 10px;
}

TD.cardbar 
{
  padding: 5px 20px 5px 20px;/* top, right, bottom, left*/
}

TD.cardbar_white 
{
  background-color: #FFFFFF;
}

TD.category_heading
{
  padding: 5px;  
}

TD.content
{
  padding: 5px;
  color: #663333;
  text-decoration: none;
}


TD.copyright
{
	padding: 10px;
	color: #a66fb1;
	font-size: 11px;
}

TD.error
{
 color : #C60;
 font-weight : bold;
}

TD.margin /* where to? delete? */
{
  background-color: #FFFFFF;
  padding: 2px;
}

TD.margin2 /* upper nav */
{
  padding: 0px 20px 0px 20px; /* top, right, bottom, left*/
}

TD.margin_decrip
{
  padding: 10px 0px 10px 0px;;
}

TD.top_nav
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/* rows by alpha order*/

TR.bottom_nav
{
  padding-top: 10px;
  padding-bottom: 10px;
}

 TR.uppernav
{
	background-color: #a66fb1;
}
 
 
 /* divs, spans by alpha order*/

.category_heading
{
	font-family: Trebuchet MS, verdana, sans-serif;
	color: #A0CF67;
	font-size: 14px;
	font-weight: bold;
} 

.normal
{
	font-weight: normal;
}

.promo_header
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.hm_promo {
	list-style-image: url(../images/home/bullet_arrows.gif);
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 5px;
}


/* left nav */


#outer_leftnav { 
	float: left;
	width: 156px; 
	margin-left: 0px;
}

#leftnav {
	float:left;
	margin:0px;
	width:145px;
	text-indent: 10px;
	background-color: #EA93C5;
	border: 2px solid #002B5C;
}

.left_active
{
padding-left:10px;
background-image:url(../images/nav/left_arrow.gif);
background-repeat: no-repeat;
}

#leftnav .title_spacing { border:0; margin-bottom:3px; margin-top: 3px;}

#leftnav .image_spacing { border:0; margin-bottom:5px; margin-top: 5px;}


/* left nav ends */

/* thumbnail hover */

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail img{
	width:110px;
        border: 1px solid gray;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 2000;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width:250px;
z-index:2000;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -70px;
left: 0px;
z-index: 999; /*position where enlarged image should offset horizontally */

}

/* thumnail hover ends */

TD.hdrLogo
 {
	background-color: #a66fb1;
}
#password {
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: 000000;
	text-decoration: none;
        border-width:1px; 
        padding: 0px 5px 5px; ; 
        margin-left:320;
        margin-right:20        
        margin-top:0px; 
        width:280px;
}

.subhead {
	font-weight:bold;
font-size: 13px;
}

.indent {
	padding-left: 40px;
font-size: 12px;
}

.home_heading
{
	font-family: Trebuchet MS, verdana, sans-serif;
	color: #a66fb1;
	font-size: 17px;
	font-weight: bold;
} 

.catlinks {
	font-size: 12px;
font-weight: bold;
vertical-align: bottom;
}

.catlinks a {
	color: #666;
display: inline;
padding: 2px 10px;
text-decoration: none;
}

.catlinks a:hover {
color: #ccc;
text-decoration: none;
}

<!-- #sharethis_0 a
{
	color: #FFFFFF;
} -->