html, body {margin:0px; padding:0px;}
table,ul, ol, li, p, h1, h2, h3, h4, form, fieldset, a , div, img ,td{margin:0px; padding:0px; border:0;}

/* 
border:1px solid yellow
 */
html {font-size:90%;color:#ffffff;background-color:#E8EFF5;}
body{background-color:#E8EFF5;font-family: Arial;font-size:100%;}
td {background-color:#ffffff;font-size:85%;line-height:1.3em;}
a {color:#5A94C7;text-decoration:none;}
a:hover{text-decoration:underline;}
#home_wrapper {margin:0px; width:100%;background-color:#ffffff;}
#wrapper {margin:0px; width:100%;background-color:#ffffff;}

#header {}
#navigation {display:none;}
#content {background-color:#ffffff; }

#home_main {font-size:90%;color:#676767;padding:30 0 30 0;
			margin-left:290px;text-align:justify;
			width:490px;}
			
#home_main p{margin-bottom:10px;width:450px;}

#main {font-size:90%;color:black;padding:95 0 30 50;text-align:justify;}
#main p{margin-bottom:10px;width:470px;}
#main h1{font-size:150%;margin-bottom:14px;color:#000036;font-weight:normal;}
#main ol {padding-left:25px;margin-left:10px;width:400px;}
#main ul {padding-left:15px;margin-left:10px;width:400px;}

#main_clientarea {font-size:90%;color:black;padding:65 0 30 88;width:388px;/*height:340px;*/}
#main_clientarea p{margin-bottom:10px;width:470px;}
#main_clientarea h1{font-size:140%;margin-bottom:14px;color:#5781AB;font-weight:normal;}

#outertable {width:100%;}

#clear{clear:both;height:1px;overflow:hidden;}

#news {	padding-top:20px;color:black;font-size:95%;font-weight:bold;}
#news #box {padding:4 2 2 5;border-top:red 1px solid;width:490px;height:5em;font-weight:normal;}

#smallwhiteline	{font-size:0%;line-height:1px;height:1px;background-color:white;width:100%}
#smallredline	{font-size:0%;line-height:1px;height:2px;background-color:red;width:100%}
#medblueline	{font-size:0%;line-height:8px;height:8px;background-color:#19185A;width:100%}
#bigblueline	{font-size:0%;line-height:18px;height:18px;background-color:#19185A;width:100%}

#quote1{width:291px;height:41px;
		background-image:url(print.css);background-repeat:no-repeat;
		position:absolute;top:12em;left:440px;}

#footer{display:none;
		}
#footer a{color:black;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer #strapline {width:490px;margin-top:3px;padding-top:3px;color:#999999;border-top:1px solid #D4D4D4;}

#homefooter #position {width:490px;margin-left:290px}
#generalfooter #position {width:490px;margin-left:250px}


#loginform {padding:10 0 0 10;width:400px;font-size:100%;color:black;}

#figurestable {color:black;width:480px;border:1px solid #f0f0f0;}
#figurestable td{font-size:70%;background-color:#f0f0f0;text-align:center;padding:5 5 5 5;}
#figurestable #title td{height:25px;font-size:90%;background-color:#e0e0e0;}
#figurestable #headerrow td{background-color:white;padding:5 5 5 5;}
#figurestable .firstcol {text-align:left;}

/* lists - into horizontal navigation */
/*http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones1.html*/
#nav { /* all lists */
	display:none;
	
}
 #nav ul { /* all lists */
display:none;
	}
	
#nav a {
display:none;
}
#nav a:hover {
display:none;
}

#nav li { /* all list items */
display:none;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
display:none; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}


/* Left Navigation items for main area*/
#mainleftnav_outer{display:none;}
#mainleftnav {display:none;}
#mainleftnav a{display:none;}
#mainleftnav a:hover{display:none;}

/* Left Navigation items for client area*/
a.leftnav:link,a.leftnav:visited,a.leftnav:hover,a.leftnav:active{
display:none;}

a.leftnav:hover{display:none;}
/* leftsubnav */
a.leftsubnav:link,a.leftsubnav:visited,a.leftsubnav:hover,a.leftsubnav:active{display:none;}
a.leftsubnav:hover{display:none;}

.hidefromprint{display:none;}
.hidefromscreen{display:visible;}

