{ padding: 0; margin: 0; }

 img{
   behavior: url("css/pngbehavior.htc");
}

input.boxstyle{
height:18px;
width:200px;
}

input.boxstyle2{
height:18px;
width:100px;
}

input.buttonstyle{
width:80px;
height18px;
}

textarea{
width:250px; 
height:75px
}

input, textarea, select {
font-family:verdana,arial,helvetica; font-size:11px; color:#000000; line-height:15px;
}



html,body{
text-align:center;
height:100%;
background: #182836 url(../images/back.jpg) repeat-x;
margin: 0px;
padding: 0px;
}


#wrapper{
height:100%;
margin: 0px;
padding: 0px;
background: #426F94 url(../images/page_back.gif) repeat-y;
width:770px;
margin: 0 auto;
text-align:left;
}


/* nav */

#nav{
position:relative;
background: #426F94 url(../images/nav_back.gif) no-repeat;
width:770px;
height:143px;
}

#nav1 {
padding: 0px;
margin: 0px;
list-style-type:none;
position: absolute;
left:189px;
top:60px;
}	

	#nav1 li{
	float: left; 
	height:29px;
	padding: 0px;
	margin: 0px;
	}
	
	#nav1 li a{
	text-decoration: none;
	float: left; 
	padding: 0px;
	margin: 0px;
	}
	
#nav2 {
padding: 0px;
margin: 0px;
list-style-type:none;
position: absolute;
right:0px;
top:89px;
}	

	#nav2 li{
	float: left; 
	height:32px;
	padding: 0px;
	margin: 0px;
	}
	
	#nav2 li a{
	text-decoration: none;
	float: left; 
	padding: 0px;
	margin: 0px;
	}

#logoImg{
position:absolute;
top:0px;
left:0px;
width:189px;
height:129px;
}

/* header */

#header{
position:relative;
width:770px;
height:281px;
}

#headerImg{
position:absolute;
top:0px;
left:0px;
width:770px;
height:281px;
}

/* content */

#content{
width:770px;
background:#426F94 url(../images/content_back.gif) ;
}

#contentLeft{
position:relative;
width:423px;
float:left;
padding:40px 60px 10px 42px;
}

#greenBar{
top:0px;
left:1px;
position:absolute;
width:523px;
height:15px;
background:#02E300 url(../images/green.gif) ;
}

#contentRight{
position:relative;
width:153px;
float:left;
padding:295px 70px 30px 22px;
}

#rightImages{

width:195px;
height:215px;
position:absolute;
top:61px;
left:-15px;
}

/* footer */

#divider{
overflow:hidden;
clear:both;
width:770px;
height:1px;
background: #426F94 url(../images/content_bot.gif) no-repeat;
}

#footer{
margin:0 auto;
position:relative;
background: #426F94 url(../images/page_back.gif) repeat-y;
width:735px;
height:200px;
padding:35px 0px 20px 35px;
}


	
div.hr {
margin:20px 0px 20px 0px;
  height: 1px;
  background: #628EB2;
  clear:both;
}
div.hr hr {
  display: none;
}



/* print fixes */

@media print{


#contentRight{
clear:right;
}

#contentLeft{
clear:right;
}


}

	