/*-------------------------------------------------------
TITLE: DFE Technologies CSS
AUTHOR: info@breezeart.us
DATE: March/07/07
--------------------------------------------------------*/
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body{
	margin :0 auto;
	margin-bottom:20px;
	background-color: #EBEBEB;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#414141;
	font-size:small;
}


tr, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

a:link{
    background-color:inherit;
    color:#155ccd;
    text-decoration: underline;
}

a:visited{
    background-color:inherit;
    color:#155ccd;
    text-decoration: underline;
}

a:hover{
  background-color:inherit;
  color:#0000FF;
  text-decoration:none;
  border: none;
}


h2 {
font-weight: normal;
font-size:170%;
color: #00439c;
margin-bottom: 5px;
}

h3 {
font-weight: normal;
font-size:140%;
color: #00439c;
margin-bottom: 5px;
}

h4{
	color: #003366;
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding:0px;
}

h6{
	color: #000000;
	font-size: 0.7em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: inherit;
	letter-spacing:0px;
	font-variant: normal;
	line-height: ;
	font-weight: normal;
}

.copyright {
font-size: 10px;
text-align:center;
margin-top:10px;
clear: both;
display:block;
}

#footer {
width:780px;
margin:auto;
height:41px; 
background-image: url(../images/footer-bkgd.gif);
background-repeat:no-repeat;
clear:both;
}

#footer div {
font-size:11px;
font-weight:bold;
color:#000000;
}


#subnav {
margin: 5px 23px;
padding:0px;
list-style:none;
float:right;
display:inline;
width:730px;
font-size:90%;
}

#subnav li {
float:right;
list-style:none;
}

#subnav li a:link {
text-decoration:none;
margin-left:18px;
padding-left:9px;
background-image: url(../images/subnav_arrow.gif);
background-position: 1px 3px;
background-repeat: no-repeat;
}

#subnav li a:visited {
text-decoration:none;
margin-left:18px;
padding-left:9px;
background-image: url(../images/subnav_arrow.gif);
background-position: 1px 3px;
background-repeat: no-repeat;
}

#subnav li a:hover {
text-decoration:none;
margin-left:18px;
padding-left:9px;
background-image: url(../images/subnav_arrow_on.gif);
background-position: 1px 3px;
background-repeat: no-repeat;
color: #a5a5a5;
}


#subnav li a.subnav_on:link {
background-image: url(../images/subnav_arrow_on.gif);
color: #a5a5a5;
}


#subnav li a.subnav_on:visited {
background-image: url(../images/subnav_arrow_on.gif);
color: #a5a5a5;
}


.header{
  width:auto;
  height:131px;
  background-image:url(../images/header_bg.gif);
  background-repeat:repeat-x;
 }
 
.header_box{
   width:776px;
   height:131px;
   margin:0 auto;
}
  

.container{
    width:780px;
	height:auto;
  	background : url(../images/bg.gif);
	background-attachment : fixed;
	background-position: center;
	margin :0 auto;
	background-repeat: repeat-y;
	padding-bottom:20px;
	line-height:1.35em;
	text-align:justify;
	background-color:#FFFFFF;
}

#contentarea {
padding:5px 25px 0px 23px;
}

.bullets_small {
padding: 0px 0px 0px 15px;
margin:0px;
}

.bullets_small li {
font-size: 85%;
font-weight:bold;
margin-bottom:7px;
line-height: 1.2em;
text-align: left;
color:#000000;
}

.text_box{
margin:0px 20px 0px 20px;
}

.anouncment_text_box{
    margin:0px 5px 0px 15px;
	color: #00439C;
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: inherit;
	letter-spacing:1px;
	font-variant: normal;
	line-height: 1.2em;
	text-align:left;
}

.3box{
	margin:0 auto;
	width: 200px;
	height:auto;
}

.treebox_width{
    width: auto;
	height:310px;
}

.treebox_width a:link{
    background-color:inherit;
    color:#0000FF;
    text-decoration: underline;
	font-size:0.8em;
	font-weight:bold;
}

.treebox_width a:visited{
    background-color:inherit;
    color:#0000FF;
    text-decoration: underline;
	font-size:0.8em;
	font-weight:bold;
}

.treebox_width a:hover{
  background-color:inherit;
  color:#0000FF;
  text-decoration:none;
  border: none;
  font-size:0.8em;
  font-weight:bold;
}

.space3box{
    width:auto;
	height:5px;
}


.space_anouncment{
	width:190px;
	height:3px;
	border-bottom:1px solid #93C8F8;
	margin: 0 auto;
}

form input {
	margin-left:70px;
}

form label {
	width:50px;
	display:inline-block;
}