@charset "utf-8";
/* reset */
/* input, label,  form, fieldset,*/
form
{
font-family: Verdana, Geneva, sans-serif; 
text-align: left;	
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre,  select, textarea, button, legend, p, blockquote, code, caption, dl, dt, dd, tfoot, tbody, strong, em, b, i, u, strike, abbr, acronymn, address { 
	margin: 0px; 
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
}

table, th, tr {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	border-spacing: 0;
	outline: 0px;
	background-color: #ece9d8;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link { 
	color: #663399;
	}
a:visited { 
	color: #663399;
	}
/*a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}*/
a:active { 
	color: #663399;
	}


.oneColElsCtrHdr #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
/* width: 50em; */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
/*margin: 0;*/
	/*background: #99CC66; */
	/*background: #87BF40; /* Menu Background color */
/*	background: #87BF40;
	border-color:#CCCCCC;*/
/*	width: 800px;*/
	background: #87BF40;
	padding: 0;
	border-color:#CCCCCC;
	margin: 0px;
	z-index:100;
	/*padding: 0 100px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px;
/*	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* eeeeeeeeeeeeeeeeeee  */

.main p {
	text-align: left;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, sans-serif; 
	font-size:5ps;
}

div.mainContent {
	border: 1px solid #000000;
	overflow: auto;
	width: 30%
}

div.right {
	width: 45%;
	float: right;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right;
    margin: 4px; 
}

.sub {
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	color: #000;
	float: left;
	margin-right: 0.5em;
	display: block;	
	border: 1px dotted #663399;
}
.submit
{
font-family: Verdana, Geneva, sans-serif; 
font-style: normal;	
color: #000;
text-align: left;
} 
.date {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 14px;
	text-align:right;
	padding:300;
	color: #000;
}

.textunderline {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: italic;
	font-size: 14px;
	text-align:left;
	color: #000;
	text-decoration: none;
}

.text {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 12px;
	text-align:left;
	color: #000;
}

.saletext {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 14px;
	text-align:left;
	color: #663399;
}

.textheadings {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 18px;
	text-align:left;
	color: #663399;
}

.subheadings {
/*	 font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 18px;
	text-align:left;
	color: #663399;
}

.borderbottom {
border-bottom-color:#663399;	
border-bottom:dashed;
border-bottom-width:thin;
	}
.borderbottomleft {
border-bottom-color:#663399;
border-bottom:dashed;
border-bottom-width:thin;
border-left:dashed;
border-left-width:thin;
	}
.borderbottomright {
border-bottom-color:#663399;
border-bottom:dashed;
border-bottom-width:thin;
border-right:dashed;
border-right-width:thin;
	}	
.bordertop {
border-bottom-color:#663399;
border-top:dashed;
border-top-width:thin;
}
.bordertopleft {
border-bottom-color:#663399;
border-top:dashed;
border-top-width:thin;
border-left:dashed;
border-left-width:thin;
}
.bordertopright {
border-bottom-color:#663399;
border-top:dashed;
border-top-width:thin;
border-right:dashed;
border-right-width:thin;
}
.borderleft {
border-bottom-color:#663399;
border-color:#663399;
border-left:dashed;
border-left-width:thin;
	}
.borderright {
border-bottom-color:#663399;
border-right:dashed;
border-right-width:thin;	
	}
.coloredtext {
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal;
	font-size: 14px;
	text-align:left;
	color: #663399;
}
.footer {
		color: #000;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 10px;
		}
