p,
td
{
	font-family: Verdana;
	font-size: 8pt;
}

#left-col,
#right-col,
#one-col
{
	margin: 0px;
	height: auto;
	padding: 10px;
}

#content-cell
{
	border-left: 11px solid #FFFFFF;
	border-right: 11px solid #FFFFFF;
	width: 100%;
	background: #c4c685;
}

#content-cell h1,
#content-cell h2,
#content-cell h3
{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 10pt;
	text-transform: uppercase;
}

#content-cell h2
{
	font-size: 9pt;
}

#content-cell h3
{
	font-size: 8pt;
}

#content-cell p
{
	font-family: Verdana;
	font-size: 8pt;
	position: relative;
	z-index: 0;
}

#one-col
{
	font-family: Verdana;
	font-size: 10pt;
	height: auto;
	background: #D1D3A0;
	width: 557px;
	*width: 577px;
}

#left-col
{
	float: left;
	width: 172px;
	*width: 192px;
	background: #c4c685;
}

#right-col
{
	float: left;
	width: 365px;
	*width: 385px;
	background: #d1d3a1;
}


#menu
{
	background: url(images/menu_bg.gif) repeat-x;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
 
.puma_active
{
	width: 100%;
	background: transparent;
}
/* remove the list style */
	#nav {
		margin:0px; 
		padding:0px; 
		list-style:none;
		height: 45px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:90px; 
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			font-size: 10pt;  
			font-weight: bold;
			height:45px; 
			line-height: 40px;
			text-decoration:none; 
			color: #C8C8C8; 			
			text-align:center; 
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;			
		}
		
		#nav ul li {
			float:left; 
			border-top:1px solid #fff;
			width: 200px;
			height: 20px;
			line-height: 20px;
			background: #4A4B4B;
			text-align: left;			
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:20px;
			line-height: 20px;
			text-align: left;
			padding-left: 10px;
			font-size: 8pt;
			font-weight: normal;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
