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

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

.nav 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 ; 
	width: 180px; 
	background: ; 
	display:inline 
}

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

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

.footer 
{ 
	border: solid 1px #000000; 
	background: #000000; 
	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;
//   }


html,body{
		margin:0;
		padding:0;
		height:100%;
		border:none;
		}

h1, p, a, body{
		font-family: ;
		}

a.data_links {
   font-size: large;
}