@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #663399;
	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;
}
.wrapper #container { 
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header {
	background: #FFFFFF;
	padding: 0 0 0 208px;  /* 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. */
}
.wrapper #sidebar {
	margin: 0;
	padding: 0;
	background-image: url(images/navbkg.gif);
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.wrapper #sidebar p {
	margin: 12px 12px;
	padding: 12px 12px;
    font-size: 80%;
	color: #663399;
	border: 2px solid #663399;
}
.wrapper #centerContent { 
	float: left; /* since this element is floated, a width must be given */
	margin: 0 0 20px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 3px solid #663399;
}
.wrapper #centerContent h1 {
	color: #663399;
}
.wrapper #centerContent h2, h3 {
	color: #000000;
}
.wrapper #centerContent p{
	padding: 10px 30px;
	text-align: center;
}
.wrapper #centerContent .style1 {
	font-size: 110%;
	color: #663399;
	font-weight: bold;
}
.wrapper #centerContent .style2 {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}
.wrapper #centerContent a{
	font-weight: bold;
	font-size: 100%;
}
.wrapper #centerContent a:link{
	color: #663399;
}
.wrapper #centerContent a:hover, #centerContent a:focus{
	color: #b37eb0;
}
table #form {
	padding: 0 0 10px 10px;
	color: #000000;
	font-size: 90%;
}
.wrapper #mainContent { 
	margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/bucketbkg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.wrapper #mainContent p, h1, h2, h3, h4, h5, h6 {
	padding: 0 0 12px 0;
}
.wrapper #mainContent p {
	font-size: 90%;
}
.wrapper #mainContent #pbox {
	margin: 0 140px 12px 0;
	padding: 10px;
	font-size: 90%;
	color: #663399;
	border: 2px solid #663399;
}
.wrapper #mainContent h1, h2, h4 {
	color: #663399;
}
.wrapper #mainContent h3, h5, h6 {
	color: #000000;
}
.wrapper #mainContent .style7 {
	font-size: 125%;
	color: #663399;
	font-weight: bold;
	font-style: italic;
}
.wrapper #mainContent a{
	font-weight: bold;
	font-size: 100%;
}
.wrapper #mainContent a:link{
	color: #663399;
}
.wrapper #mainContent a:hover, #mainContent a:focus{
	color: #b37eb0;
}
.wrapper #mainContent form {
	padding: 0 0 10px 0;
	color: #000000;
	font-size: 80%;
}
form input.fields, textarea.fields {
	border: 1px solid #663399;
}
form button{
	padding: 4px;
	font-weight: bold;
	font-size: 90%;
	background: #CCC;
	border: 1px solid #663399;
}
form button a{
	color: #000000;
}
form button a:focus, form button a:hover{
	color: #663399;
}
.wrapper #mainContent table {
	padding: 0;
}
.wrapper #mainContent ul {
	padding: 0 0 10px 30px;
	color: #000000;
	font-size: 90%;
}
.wrapper #mainContent ul li {
	padding: 0 0 3px 10px;
}
.wrapper #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.wrapper #footer p {
	padding: 10px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 80%;
}
.wrapper #footer a{
	font-size: 100%;
}
.wrapper #footer a:link{
	color: #000000;
}
.wrapper #footer a:hover, #footer a:focus{
	color: #663399;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt p { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	padding: 0;
	text-align: right;
	font_size: 90%;
	color: #663399;
	font-weight: bold;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 8px 8px;
	border: 3px solid #663399;
	background-color: #FFE755;
}
.fltrt2 p { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	padding: 8px 0;
	text-align: center;
	font_size: 80%;
	color: #000000;
	font-weight: bold;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
	color: #ffffff;
    line-height: 0px;
}
.clearfloat p {
    font-size: 1px;
	color: #ffffff;
}

.style1 {
	font-size: 100%;
	color: #663399;
	font-weight: bold;
}
.style2 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}
.style3 {
	font-size: 80%;
	color: #000000;
}
.style3b {
	font-size: 90%;
	color: #000000;
}
.style4 {
	font-size: 125%;
	color: #663399;
	font-weight: bold;
}
.style5 {
	font-size: 90%;
	color: #663399;
}
.style5b {
	font-size: 90%;
	color: #663399;
	font-weight: normal;
}
.style6 {
	font-size: 125%;
	color: #663399;
	font-weight: bold;
}
.large {
	font-size: 150%;
}

/* ----------- Standard Form ----------- */
.standardform{
margin:0 auto;
width:518px;
padding:0;
}
/* ----------- stylized ----------- */
#stylized2{
border:none;
}
#stylized2 h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized2 p{
font-size:11px;
color:#1b2858;
padding-bottom:10px;
}
#stylized2 label{
color:#1b2858;
font-size:11px;
font-weight:bold;
padding-left:8px;
}
#stylized2 .small{
color:#1b2858;
font-size:11px;
font-weight:normal;
}
#stylized2 input{
font-size:12px;
padding:2px;
margin:4px;
background:#FFF7B9;
border:solid 1px #999;
}
#stylized2 select{
font-size:12px;
padding:2px;
margin:4px;
}
#stylized2 textarea{
padding:2px;
margin:4px;
}
#stylized2 button{
clear:both;
width:64px;
height:28px;
background:#663399;
text-align:center;
line-height:30px;
color:#FFF;
font-size:11px;
font-weight:bold;
}
#logos{
}
/* ----------- Contact Form ----------- */
.myform{
margin:0 auto;
width:270px;
padding:10px 10px 10px 18px;
}
/* ----------- stylized ----------- */
#stylized{
border:solid 1px #1b2858;
background:#FFF7B9;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#1b2858;
padding-bottom:10px;
}
#stylized label{
color:#1b2858;
font-size:11px;
display:block;
font-weight:bold;
width:250px;
padding-left:8px;
float:left;
}
#stylized .small{
color:#1b2858;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:2px;
width:250px;
margin:4px;
}
#stylized select{
float:left;
font-size:12px;
padding:2px;
width:250px;
margin:4px;
}
#stylized textarea{
float:left;
font: 11px Verdana, Helvetica, Arial, sans-serif;
padding:2px;
width:250px;
margin:4px;
}
#stylized button{
clear:both;
margin:4px;
width:64px;
height:26px;
background:#663399;
text-align:center;
line-height:12px;
color:#FFF;
font-size:11px;
font-weight:bold;
}
#logos{
}