@charset "utf-8";

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

#container { 
	width: 900px;  /* 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. */
} 

#header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;
}

#mainContent {
	margin: 0 0 0 200px; /* 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 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* The homepage needs different padding rules for its mainContent div */
#container #homeMainContent {
	padding: 0 0 0 10px;
}

#container #mainContent p, #container #homeMainContent #maincol p, #container #mainContent ul li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 20px;	
}

/* Special text rules for sidebar2 which appears on the homepage only */
#container #homeMainContent #rsidebar p {
	font-family:Verdana, Geneva, sans-serif;
	color: #993366;
	font-size: 13px;
	line-height: 20px;
}

#container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 23px;
	color: #993366;
	font-weight: bold;
	padding: 10px 20px 10px 0px;
}

/* Homepage h1 is a different colour */
#container #homeMainContent #maincol h1 {
	font-size: 23px;
	font-weight: bold;
	color:#CCCCCC;
}

/* bold red headings mainly used on homepage */
#container #mainContent h2, #container #homeMainContent #maincol h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC3333;
	padding: 10px 0 0 0;
}

/* Green headings */
#container #mainContent h3 {
	font-size: 15px;
	font-weight: bold;
	color: #339999;
	padding: 10px 0 0 0px;
}
/*

/* Purple headings */
#container #mainContent h4 {
	font-size: 15px;
	font-weight: bold;
	color: #993366;
	padding: 10px 0 0 0px;
}
/*

/*This is the MENU BAR */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 0px 15px 0px;
}

/*This is part of the trick used to make the #rsidebar go right to the bottom of the page*/
#contain {
	overflow:hidden;
}

/*This is the right-hand side bar used on the homepage index.shtml ONLY*/
#rsidebar {
	float:right;
	width:230px;
	padding:0px 10px 0px 10px;	
	background: #EBEBEB;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#rsidebarsection {
	margin-bottom:50px;
}

#sidebar3 {
	float:right;
	width:230px;
	background: #EBEBEB;
	padding:0 10px 0 10px;
}

/* Main column on the homepage index.shtml ONLY */
#maincol {
	float:left;
	width:405px;
	padding:15px 10px 0 10px;
}

/* FORMATTING FOR LINKS ---------> */
#container #mainContent p a,
#container #homeMainContent #maincol p a,
#container #mainContent ul li p a {
	color:#000;
	text-decoration: underline;
}

#container #mainContent p a:hover,
#container #homeMainContent #maincol p a:hover,
#container #mainContent ul li p a:hover {
	color:#993366;
}

#container #mainContent p a.bold {
	color:#FF9900;
	font-weight:bold;
	text-decoration: none;
}
#container #mainContent p a.bold:hover {
	text-decoration: underline;
}

/*links that look like h3*/
#container #mainContent p a.h3 {
	text-decoration:underline;
	color:#339999;
	font-size:15px;
	font-weight:bold;
}
#container #mainContent p a.h3:hover {
	color:#000;
}

/* <-------------- End formatting for links */


.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;
}

/* ******BEGIN FORMATTING FOR MENU BAR (sidebar1)****** */
#sidebar1 ul li {
	list-style:none;
	text-align:left;
}
#sidebar1 ul li a {
	display:block;
	height: 40px;
	line-height: 40px;
	text-decoration:none;
	color:#993366;
	background-image: url(/images/menubutton3.jpg);
}
#sidebar1 ul li a:hover {
	background-position: bottom;
	/* background:url(image.gif) no-repeat; */
}
#container #sidebar1 p a {
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/menubutton3.jpg);
	display: block;
	height: 40px;
	width: 200px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	text-indent: 15px;
	vertical-align: middle;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;
}
#container #sidebar1 p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#container #sidebar1 p a:hover {
	background-position: left bottom;
	background-image: url(../images/menubutton3.jpg);
	background-repeat: no-repeat;
}
/* <-----------END FORMATTING FOR MENU BAR */


/* This is formatting for the pop-up images that appear on the new features page */
#container #mainContent .thickbox img {
	margin: 5px 12px 5px 5px;
}

/* Tabbed Panels are used on the example charts page */
#container #mainContent #TabbedPanels1 {
	width:665px;
	padding: 10px 5px 0 0px;
}
#container #mainContent #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab {
	width: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #936;
}


/* Formatting for tables------------> */
#container #mainContent table {
	padding: 0 0 0 20px;
}
#container #mainContent table tr td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	text-indent: 0px;
	vertical-align: top;
	padding: 1px 5px 1px 5px;
}
#container #mainContent table tr td p.white {
	font-color:#FFFFFF;
}
#container #mainContent table tr td p a {
	font-weight: bold;
	color: #666;
	font-size: 15px;
}
#container #mainContent table tr td p a:hover {
	color: #936;
}
/* <------------End table formatting */



/* Formatting for footer --------> */
#container #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: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 35px;
	display: block;
	vertical-align: baseline;
	text-align: left;
}
#container #footer a {
	color: #000;
}
/* <----------------End footer formatting */