/*  */
/*  */
/* 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: #B5C7D6;
	color: #000000;
	margin: 0;
}

html>body 
{
	font-size: 13px; /* setting default font for non-IE browsers */
	margin: 0;
	padding: 0;
} 

#contentstart
{
	font-size: 1.0em;
	text-align: justify;
	margin-left: 10px;
}


#printfriendly
{
	font-size: 1.0em;
	background-color: #ffffff;
}
span
{
	margin: 0;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #08008C;
}

h1 {font-size: 2.0em; font-weight: normal}  /* 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: #08008C; 
}

a:visited
{
	color: #08008C; 
}
a:active
{
	color: #08008C; 
}
a:hover {
	color: #08008C;
}

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: #000000;
}
fieldset, legend, caption
{
	color: #000000;
}
dl, dt, dd
{
	font-size: 1.0em;
}
p, blockquote
{
	font-size: 1.0em;
}



/*  */
/*  */
/* Turning Various Includes On and Off */
/*   For On - Set Display to block */
/*   For Off - Set Display to none */
/*  */
/*  */

#bottomhalfbanner     /* OFF */
{
	display: none;	
	margin: 0;
}

/*  */
/*  */
/* Special Index Page Categories */
/*  */
/*  */

.heading
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 1.2em;
	color: #000099;
}

.indent
{
	margin-left: 10px;
}
.searchButton 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	color: #ffffff; 
	background-color: #000099;
	padding-bottom: 1px;
	padding-top: 1px; 
	border-width: 1px; 

	}


/*  */
/*  */
/* Image-Floating Classes */
/*  */
/*  */

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}


/*  */
/*  */	
/* Top Navigation Within "body1" */
/*  */
/*  */

p.breadcrumbs
{
    font-size: .8em; 
}

.bottomsectionnav
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold; 
}





/*  */
/*  */
/* Footer & Search Box Styles */
/*  */
/*  */

.textonblue
{
    color: #ffffff;
    margin: 10px;
    font-size: .8em;
}

/* Needed to prevent intrustion from NS4 CSS */
.textonblue p   
{
    font-size: 1.0em;
}

.textonblue a
{
    color: #000000;
    text-decoration: none;
}
.textonblue a:visited
{
	color: #000000; 
	text-decoration: none;

} 
.textonblue a:active 
{
	color: #000000;
    text-decoration: none;
}
.textonblue a:hover 
{
	color: #000000;
    text-decoration: underline;
}


/*  */
/*  */
/* Left Nav Bar Text On Red */
/*  */
/*  */

#leftnavbar{
	margin-left: 2px;
	width: 140px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#leftnavbar a{
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	}

#leftnavbar a:hover{
	background-color: #000099;
	text-decoration: underline;
	}


.textonred
{
    color: #000000;
    margin-left: 5px;
    font-size: .8em;
}

/* Needed to prevent intrustion from NS4 CSS */
.textonred p   
{
    font-size: 1.0em;
}

.textonred a
{
    color: #ffffff;
    text-decoration: none;
}
.textonred a:visited
{
	color: #ffffff; 
	text-decoration: none;

} 
.textonred a:active 
{
	color: #ffffff;
    text-decoration: none;
}
.textonred a:hover 
{
	color: #ffffff;
    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;
}