html{
	
}
body{
	background:#b1b1b1;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin: 0px;
	background: url('../images/page_bg.jpg') repeat-y right;
	padding:0px;
}
.logo{
	text-align:center;
	margin-top:20px;
	border:none;
}
.navCell{
	background:#86ccf3;
	width:250px;
}
#nav{		
	text-align:center;
	color:#fff;
	font-weight:bold;
	
}
#nav ul{
	list-style:none;
	text-align:left;
}
#content{	
	margin:0px 0px;
}
#mainTable{

}
.image_bar{
	width:236px;
}
.typeCell{
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#type{
	padding:8px;
	margin-right:140px;
	background:#ffffff;
	
}
#footer{
	text-align:center;
	font-size:10px;
	clear:both;
	margin-top:2px;
}
.icon{
	border:0px;
	text-decoration: none;
	vertical-align: middle;
	margin: 2px;
}
.fl{
float:left;
margin:2px 5px;
}
/*TYPOGRAPHY*/
h2{
 color:#000000;
}
h3{
	color:#098fbf;
	font-family: Arial, sans;

}
h4{
	color:#006688;
	font-family: Arial, sans;

}
a:link{
	color:#ffffff;
}
a:visited{
	color:#ffffff;
}
a:hover{
	color:#004455;
	background:#ffffff;
}
#type a:visited{
	color:#098fbf;
}
#type a:link{
	color:#098fbf;
}
#type a:hover{
	color:#098fbf;
	background:#ddffff;
}
