h1  {font : 18pt Arial, Helvetica; font-weight : bold; }
h2  {font : 16pt Arial, Helvetica; color : #000000; }
h3  {font : 11pt Arial, Helvetica; font-weight : bold; color : #000000; }
h4  {font : 10pt Arial, Helvetica; font-weight : bold; color : #000000; }
p	{font : 10pt Arial, Helvetica; color : #38332f; }
td	{font : 10pt Arial, Helvetica; color : #38332f; }
li	 {font : 10pt Arial, Helvetica; color : #38332f; }
ul	{list-style: disc;}
hr	{align: left; color: #000080; height: 1;}
a {color: #00b2f0; text-decoration: none;}

body  {
	font: 100% Verdana, 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;
}
.box #container { 
	width: 820px;  /* 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. */
} 
.box #header { 
	background: #FFFFFF; 
	padding: 0;  /* 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. */
} 
.box #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 */
}
.box #navigation {
	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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 20px;
}

.box #mainContent { 
	margin: 0 0 0 250px; /* 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: 10px 25px 0px 0px;
} 

.box #mainColumn1 { 
	float: left; /* since this element is floated, a width must be given */
	margin: 0; /* 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. */
	width: 260px;
} 
.box #mainColumn2 { 
	float: left; /* since this element is floated, a width must be given */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 20px;
	width: 260px;
} 

.box #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	color : #000000;
} 
.box #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 */
	font : 11pt Arial, Helvetica; 
	color : #38332f;
}

.box #footer a {
	color : #38332f; 
	text-decoration: none;
}

.box #footer ul {
	margin-left: -10px;
}

.box #footer a:hover {
	text-decoration: underline;
}

.box #footer1{
	float: left; /* since this element is floated, a width must be given */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fcb040;
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	height: 250px;
}

.box #footer2{
	float: left; /* since this element is floated, a width must be given */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ee1c25;
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	height: 250px;
}

.box #footer3{
	float: left; /* since this element is floated, a width must be given */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #00b2f0;
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	height: 250px;
}

.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;
}

.leader {
	color: #ed1b24;
	font-weight: bold;
	font-size:  20px;
}

.leader2 {
	color: #ed1b24;
	font-weight: bold;
	font-size: 14px;
}


.toc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	color: #00b2f0;
	line-height: 170%;
	text-decoration: none;
}

.toc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #ed1b24;
	line-height: 150%;
}

.footer_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200%;
	margin-left: 10px;
}

ul.sponsor_list {
	margin-top: 0px;
}

li.sponsor	{
	margin-left: -10px;
	list-style: url(images/carrot1.gif) circle;
	line-height: 150%;
		
}

li.sponsor2	{
	margin-left: -10px;
	list-style: url(images/carrot2.gif) circle;
	line-height: 150%;
		
}

li.sponsor3	{
	margin-left: -10px;
	list-style: url(images/carrot3.gif) circle;
	line-height: 150%;
		
}


.sponsor {
	font : 9pt Arial, Helvetica; 
	color : #38332f; 
}

