	/* begin body type */	/* 1 - humanist sans a */


	
body  {
	font: 100% Helvetica, Arial, sans-serif;
	line-height:  1.125em; /* 16×1.125=18 */
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: .75em;
	text-align: justify;
	color: #595959;
} 	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	

small	{	
	font-size:	.58em;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}
	

	/* end body type */	




	/* begin header type */	/* 4 - modern sans a */
		
h1	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	1.33em;
	font-weight:	500;
	font-style:	oblique;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	1.17em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	font-size:	1em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	}	
		
hr	{	
	visibility:	visible;
	}	
		
	/* end header type */	











/* GLOBAL LAYOUT STYLES */

#container {
	width: 960px;
	background: #fff;
	margin: 40px auto;
	text-align: left;
	}

#header { height: 80px; position: relative; }



#bottomBar { 
	position: absolute; 
	width: 920px; 
	top: 5px; 
	left: 20px;
	height: 20px; 
	background: #0f8888; 
	
	}


/* TWO COLUMN LAYOUT */

.twoCol #lCol { width: 234px; margin: 17px 67px 0 87px; } 
.twoCol #lCol p { font-size: 0.6875em; /* 16x.6875=11 */ } 
.twoCol #lCol h1 { 
	font-size: 0.6875em; /* 16x.6875=11 */ 
	color: #0f8888; 
	text-transform: uppercase; 
	font-weight: bold; 
	}

.twoCol #rCol { 
	float: right; 
	width: 552px; 
	margin: 0 0 0 0; 
	} 
.twoCol #rCol img { display: block; }

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .750em;
	font-weight: bold;
	text-align: center;
	}
	
img {
	margin-right: 0px;
	}

.bordered{border:1px solid #CCCCCC;}
a:hover {background:#999999;} /* or whatever */
a:hover img.bordered {border: 1px solid #660000}


/* Should be final element before close of a container that should  
fully contain a float */
.clearfloat { clear: both; height: 0; font-size: 1px; line-height:  
0px; }


#coolmenu{
border: 0px solid black;
width: 170px;
background-color: #FFFFFF;
}

#coolmenu a{
	font: bold 13px Verdana;
	padding: 2px;
	padding-left: 4px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: #FFFFFF;
color: #DB4045;
}

#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}