body {
	background: url('../images_bws/BkgdGradient.gif') repeat-x fixed; 
	/*font-family: Verdana, Geneva, sans-serif;
	font-family: 'Cabin', sans-serif;
   font-family: 'ABeeZee', sans-serif;*/
   font-family: 'Roboto', sans-serif;
    /*font-family: 'Nobile', sans-serif;*/
}
#maincont {
	margin: 10px auto;
	width: 755px;
	background-color:#FFF;
	border: 3px solid #009;
	overflow:hidden;
	
}

#mainHeader {/*Added this*/
	width:755px;
	height:140px;
}

#headerLeft {/*Added this*/
	float:left;
	position:relative;
	top:25px;
	left:30px;
}

#headerRight {/*Added this*/
	float:right;
	position:relative;
	top:35px;
	right:20px;
	text-align:center;
}

.Clear {/*Added this*/
	visibility:hidden;
	clear:both;
	width:100%;
	height:1px;	
}
/*Added this*/
#subTag {
	background-color:#4180b9;
	border:solid 2px #122b40;
	color:#FFFFFF;
	text-align:center;
	position:relative;
	top:-20px;
	left:8px;
	width:280px;
	font-size:14px;
	padding:2px;
	
}

#subTagRight {/*Added this*/
	background-color:#fff;
	border:solid 2px #4c85c1;
	padding:5px;
	color:#f00;
	text-align:center;
	width:270px;
	float:left;
	margin:auto 0px;
	padding:2px 5px 2px 5px;
	position:relative;
	top:45px; 
	right:40px;
	font-weight:bold;
}

#leftcol {
	width: 147px;
	margin: 4px;
	float:left;
	position:relative;/*Added this line and the one below*/
	top:-15px;
}

#nav {
	margin: 0;
	float: left;
	width: 147px;
	border: 1px solid #009;
	
}

#nav p {
	margin-left: 10px;
	line-height: 160%;
	font-size: 16px;
}
#nav p a {
	color: #f00;
	text-decoration: none;
}
#emailcont {
	font-size:.8em;
}
#nav p a:hover {
	text-decoration: underline;
	color:#999;
}
#contacts {
	margin-top: 20px;
	float: left;
	width: 147px;
	border: 1px solid #009;
	background-color:#6b9bca; /*Color was #36f;*/
}
#contactleft {
	float:left; 
	overflow: hidden;
	width:175px;
}
#contactright {
	float:left;
	overflow:hidden;
	width:405px;
}
.fieldleft {
	float:left;
	width: 120px;
	font-size:.8em;
}
.fieldright {
	float:left;
	width:285px;
}
.fieldcont {
	clear:both;
}
#contacts p {
	color:#FFF;
	
	line-height: 100%;
	font-size: 16px;
	text-align:center;
}
#contacts h4 { 
	text-align:center;
	color: #009;
}

#leftcontent {
	margin 0;
	float: left;
	width: 147px;
}

.testy {
	margin-top: 20px;
	float: left;
	width: 147px;
	border: 1px solid #009;
	color:#000;	
	line-height: 100%;	
	font-size: 15px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	
}

.next {
	margin: 0px;
	float:left;
	width: 580px;
	
}
	

.testy p {
	padding:6px;

}



#content {
	float: left;
	width: 580px;
	margin: 10px;
	font-size: 14px;
	color: #009;
	line-height: 22px;
	position:relative; /*Added this line and the one below*/
	top:-15px;
}

#content a {
	color:#666;
	text-decoration: underline;
}

#content a:hover {
	color:#999;
}

#footer {
	margin: 15px auto;
	width: 750px;
	background-color:#FFF;
	border: 3px solid #009;
	font-size: 10px;
	color: #666;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
}

.centeredBold {
	font-weight: bold;
	text-align: center;
}
