body
{
 font-family: Verdana, Arial, Helvetica, serif;
 font-size: 12px;
 margin: 0px;
 padding: 0px;
 color: #333;
 text-align: left;
}

a
{
	color: #333; 
	cursor: pointer;
}

a:link
{ 
	color: #1C479A;
	text-decoration: underline
}
a:hover
{
	text-decoration: underline;
	color: #225CAB;
}

a:visited
{
	color: #333;
	text-decoration: underline
}

a:active
{ 
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
 	font-size: 1.3em;
 	margin-top: 20px;
 	color: #000;
}

h3
{
 	font-size: 1.1em;
 	margin-top: 20px
}

p
{
 	font-size: 1em;
}

p.horizLine
{
	border-bottom: solid 1px #999;
	width: 100%;
}


#navlist 
{
	margin: 0; 
	width: 175px;
	border-top: 1px solid #fff;
	border-bottom: 6px solid #000;
}

#navlist ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	text-align: left;
}

#navlist li {
margin: 0;
}

#navlist a {
	display: block;
	padding: 5px 2px 6px 18px;
	border-bottom: 1px solid;
	border-color: #fff;
	background-color: #1C479A;
	background-image:  url(images/down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #225CAB;
	background-image:  url(images/over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

/* listing of suppliers */

table.layout
{
	font-size: 1em;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
table.layout td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

table.layout td.rt
{
	border-right: 1px solid #999;
}

/* Bar Navigation */

table td.bottombar    
{ 
	width: 750px;
	text-align: right;
	color: #ffffff; 
	font-size: 0.85em; 
	padding: 3px 12px 6px 12px;
	background-color: black;	
}

table td.bottombar A
{ 
	color: #ffffff; 
	font-size: 0.85em; 
	text-decoration: none 
}

table td.bottombar A:link
{
	color: #fff; 
	text-decoration: none 
}

table td.bottombar A:visited
{ 
	color: #fff; 
	text-decoration: none 
}

table td.bottombar A:hover
{ 
	color: red; 
	text-decoration: none 
}

table td.bottombar A:active
{ 
	text-decoration: none;
}

table td.footer  
{ 
	text-align: right;
	color: #666; 
	font-size: 0.85em; 
	padding: 6px 12px 6px 12px;
}

table td.footer A
{ 
	color: #666; 
	text-decoration: none;
	font-size: 1em;	
}

table td.body
{ 
	padding: 0px 12px 6px 12px;
	text-align: left;
	border-right: 1px solid black;	
}

table td.nav
{ 
	border-left: 1px solid black;
	border-right: 1px solid black;
}
