@charset "utf-8";
body  {
	background: #666666;
	background-color:#F2F7FF;
	/*margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults [but it looks better like this:] */
	margin: 2% auto 2% auto;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
.twoColFixLtHdr #header { 
	
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:10px;
	}
.twoColFixLtHdr #header table {
	font-size:10px;
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	margin: 5px 0 0 5px; /*added */
	background:#D7E8FD;
	
	font-size:12px;
	
}
.twoColFixLtHdr #sidebar1 h3 {
	
	font-size:18px;
	
	font-family:Arial, Helvetica, sans-serif;
}

/*above added by me*/
.twoColFixLtHdr #sidebar1 hr {
	
	color:#FFFFFF;
}

/*above added by me*/

.twoColFixLtHdr #sidebar1 ul {
	
	font-size:12px;
}

/*above added by me*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.*/
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
} 
.twoColFixLtHdr #mainContent h1 { 
	font-size:18px;
	color:#1C0CAD;
} 
/*above added by me*/

.twoColFixLtHdr #mainContent h2 { 
	font-size:18px;
	color:#1C0CAD;
} 
/*above added by me*/

.twoColFixLtHdr #mainContent h3 { 
	font-size:16px;
	color:#1C0CAD;
} 
/*above added by me*/

.twoColFixLtHdr #mainContent hr { 
	
	color:#1C0CAD;
} 
/*above added by me*/
.twoColFixLtHdr #footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;  /*padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a:link {
	color: #1C0CAD;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color: #1C0CAD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #1C0CAD;  
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #EBEBEB;
}


/* (c) Copyright Advantage Services (Europe) Ltd. */



/* CSS menu from here */

.menu {width:780px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #fff;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:781px; w\idth:780px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:130px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:130px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#000; width:119px; height:32px; border:0px solid #fff; border-width:0px 0px 0px 0px; background:url(../images/nav_back.gif); padding-left:10px; line-height:31px;} /*font-size changed from 11px to 10px*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:130px; w\idth:119px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background:#888 repeat-x top left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background: #888 bottom right no-repeat;}
.menu ul ul :hover > a.drop {background: #888 bottom right no-repeat;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0px; width:130px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:31px;t\op:32px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eee; color:#000; height:auto; line-height:1.2em; padding:5px 10px; width:109px; border-top:2px solid #fff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:109px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#888;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#888;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* end CSS menu */