/*  */
/*  */
/* Main Styles */
/*  */
/*  */


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 83%; /* setting default font for IE browsers to 12px */
	background-color: #8CD3F7;
	color: #633800;

}

html>body 
{
	font-size: 13px; /* setting default font for non-IE browsers */
	margin: 0;
	padding: 0;
} 

#contentstart
{
	font-size: 1.0em;
	margin: 40px;
}
#footer
{
	font-size: 1.0em;
	margin: 40px;
}
span
{
	margin: 0;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
}

h1 {font-size: 2.0em}  /* displayed at 24px */
h2 {font-size: 1.5em}  /* displayed at 18px */
h3 {font-size: 1.25em}  /* displayed at 15px */
h4 {font-size: 1.0em}  /* displayed at 12px */
h5 {font-size: 0.8em}  /* displayed at 10px */
h6 {font-size: 0.65em}  /* displayed at 8px */

table
{
	table-border-color-light: #666666;
	table-border-color-dark: #666666;
	border-color: #666666;
	font-size: 1.0em;
}


tr, th, td
{
	font-size: 1.0em;
}

a
{
	color: #F78E21; 
	text-decoration: none;
}

a:visited
{
	color: #F78E21; 
	text-decoration: none;
}
a:active
{
	color: #F78E21; 
	text-decoration: none;
}
a:hover {
	color: #F78E21;
    text-decoration: underline;
}

ol, li
{
	font-size: 1.0em;
}

ul
{
	font-size: 1.0em;
}



LI LI, LI P, TD P, BLOCKQUOTE P
{
	font-size: 1.0em;  /* To prevent shrinkage in nested tags */
}

/* Needed to prevent intrustion from NS4 CSS */
div, textarea, input, select, option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #633800;
}
fieldset, legend, caption
{
	color: #633800;
}
dl, dt, dd
{
	font-size: 1.0em;
}
p, blockquote
{
	font-size: 1.0em;
}




/*  */
/*  */
/* Special Index Page Categories */
/*  */
/*  */

.heading
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 1.2em;
	color: #3399FF;
}

.indent
{
	margin-left: 15px;
}


/*  */
/*  */
/* Image-Floating Classes */
/*  */
/*  */

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}




/*  */
/*  */
/* Right Orange Column Styles (white text)*/
/*  */
/*  */

.textonorange
{
    color: #ffffff;
    margin: 5px;
    font-size: 1.0em;
}

/* Needed to prevent intrustion from NS4 CSS */
.textonorange p   
{
    font-size: 1.0em;
}

.textonorange a
{
    color: #633800;
    text-decoration: none;
}
.textonorange a:visited
{
	color: #633800; 
	text-decoration: none;

} 
.textonorange a:active 
{
	color: #633800;
    text-decoration: none;
}
.textonorange a:hover 
{
	color: #633800;
    text-decoration: underline;
}

	
/*  */
/*  */
/* Supplementary Styles - Save for the Future*/
/*   Can't use right now because they screw up Netscape 4 too badly */
/*   But available for streamlining code when Netscape 4 is no longer a consideration */
/*  */
/*  */

table.bodylayout /* a class for tables (and their cells) used for main body layout */
{
	border: 0;
	border-spacing: 1px;
	border-collapse: collapse;
	width: 100%;
	margin-left: auto; 
	margin-right: auto;	
}
table.bodylayout td
{
	border: 0;
	padding: 20px;
}