* {
	margin:0;
	padding:0;
}

body {
	color:#999;
	background-color:#fff;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

a.nav {
	font-size:11px;
}

#content {
  position: relative;
  width: 1000px; 
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  text-align: left;
}

#logo {
  position: relative;
  width: 165px; 
  height: 60px;
  margin-top: 10px;
  margin-left: 60px;
  text-align: left;
}

#nav
{
  float: right;
  width: 475px; 
  height: 85px;
  background-image: url(../images/grey_tile.gif);
  margin-top: -75px;
  margin-right: 135px;
  text-align: left;
}

#bodycontent {
  position: relative;
  padding-left: 60px;
  width: 880px; 
  text-align: left;
}

#bodystarter {
  position: relative;
	display:block;
  width: 285px; 
  height: 230px;
  background-image: url(../images/grey_tile.gif);
  margin-top: 10px;
  text-align: left;
}
#bodystarter {
  position: relative;
  width: 285px; 
  height: 230px;
  margin-top: 10px;
  text-align: left;
}

#news1 {
  float: left;
  width: 255px; 
  height: 230px;
  margin-top: -230px;
  margin-left: 285px;
  padding-left: 30px;
  text-align: left;
}

#news2 {
  float: left;
  width: 255px; 
  height: 230px;
  margin-top: -230px;
  margin-left: 570px;
  padding-left: 30px;
  text-align: left;
}

#subcol {
  float: right;
  width: 510px; 
  height: 230px;
  margin-top: -230px;
margin-right:50px;
  padding-left: 50px;
  text-align: left;
}

#2col {
  float: left;
  width: 510px; 
  height: 230px;
  padding-left: 30px;
  text-align: left;
}



/* ----- ______________________________________fonts___________________________________*/

a {
	text-decoration: none;
	color: #666666;
	border-style: none;
	border-width:0px;
}

ul {
	list-style-type: none;
}

li {
	text-indent: 28px;
	margin-top: 35px;
	float: left;
    font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;

}
h1 {
	margin-top: 20px;
	margin-left: 20px;
    font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #666666;
	line-height: 72px;
	}
	
h2 {
	margin-top: 20px;
	margin-left: 20px;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #0099ff;
	line-height: 16pt;
	}
h3 {
	margin-left: 20px;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	color: #0099ff;
	line-height: 12pt;
	}
	
h4 {
	margin-left: 20px;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #999;
	line-height: 16pt;
	}

h5 {
	margin-left: 20px;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #999;
	line-height: 16pt;
	}
	
h6 {
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #999;
	line-height: 16pt;
	}
	
p {
	margin-left: 20px;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 20pt;
	line-height: 28pt;	
	font-weight: lighter;
	color: #999;
	}
input {
	margin-left: 20px;
	background-color: #EEEEEE;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 20px;
	color: #333333;
	width: 350px;
}

textarea {
	margin-left: 20px;
	background-color: #EEEEEE;
	font-family: Arial ,Helvetica, Trebuchet MS, sans-serif;
	font-size: 20px;
	color: #333333;
	width: 350px;
}

.blue {
	margin-left: 20px;
	font-size: 10pt;
	text-decoration: none;
	color: #0099ff;
	border-style: none;
	border-width:0px;
}

.client
{
	margin-left:20px;
	padding:20px;
	text-align:center;
}


