@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	background: #9fd9e3;
	margin: 0; 
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	
	
}
.thrColFix #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background: #9fd9e3;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFix #header {
	width: 570px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9fd9e3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
	}
	
	.thrColFix #header h1,h2,h3 {
	text-align:left;
	color: #6633CC
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #9fd9e3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right:10px;





	padding-left: 5px
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.thrColFix #sidebar1 p {color:#666;}
.thrColFix #sidebar1 h3 {text-align: center;}
.thrColFix #mainContent {
	Width:530px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}

.thrColFix #mainContent h1, h2, h3, {
	text-align:left;
	color: #6633CC
}
.thrColFix #mainContent h4 {
	text-align:center;
	color: #669
}
.thrColFix #mainContent h5 {
	text-align:center;
	color: #6633CC
}

.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: 0px;
}
.thrColFix #mainContent p {color:#666; line-height:1.4;}
.thrColFix #mainContent ul {
	color:#666;
	line-height:1.4;
	list-style-type: disc;
}
.thrColFix #mainContent ol {
	color:#666;
	line-height:1.4;
	
}


.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;
}
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 10px; height: 100px; font-size: 10pt; font-family: verdana; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 10em; }
.menu li { background-color: #9fd9e3; float: left; }
.menu li.sub { background-color: #9fd9e3; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px solid #ffffff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 10em; color: #666666; padding-left: 1em; font-weight: normal; font-style: italic; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 10em; }
* html .menu a:hover { color: #666; background-color: #fff; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #666; background-color: #fff; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #666; background-color: #fff; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -1.5em; left: 7em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

.thrColFix #footer {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background: #9fd9e3;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
img.floatLeft {

}
img.floatRight {
	float: right;
	margin-left: 12px;
}
