/* artichoke.css - The Artichoke Style Sheet
 * Extends base.css
 *
 * $Id: artichoke.css,v 1.1.1.1 2005/06/23 06:43:23 john Exp $
 *
 */

 /*
 * Layout Styles 
 */

body {
	background: url(/images/artichoke/background.gif) repeat;
}

#AMcontent
{
  background: #BA1433;
	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  {
	color:				#ffffff;
	font-weight:		bold;
}

a.menu:hover {
	/*color:				#00D6F7;*/
	color:				#05FFF7;
	font-weight:		bold;
	text-decoration:	underline;
}

.ARTbody
	{
		/* color:#ffffff; */
	}


.ARTsplashbody {
	font-weight:	bold;
	/* color:			#ffffff; */
}

a.ARTbody:link, a.ARTbody:active,a.ARTbody:visited, a.ARTbody:hover
	{
		text-decoration:underline;
		/* color:#ffffff */
	}	

.ARTsplashgrey {
	font-size: 		20px;
	line-height: 160%;
	font-weight; 	bold;
	color:			#666;
}

.ARTsplashwhite {
	font-size: 		20px;
	line-height: 160%;
	font-weight; 	bold;
	/* color:			#ffffff; */
}

select.ART, input.ART, .ART {
	font-size:10px;
	background-color:#4a6f87;
	color:#ffffff;
	width:100px;
	border: 1px solid black;
	margin-top:1px;
	padding-left:3px;
}
input.ARTsubmit {
	font-size:10px;
	background-color:#4a6f87;
	padding-left:3px;
	color:#ffffff;
	width:150px;
	margin-top:0px;
	border-bottom-color:#000000;
	border-right-color:#000000;
	border-top-color:#69879b;
	border-left-color:#69879b;
	font-weight:bold;
}

#db {
	width:600px;
	margin:auto;
	margin-left:20px;
}

#db .searchResults {
		font-weight:bold;
		color:#666666;
		font-size:12px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height:170%;
	}

#db #searchbox {
	padding-left:20px;
	margin-top:0px;
}

#db #searchLinks {
	line-height:170%;
}

#db #searchLinks a:link, #db #searchLinks a:active, #db #searchLinks a:visited {
	color:#666666;
	
}
#db #searchLinks a:hover {
	color:#0000ff;
	
}

.searchHeading {
	margin-top:20px;
	margin-bottom:3px;
	font-size:12px;
	font-weight:bold;

}

a:link.artichokeCompany, a:active.artichokeCompany,a:visited.artichokeCompany, .artichokeSecondary {
	color:#666666;
	text-decoration:none;
}
a:hover.artichokeCompany {
	color:#0000ff;
	text-decoration:underline;
