@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #codffd;
	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;
}
.oneColFixCtrHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C0DFFD;
	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. */
	min-width: 900px;
}
.oneColFixCtrHdr #header {
	padding: 0;
}
.oneColFixCtrHdr #header p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #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 */
}
.menubuttons  td  {
	border-left: 1px dotted #C0DFFD;
	border-right: 1px dottes #C0DFFD;

}

.oneColFixCtrHdr #mainContent {
	padding: 0 15px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C0DFFD;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent p {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: left;

}
.oneColFixCtrHdr #mainContent h1 {
	color: #3366CC;
	font: verdana;
	font-size: 18px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #3366CC;
	font: verdana;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent img {
	padding: 1px;
	background: #C0DFFD;

}
.oneColFixCtrHdr #mainContent h6 {
	color: #003366;
	font: verdana;
	font-size: 10px;
	font-weight: normal;
	height: auto;
}
.oneColFixCtrHdr #header p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #3366CC;
	font: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.oneColFixCtrHdr  #mainContent  tr {
	border-top: 1px;
	border-top-color: #000;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.oneColFixCtrHdr  #mainContent  h5 {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: auto;
}
.oneColFixCtrHdr #mainContent h5 a:link {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
}
.oneColFixCtrHdr #mainContent h5 a:visited {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
}
.oneColFixCtrHdr #mainContent h5 a:hover {
	color: #0000FF;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: auto;
}
.oneColFixCtrHdr #mainContent h5 a:active {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
}
.oneColFixCtrHdr #mainContent h4 {
	color: #3366CC;
	font: verdana;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p a:link {
	color: #000;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p a:visited {
	color: #000;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #0000FF;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p a:active {
	color: #000;
	font: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
.oneColFixCtrHdr     #header  h6   {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #e6f3ff;
	letter-spacing: 5px;
	line-height: 0px;
	margin-top: -10px;
}
.oneColFixCtrHdr  #header   h5 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #ccff99;
	letter-spacing: 4px;
	line-height: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #admincontainer {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FDC0c0;
	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. */
	min-width: 900px;
}
.oneColFixCtrHdr #mainContent li {
	color: #003366;
	font: verdana;
	font-size: 12px;
	text-align: left;
}
.oneColFixCtrHdr #mainContent hr {
	color: #3366CC;
	height: 1px;
	width: 80%;
}
.mid {
	text-align: center;

}
.paypal table {
	border: 2px solid #F79739;
	background-color: #FFF6E8;

}
.paypal  #fail  h4 {
	color: #f00;
	border: solid 1px #f00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.paypal  #good  h4 {
	color: #0c0;
	border: solid 1px #0c0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.paypal  input {
	border: 1px solid #F79739;
}
