body {
	margin:20px 0px; 
	padding:0px;
	text-align:center;
	background-color:#ddd;
	}
#wrap {
	width:800px;
	margin:0px auto;
	text-align:left;
}
#container{
	background-color: #006696;
	float:left;
	width:2px;
	border-left:130px solid #fff; /* The width and color of the left rail */
	border-right:668px solid #fff; /* The width and color of the right rail */
}
#leftRail{
	/* background-image:url(images/shadow_operator.gif); */
	background-repeat:no-repeat;
	float:left;
	width:130px;
	margin-left:-130px;
	position:relative;
}
#center{
	background-color: #006696;
	float:left;
	width:2px;
	margin-right:-2px;
}
#rightRail{
	background-image:url(images/shadow.gif);
	background-repeat:repeat-x;
	float:right;
	width:668px;
	margin-right:-668px;
	position:relative;
}
#header {
	background-image:url(images/header.gif);
	height: 84px;
	width: 800px;
}
#footer {
	background-color:#006696;
	height: 20px;
	width: 800px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
#sidebar, #main {
	padding:10px;
}
#main {
	background-image:url(images/shadow.gif);
	background-repeat:repeat-x;
	/* height: 20px; */
}

/* MAIN MENU ON THE TOP */
#main_menu {
	background-color:#fff;
	width: 670px;
	height:25px;
	margin: 0px; 
	padding-left: 130px;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana,arial,Helvetica,sans-serif;
}

#main_menu li { margin: 0; float:left; }

#main_menu a {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 134px;
	color: #006696;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-color: #white;
	text-align: center;
	line-height: 25px;
}

#main_menu a:hover, a#selected {
	color: #fff;
	text-decoration: none;
	background-color: #006696;
}
#sidebar label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#main-left {
	width: 384px;
	float: left;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}
#main-right {
	float: right;
	display: inline;
	position: relative;
	width: 243px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.testimony {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}
.client {
	font-weight:bold;
	margin-bottom:0px;
	font-size:14px;
	font-style:italic;
}
.company {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	font-style:italic;
	margin-bottom: 20px;
	font-size:14px;
}
#main h1, #main-left h1, #main-right h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006696;
	border-bottom: thin solid #006696;
	margin-top: 0px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#main img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: both;
}

/* TABLES */
.tablelt {
	background: #CCEDFC;
	text-align : left;
	font-weight : normal;
	font-size : 13px;
	font-family : sans-serif;		
}

.tabledk {
	background : #B7D5E3;
	text-align : left;
	font-weight : normal;
	font-size : 13px;
	font-family : sans-serif;
}

.tableheader {
	background : #006696;
	text-align : left;
	font-weight : bold;
	font-size : 13px;
	font-family : sans-serif;
	color : #fff;
}

.tableheader a {
	color: #fff;
}
 
td .aster, td .wrong {
	color: #f00;
	font-weight:bold;
}

.errmsg {
	font-size: small;
	color: #f00;
}
#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}
#sidebar a, #sidebar:active, #sidebar:visited {
	color:#006696;
	text-decoration:none;
}
#sidebar a:hover {
	color:#00f;
}

#leftRail a img {
	border: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}

#main-right .small_print {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
