	/* Tag Overrides */
	html
	{
		/* Forces scrollbar to show in Firefox when a page is centered in the browser */
		min-height: 100%;
		margin-bottom: 1px;
		
		background-color:#ffffff;
	}

	h1
	{
		margin-bottom: 5px;
	}
	h1.yellow
	{
		color:#B88B0E;
	}
	h1.green
	{
		color:#667C00;
	}
	h1.blue
	{
		color:#2D5E98;
	}
	h1.gray
	{
		color:#575757;
	}


	span#chillyDogs1 	{ font-family: minya, Arial, Helvetica, sans-serif; font-size:24px; color:#404040;}
	span#chillyDogs2	{ font-family: minya, Arial, Helvetica, sans-serif; font-size:14px; color:#404040;}



	table
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: none;	
	
		color: #000000; 
		font-family: verdana;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none; 
		text-align: left;
	}	
	table td
	{
		vertical-align:top; 
	}

	/* Base */
	table.base
	{
		width:800px;
		
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
		border-style: solid;
		border-color: #575757;
		border-width: 5px;
	
		background-color:#ffffff;	
		color: #000000; 
		font-family: verdana;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none; 
		text-align: left;
	}

	/* Banner */
	table.banner
	{
	}

	/* Menu */
	table.menu
	{
	}
	table.menu td.left
	{
		width:80px;
		padding: 5px 5px 5px 10px;
		background-color:#B88B0E;				
	}
	table.menu td.right
	{
		width:720px;
		padding: 5px 5px 5px 10px;
		background-color:#EFBD2A;		
	}

	/* Content */	
	table.content
	{
		width:800px;
	}
	table.content td
	{
	}	
		
	/* Cell - Header */
	table.cell
	{
		width:100%;
	}
	table.cell td.headerL
	{
		background-color:#667C00;				
	}
	table.cell td.headerR
	{
		padding: 5px 5px 5px 10px;
		background-color:#95AD01;
		font-weight:bold;
		font-size:11px;
	}	
	/* Cell - Content */
	table.cell td.content
	{
		width:100%;
		border-top: none;
		border-right: 1px solid #CACACA;
		border-bottom: 1px solid #CACACA;
		border-left: 1px solid #CACACA;
	}		

		
	/* Cell - Content - NoHeader */
	table.cellNoHeader
	{
		width:100%;
		border: 1px solid #CACACA;
	}	

		
		
		
	table.services
	{
		width:100%;
	}
	table.services td.top
	{
		border-top: none;
		border-right: none;
		border-bottom: 1px dashed #CACACA;
		border-left: none;				
	}	
	table.services td.bottomLeft
	{
		border-top: none;
		border-right: 1px dashed #CACACA;
		border-bottom: none;
		border-left: none;				
	}
	table.services td.bottomRight
	{
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;				
	}		

		
	
	table.contactUs
	{
		width:100%;
	}
	table.contactUs td.left
	{
		padding-left: 5px;
	}
	table.contactUs td.right
	{
		vertical-align:middle;
	}		
		
		











	.lowkaseList ul
	{
		list-style: none;
		margin: 0px 0px -20px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
	}
		
	.lowkaseList li
	{
		margin: 0px 0px 0px -25px;
		padding: 3px 0px 0px 0px;
		list-style-image:url(../images/list.jpg);
		list-style-position:outside;
		
		
	}














	
	.footer
	{ 
		width: 800px;
	
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 0px;

		color: #000000; 
		font-family: verdana;
		font-size: 7pt;
		font-weight: normal;
		text-decoration: none; 
		text-align: center;
	}


	/* linkMenu */
	a.linkBanner:link, a.linkBanner:visited, a.linkBanner:hover, a.linkBanner:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-decoration:none; }
	
	a.linkMenu:link, a.linkMenu:visited, a.linkMenu:hover, a.linkMenu:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration:none; }

	a.linkContent:link, a.linkContent:visited, a.linkContent:hover, a.linkContent:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration:underline; }
	
	a.linkContactUs:link, a.linkContactUs:visited, a.linkContactUs:hover, a.linkContactUs:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-decoration:none; }

	a.linkClients:link, a.linkClients:visited, a.linkClients:hover, a.linkClients:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-decoration:none; }

	a.linkFooter:link, a.linkFooter:visited, a.linkFooter:hover, a.linkFooter:active 
	{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; text-decoration:none; }



