﻿<style type="text/css">


/*clear all margins - most browsers*/
body {
margin: 0;
padding: 0;
}

body { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

img {border: 0px;}

#wrapper {
   /* this sets the background color outside the wrapper-website*/
   background-color: white;
   /* this dictates the total width of the content - 8px larger than the main table width*/
   width: 1004px;
   /*height:900px;*/
   /* this tells the page to put an equal amount of margin on both sides, essentially "centering" the content */
   margin: 0 auto;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   /*border-left:  url('SiteImages/border_shadow_left.gif');
   border-right:  url('SiteImages/border_shadow_right.gif');*/
}

#wrapperbackgroundcolor {
	background-color: #FEF6F6;
}

/*scroll bar display - does not work with xhtml or Mac Safari -*/
body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FCE7E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FCE7E7;
	scrollbar-darkshadow-color: #FF2994;
	scrollbar-shadow-color: #COCOCO;
	scrollbar-arrow-color: #FF2994;
	scrollbar-track-color: #F0F0F0;
	position: inherit;
}

#corner_logo {
	bottom:0;
	right:0;
	clip:rect(0pt, 100px, 85px, 0pt);
	position:fixed;

/*<div id="corner_logo">*/
}

.container {
	color: white;
	background-image: url('SiteImages/bg_container_pink_327_306.png');background-repeat :no-repeat;
}

.linkfooter {text-decoration: none; color: gray; font-size: 1em;}

.style1 {
	border-style: none;
	border-width: 0;
}
.style2 {
	border-color: none;
	border-width: 0;
}
.style3 {
	border: 1px solid silver;
}

.style4 {
	font-family: "Arial Narrow";
	font-size: small;
}
.style8 {
	color: #5DC049;
}
.style9 {
	color: #8CC3DE;
}
.style10 {
	color: #0033CC;
}
.style11 {
	color: #7F00BF;
}
.style12 {
	color: #FE0F00;
}
.style14 {
	font-family: "Arial Narrow";
	font-size: small;
	color: #FEF105;
}
.style15 {
	color: #F74D10;
}
.style16 {
	color: #662C01;
}

.style17 {
	white-space: nowrap;
}

.style18 {
	border-width: 0px;
}
.style20 {
	font-family: Arial;
	font-size: small;
	color: #662C01;
}
.style21 {
	color: #808080;
}

h1 {
   /* heading 1 formatting */
   /* font-family: 2em; */
   margin-right: 0px;
   /* color: #FFFFFF; */
   margin-top: 0px;
   margin-bottom: 0px;
	font-size: small;
	color: #662C01;
}

h2 {
	/* heading 2 formatting */
   /* font-family: 2em; */
   margin-right: 0px; /* color: #FFFFFF; */;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: "Arial Black";
	font-size: medium;
	color: #662C01;
	text-align: center;
	background-repeat: no-repeat;
}


h3 {
	/* heading 2 formatting */
   /* font-family: 2em; */
   margin-right: 0px; /* color: #FFFFFF; */;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: "Verdana";
	font-size: small;
	color: #662C01;
	text-align: left;
	background-repeat: no-repeat;
}


/*table background colors and or image*/
.table1	{color: white;
		background-image:url('Siteimages/bg_container_pink_475_326.png'); background-repeat: no-repeat;
}


</STYLE>
