 html,  h1, h2, h3, h4 {
	margin: 0;
	padding: 0;

}
body{
       font-size: 14px;
	font-family: Arial , Verdana, Tahoma;
	color : #58596B;
       font-weight: normal;
       text-decoration: none;
       background-color:#dedede;
       margin: 4px;
	padding: 4px;
	}
body.mceContentBody {
   background: #fff !important;
   padding-left:4px;
   text-align:justify;
   color: #000;
}

body.mceContentBody ul{
         margin-left:20px;

}
a{
	color: #1C6096;
}

a:hover {
	text-decoration: none;

}


#wrapper {
	margin: auto;
	margin-top:0px;
	width: 960px;
       border-top:1px solid #878787;
 border-right:1px solid #c5c5c5;
  border-bottom:1px solid #777;
	background:#fff url(template/wraper-bg.png) top left repeat-y;
overflow:hidden;

}

#logo{
margin-left:20px;
margin-right:20px;
padding-top:20px;
height:88px;
background:#fff;
}
#header{
margin-left:17px;
margin-right:10px;
height:120px;
background: red url(template/header.jpg) top left repeat-x;
}

#top-nav{
       margin-left:17px;
margin-right:10px;
height:42px;
background: #fff url(template/menu-bg.gif) top left repeat-x;

}
table.nav td{
       font-size: 14px;
	font-family: Arial , Verdana, Tahoma;

}




#left-column{
float:left;
margin-left:17px;
width:227px;
background:#fff;
}
#logo-left{
       margin-top:10px;
 
}
#question{
display:block;
font-weight:bold;
color: #e96811;
margin:15px 7px 0px 2px;
}
#answer{
display:block;
margin:0px 7px;

text-align:justify;
}



#content{
float:left;
width:640px;
margin:10px 46px 10px 6px;
background:#fff;
text-align:justify;

}
#content h3{
margin: 1.5em 0 0.5em 0; color: #416ba0; font-size: 14px;

}

#header-link{
color: #e95e00;
text-decoration:none;


}

#footer{
       margin:0px 10px 0px 17px;
background:#fff;
color: #58596B;
border-top: 4px solid #dcdcdc;
 padding: 15px 0px 15px 30px;

}
#footer a {
  color: #58596B;
  text-decoration: none;


}
#footer a:hover {
  text-decoration: underline;
  color: #000;
}
#privacy{
       float:right;margin-right:20px;
}
#privacy a{
    color: #416ba0;
}
#webnaz{
       float:right;
       margin-right:10px;
}
div.clear{
clear:both;
}
div.left{
float:left;
}
 form.employers table td{
       vertical-align:top;
 }
 form.employers input{
	width:200px;
	border:1px solid #000;
	font-size:1.1em;
}
 form.employers textarea{
	width:400px;
	height:200px;
	border:1px solid #000;
	font-size:1.1em;
}
 #required span{
       color:red;
 }
#required{
       font-weight:bold;
 }
 #error{
	font-size:1.1em;
	color: #fff;
	Padding-left:15px;
}
#error p, h5{
	margin:0px 0px 0px 0px;
        background: #ff0000;
        padding:2px 10px 2px 10px;
        font-weight:bold
}
img.orangeborder-img{
       border:1px solid #e95e00;
}
/* Type HTML elements */
.normal, table.normal td, td.normal {font-size: 12px; line-height: 17px;}
.small, table.small td, td.small {font-size: 12px; line-height: 14px;}
.smaller, table.smaller td, td.smaller {font-size: 11px; line-height: 13px;}
.italic {font-style: italic;}
.regular {font-weight: normal;}
.bold {font-weight: bold;}
.humitechblue {color: #3a6592;}
.gray {color: #777;}
.lgray {color: #ccc;}
.white {color: #fff;}

/* Forms */
form {margin: 0; padding: 0;}
textarea, td, th {font-size: 12px; font-family: Tahoma, Arial, Sans-Serif;}

p.slogan{
       text-align:right;
       font-weight:bold;
}
span.bluestrong{
       color:#3366ff;
       font-weight:bold;
}