/* Cascading Style Sheets v.002 */ 
/* CSS Stylesheet for the front page and secondary pages of stephaniecota/index.html  */
/* CSS Stylesheet for Microsoft Internet Explorer (MS-IE) */
/* (c) 2000-2002 www.stephaniecota.com */ 
/* Designed and built by Stephanie Cota */ 

/* ############################################################################ */
/* Controls the body. */

body {background-color: #62AFD2;}
/* (#549CC2 is a medium blue.) */
/* ############################################################################ */
/* Controls the headers. */

/* color: #OO99CC is a dark black */
h1 	{font-family: Arial;
	font-size:  18px;
	font-style: italic;
	margin: 0px;
	color: #474443;}

/* color: #474443 is an elegant grey-black */
h2 	{font-family: Arial;
	font-size:  16px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #474443; }

h3 {font-family: Arial;
	font-size:  12px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #474443;}

h4 {font-family: Arial;}

h5 {font-family: Arial;}

h6 {font-family: Arial;}
/* ############################################################################ */
/* Body Text */

/* Paragraphs. Text is near-black #000810. (black-blue: #172F45) */
p 	{font-family: "Trebuchet MS", arial, helvetica, sans-serif; 
	font-size:  10.5pt;
	color: #000810;
	margin: 10px;}
	
p.ns 	{font-family: "Trebuchet MS", arial, helvetica, sans-serif; 
	font-size:  10.5pt;
	color: #000810;
	margin: 0px;}
	
p.newsbulletin {font-family: Arial, Helvetica, Sans-Serif;
				font-weight: bold;
			  	color: red;}
				
OL
{
    FONT-SIZE: 12px;
    MARGIN-LEFT: 25px;
    COLOR: #36716b;
    MARGIN-RIGHT: 10px;
	MARGIN-BOTTOM: 10px;
	LINE-HEIGHT: 20px;
    FONT-FAMILY: "verdana", "helvetica, arial", "sans serif"
}
		
UL
{
    FONT-SIZE: 10.5pt;
    MARGIN-LEFT: 20px;
	COLOR: #000810;
    MARGIN-RIGHT: 5px;
    FONT-FAMILY: "Trebuchet MS", "helvetica", "arial", "sans serif";
	list-style-type: square;
    /* 
	COLOR: #340088; cool purple color
	image: url("../zipnet/images-old/10-tiny-ball.gif") */
}
		
li {font-family: "Trebuchet MS", "arial", "helvetica", "sans-serif"; 
	font-size:  10pt;
	list-style-type:square;
	color: #OOO81O;}

hr {width: "45%";}

.quote {font-family: "Trebuchet MS", "arial", "helvetica", "sans-serif"; 
	font-style: oblique;
	font-size:  9.5pt;
	color: #083194;
	margin: 0px;}

.subhead {font-family:"Arial Narrow", "Bodoni Book", "Trebuchet MS";
	color:#212121; 
	font-size:10.5pt;
	font-style: oblique;
	font-weight: bold;
	margin:0px;}

/* Uses a light blue (#33ccff) for color */
.first-letter {"Trebuchet MS", arial, helvetica, sans-serif; 
	font-size:  16px;
	text-decoration: normal;
	text-transform: capitalize;
	color: #33ccff;
	margin: 0px;}


/* Used for the text in the registration form */	
.formtext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;} 

.required {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	color: #083194;} 
/* #083194 is a medium blue.*/	

/* ############################################################################ */
/* Controls the word "Search" in the search box. Red text. */ 
.searchtext { 
	font-family: Arial;
	font-size:  11px;
	font-weight: normal;
	color: #CC0000;
	margin: 0px;}

/* ############################################################################ */
/* Controls the copyright notice */
span.copyright { 
	font-family: Arial;
	font-size:  11px;
	color: OOO81O;
	}

.date { 
	font-family: Arial;
	font-size:  11px;
	color: #CC0000;
	}
/* ############################################################################ */
/* Tables and Cells */

/* Vertical light-gray bars. */

.horizonlinetop {
	border-left: thin solid;
	border-right: thin solid;
	border-top: thin solid;
	border-width: 1px;
	border-color: #217BA5;}

.horizonline {
	border-left: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-width: 1px;
	border-color: #217BA5;}

.horzcolor {
	background-color: #d5eefd;
	border-top : thin solid;
	border-width: 1px;
	border-color: CCCCCC;
	}

.verticalline {
	border-right: thin solid;
	border-width: 1px;
	border-color: CCCCCC;
	padding-right: 5px;
	padding-left: 5px;} 

.pix {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	}
/* ############################################################################ */
/* END OF FILE */		