<!--

/* stylesmain.css */


/* Formating the "Header" Division
--------------------------------------------------------------------------- */
#logo {
	float:			left;
	}


/* Formating the "Catch Phase" Division
--------------------------------------------------------------------------- */
#phrase {
	float:			right;
	padding:		25px 50px 0 0;
	font-style:		italic;
	}


#header {
	font-family:		verdana, geneve, arial, sans-serif;
	font-size:		110%;
	background-color:	#eeffdd;
	}

#header h1 {
	font-style:		italic;
	text-align:		left;
	color:			#ff04ff;
	padding-left:		200px;
	font-weight:		normal;
	}

#header h2 {
	font-style:		italic;
	text-align:		left;
	color:			black;
	padding-left:		200px;
	font-weight:		bolder;
	font-size:		180%;
	}

#header p {
	text-indent:		0in;
	}


/* Formating the "Footer" Division
--------------------------------------------------------------------------- */
#icon img {
	border:			0px;
	float:			right;
	}

#footer p {
	text-indent:		0in;		/* No Indenting of each paragraph */
	text-align:		center;
	font-family:		georgia, "times new roman", times, serif;
	font-size:		90%;
	font-style:		italic;
	color:			#ff04ff;
	}




/* Set font families to (sans-serifs), font size to (small) & page color to (pastel green)
--------------------------------------------------------------------------- */
body {
	font-family:		verdana, geneve, arial, sans-serif;
	font-size:		small;
	background-color:	#eeffdd;
	}


/* Set Headings to default sizes in percent(%)
--------------------------------------------------------------------------- */
h1 {
	font-size:		200%;
	}

h2 {
	font-size:		150%;
	}

h3 {
	font-size:		120%;
	}

h4 {
	font-size:		100%;
	}

h5 {
	font-size:		90%;
	}

h6 {
	font-size:		60%;
	}


/* Set ALL Headings to the font weight (Normal)
--------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:		normal;
	text-align:		left;
	}


/* Blockquote Formating
--------------------------------------------------------------------------- */
blockquote {
	text-indent:		0.35in;		/* Indent the begining of each paragraph */
	white-space:		pre-wrap;	/* Wrap text at screen borders */
	color:			black;		/* Make text black in all paragraphs */
	font-style:		italic;		/* Make text italic */
	}


/* Paragraph Formating
--------------------------------------------------------------------------- */
p {
	text-indent:		0.35in;		/* Indent the begining of each paragraph */
	white-space:		pre-wrap; 	/* Allow actual typed spacing with auto-line-wrapping */
	color:			black;		/* Make text black in all paragraphs */
	line-height:		170%;		/* Expand space between lines */
	}

-->