/* CSS Document */

body, html, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#828282;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ptestm{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#828282;
margin: 0px 0xp 0px 0xp;
}




h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000066;
	padding-top: 4px;
	padding-bottom: 4px;
}
.style1 {
	font: bold 13px;
	color: #000066;
	font-weight:bold;
}

body{
background-color:#FFD62F;
background-image:url(../images/bg.jpg);
margin: 0px 0px 0px 0px;
}

#container{
width: 644px;
/*height:670px;*/
margin-left:150px;
}

#top{
width:644px;
height:160px;
float:left;
background-color:#FFFFFF;
}

#leftcol{
	width:519px;
	/*height:510px;*/
float:left;
	background-color:#FFFFFF;
	height: 550px;
}
#menucol{
	width:162px;
	height:410px;
	float:left;
	background-color:#FFFFFF;
	margin-left: 2px;
	padding-top: 30px;
}
#content{
	width:350px;
	/*height:510px;*/
	float:left;
	margin-left: 0px;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 9px;
}


#header{
width:458px;
height:160px;
}
#rightcol{
	width:125px;
	height:510px;
	float:left;
	background-color: #D4E4FE;
}
#rightcontent{
	width:130px;
	height:310px;
	background-color: #ffffff;
}

#headerright{
width:186px;
height:160px;
}

#clients{
	width:116px;
	height:200px;
	background-color:#D4E4FF;
	margin-left: 5px;
}

#testm{
	width:117px;
	height:25px;
	background-color: #FFFFFF;
	margin-left: 5px;
}

#testmtext{
	width:112px;
	height:266px;
	background-color: #FFFFFF;
	margin-left: 7px;
	padding-left: 1px;
}
#footer{
	width:644px;
	background-image:url(../images/footerbg.jpg);
	clear: both;
}
#footerbottom{
	width:640px;
	height:20px;
	background-color: #000165;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 4px;

}


#menu a, #menu a:visited {
  text-align:left; 
  text-decoration:none; 
  color:#828282; 
  display:block; 
  width:115x; 
  height:20px; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;
  font-weight: bold;
  border:1px solid #fff;
  }
#menu a:hover {
	color:#828282;
	border-style: solid double;
	border-bottom-color:#000066;
	background-image:url(../images/menu/home-on.jpg);
	text-indent: 9px;
  }

