@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E5E9EC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.style1 {
	color: #000000;
}
img {
border:none;
text-decoration:none;
}
a:link{
color:#FFFFCC;
}
a:visited{
color:#FFFFCC;
}
a:hover{
color: #cccccc;
}
.oneColFixCtr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #959595;
}
#column_wrapper {
	background-image:url(images/bg_colums2.jpg);
	background-repeat:repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
}
#column_wrapper2 {
	background-color: #0b3d60;  
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
}
.client_table {
	background-color: #0b3d60;  
	
}
.nav{
width:850px;
}
.mainImage{
width:850px;
}
#left {
float:left;
width:250px;
color:#E5E9EC;
}
#right {
float:left;
width:580px;
color:#E5E9EC;

}
.clearfloat {
clear:both;
font-size:0pt;
height:0pt;
line-height:0pt;
}
#left .content {
font-size:0.75em;
line-height:1.5em;
padding:24px 20px;
}
#right .content {
font-size:0.8em;
line-height:1.65em;
padding:15px;
}
#right .content h2{
color:#E5E9EC;
font-size:1.3em;
}


#footer {
clear:both;
font-size:0.7em;
margin:5pt;
}
