.nav2 
{ 
	border: solid 1px #003399; 
	width: 150px; 
	margin-bottom: 0px; 
	margin-left: 3px; 
	background: #003399; 
	padding: 3px; 
	float: right; 
	border-bottom: none 
}

.nav_active 
{ 
	border: solid 1px #eeeeee; 
	width: 100px; 
	margin-bottom: 0px; 
	margin-left: 3px; 
	background: #eeeeee; 
	padding: 3px; 
	float: right; 
	border-bottom: none 
}

.nav2 a 
{ 
	text-decoration:none; 
	color: #ffc; 
	text-align: center 
}

.nav_active a 
{ 
	text-decoration:none; 
	color: #000; 
	text-align: center 
}

.important_sidebar 
{ 
	border: solid 1px #dddddd; 
	width: 180px; 
	background: #dddddd; 
	display:inline 
}

.comment_header 
{ 
	border: solid 1px #cccccc; 
	background: #cccccc; 
	display:inline 
}

.site_news 
{ 
	border: solid 1px #cccccc; 
	background: #cccccc; 
	display:inline 
}

.footer2
{ 
	border: solid 1px #586695; 
	background: #586695; 
	display:inline 
}

.solution_step { 
	border: solid 2px #000000; 
	width: 80%; 
}

p.cat_header
{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
}

p
{
	margin-top:0
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      font: Verdana,Arial,sans-serif;
   }

a.data_links {
   font-size: large;
}