body {
	
}

#main{
	width: 990px;
	background-color: #ffffff;	
	border: 1px solid #eee;
}


#header{
	width: 970px;
	height: 120px;
	
	margin-left: 10px;
}

#logo{
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-left: 20px;
}

#navbox{
	margin-top: 12px;
	margin-left: 25px;
	float: left;
	border: 1px solid #e49169;
	width: 560px;
	height: 90px;
	background-color: #e49169;
}

#navbox ul.primary{ 
	
    border-collapse: collapse;
    padding: 0 0 0 1em; 
    white-space: nowrap; 
    list-style: none; 
    margin-top: 15px; 
    margin-left: 6px;
    height: auto; 
    line-height: normal; 
         	
}
	
#navbox ul.primary li { display: inline; }
	
#navbox ul.primary li a { 
	background-color: #133c70; 
	border-color: #bbb; 
	border-width: 1px; 
	border-style: solid solid none solid; 
	height: auto; 
	margin-right: 0.5em; 
	padding: 0 1em; 
	padding-top:4px;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none; 
	color: #ffffff;
} 
	
#navbox ul.primary li.active a { 
	background-color: #fff; 
	border: 1px solid #bbb; 
	border-bottom: #fff 1px solid;
	color: #133c70;
} 
	
#navbox ul.primary li a:hover { 
	background-color: #ffffff; 
	border-color: #ccc; 
	border-bottom-color: #eee; 
	color: #133c70;
} 

#tabstuff{
	height: 40px;
	width: 520px;
	background-color: #ffffff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#bar{
	width: 989px;
	border: 1px solid #133c70;
	height: 1px;
	background-color: #133c70;
}

#leftsidebar{
	margin-top: 5px;
	margin-left: 14px;	
	float: left;
	width: 200px;
	border: 1px solid #eee;
	background-color: #fafafa;
}

#boxtop{
	background-color: #133c70;
	width: 96%;
	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	padding: 4px;
}

#maincol{
	margin-top: 5px;
	margin-left: 10px;	
	float: left;
	width: 580px;
	background-color: #ffffff;
	border: 1px solid #eee;
	padding: 5px;
}

#rightsidebar{
	margin-top: 5px;
	margin-right: 14px;	
	float: right;
	width: 150px;
	border: 1px solid #eee;
	background-color: #fafafa;
}

#leftsidebar table td a{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;	
}

#leftsidebar table td {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;	
}

#maincol table td {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}

.merchantName a {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;		
	color: #93080d;
}

.merchantName a:hover{
	text-decoration: none;
}

.evenrow {
	background-color: #f2f2f2;
}

#rightsidebar hr{
	color: #eee;
	background-color: #eee;
	height: 1px;	
}

#rightsidebar p{
	margin-bottom: 3px;
	margin-top: 3px;
}

#footer{
	padding-top:10px;
	width: 970px;
	border-top: 1px solid #bbb;
	padding-top: 20px;
	padding-bottom: 4px;
	clear: both;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

#maincol hr{
	color: #eee;
	background-color: #eee;
	height: 1px;	
}

#tabstuff .menu ul{ 
	margin: 0; 
	padding: 0; 
	float: left;
} 
#tabstuff .menu ul li{ 
	display: inline;
	color: #133c70;
	
} 
#tabstuff .menu ul li a{ 
	float: left; 
	text-decoration: none;     
	color: #133c70;    
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 4px;    
	padding-right: 4px;
	background-color: #ffffff;
	border: none;
	font-size: 8pt;
	font-weight: normal;
} 

#tabstuff .menu ul li a:visited{ 
	color: #93080d;
} 

#tabstuff .menu ul li a:hover, .menu ul li .current{  
	color: #93080d; 
	background-color:#ffffff;
	border: none;
}

.letterlink{
	background-color:#ffffff;
	color:#133c70;
	border:none;
	padding:11px 1px 11px 1px;
	float: left; 
	
}


