/* aa.css - The AA Style Sheet
 * Extends base.css
 *
 * $Id: aa.css,v 1.1.1.1 2005/06/23 06:43:23 john Exp $
 *
 */

/*
 * Layout Styles 
 */
 
 body {
 	background: #eed6a5 url(/images/aa/background.gif) repeat;

 }
 body#print {
 	background: white none;
 	text-align: left;

 }
#AMcontent
{
  background: black;
	color:white;
}
.header
{
  /* background: lime; */
}
#leftcolumn
{
  /* background: lime; */
}
#leftcolumn td, #leftcolumn b
{
  color: white;
}
.content
{
  background: white;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:active, #leftcolumn a:visited, #leftcolumn a:hover
{
  color: white;
}


a.bellawards:link, a.bellawards:active, a.bellawards:visited, a.bellawards:hover
	{
		color:#ffffff;
		font-weight:bold;
	}


a.menu:link, a.menu:active, a.menu:visited, a.menu:hover
	{
		color:#ffffff;
		font-weight:bold;
		text-decoration: none;
		text-transform: uppercase;
	}
a.menu:hover
	{
		color:#ccff00;
	}

/*
 * The Format of the menu article selected
 */
.menuselected, .menulink
	{ 
		color:#FFFFFF;
	}
.menuselected
	{ 
		font-weight: bold;
    border-bottom: 1px #ccff00 solid;
		text-transform: uppercase;
	}

/*
 * The Sub Links in the Arcticle selected 
 */
a.menusubhead:link, a.menusubhead:visited,a.menusubhead:active 
	{
		color: #CCCCCC;
		font-size:10px;
		text-decoration: none;
		text-transform: uppercase;
	}
a.menusubhead:hover 
	{ 
		color: #CCFF00;
		font-size:10px;
	}

/*
 * The Article Descriptions in the menu
 */
.menudescription
	{
		color: #CCCCCC 
	}

.aaContentHeading
	{
		font-weight:bold;
		color:#666666;
		font-size:12px;
		margin-bottom: 3px;
	}
	
.aaContentType
	{
		font-weight:bold;
		color:#666666;
		font-size:12px;
		text-transform: uppercase;
	}

.aaContentFeatureTitle
	{
		font-weight:bold;
		border-bottom: 1px black solid;
	}

.aaContentFeatureDescription
	{
		font-weight:normal;
	}

a.aaContent:link, a.aaContent:active, a.aaContent:visited, a.aaContent:hover
	{
		text-decoration:none;
		text-transform: uppercase;
	}

a.AAbody:link, a.AAbody:active, a.AAbody:visited, a.AAbody:hover
	{
		color:#ffffff;
		text-decoration:underline
	}

.AAbody
	{
		color:#ffffff;
	}
	

/**
 * Search text highlight when highlighting is enabled via the search page 
 */
.highlighttext
	{
		/* background-color:	#ff0000; */
		color:				#ff0000;
	}

span.ItemBody ul, span.ItemBody ol {
  margin: 0px;
  padding: 0px;
}
span.ItemBody ul {
  padding-left: 1.6em;
}
span.ItemBody ol {
  padding-left: 2.5em;
}

