@charset "utf-8";

body  {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #666666;
	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;
	background-color:#F5ECFF;
}

.twoColElsRtHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
	
}

.twoColElsRtHdr #header {
	background: #FFFFFF;
	padding: 0 0px;  /* 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. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.twoColElsRtHdr #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 */
	color: #666666;
	font-size: x-small;
}

.twoColElsRtHdr #header table {
	font-size:x-small; 
	color: #666666; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-left: 3px;
	margin-bottom: 5px;
}
.twoColElsRtHdr #sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: small; 
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:small; 
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}



.twoColElsRtHdr #mainContent {
	margin: 0 10px 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	/*changed the first 10px from 13em*/
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
}

.twoColElsRtHdr #mainContent h1 {
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330099;
} 
/*above added by me*/

.twoColElsRtHdr #mainContent h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330099;
} 
/*above added by me*/

.twoColElsRtHdr #mainContent img {
border-color:#FFFFFF;
} 
/*above added by me*/

.twoColElsRtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:x-small; 
	color: #666666; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.twoColElsRtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}

/*link styles*/

a:link.bodyLink {
	text-decoration: none;
	color: #330099;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #330099;
}
a:visited {
	text-decoration: none;
	color: #330099;	
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #330099;	
	
}
a:active {
	text-decoration: none;
	color: #666666;
}

A.normal:link   {  font-weight: normal;  text-decoration: none;  color: black; background-color: white; }
A.normal:visited {  font-weight: normal;  text-decoration: none;  color: black; background-color: white; }
A.normal:active   {  font-weight: normal;  text-decoration: none;  color: black; background-color: white; }
A.normal:hover  {  font-weight: normal;  text-decoration: none;  color: black; background-color: white; }

A.bodyWithOutline:link   {  font-family: Trebuchet MS,Arial,Helvetica,Sans serif;  font-weight: bold;  text-decoration: none;  color: #330099; border: solid 1px #330099; }
A.bodyWithOutline:visited {  font-family: Trebuchet MS,Arial,Helvetica,Sans serif;  font-weight: bold;  text-decoration: none;  color: #330099; border: solid 1px #330099; }
A.bodyWithOutline:active   {  font-family: Trebuchet MS,Arial,Helvetica,Sans serif;  font-weight: bold;  text-decoration: none;  color: #330099; border: solid 1px #330099; }
A.bodyWithOutline:hover  {  font-family: Trebuchet MS,Arial,Helvetica,Sans serif;  font-weight: bold;  text-decoration: none; border: solid 1px #330099; 
	background-color: #330099;  color: #ffffff; }

a.nounderline:link { text-decoration: none; background-color: #ffffff; }
a.nounderline:visited { text-decoration: none; background-color: #ffffff; }
a.nounderline:active { text-decoration: none; background-color: #ffffff; }
a.nounderline:hover { text-decoration: none; background-color: #ffffff; }

/* (c) Copyright Advantage Services (Europe) Ltd. */

/* CSS menu from here */

.menu {width:750px; 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:751px; w\idth:750px;}
/* 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:184px;}
/* 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:184px;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:173px; 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:184px; w\idth:173px;}

/* 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:184px;}
/* 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:163px; border-top:2px solid #fff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:184px;w\idth:163px;}

/* 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 */


