/* CSS Document ~ Can Do That! Software Solutions */
body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
}
div#main_wrapper {
 min-width:720px; 
 max-width:880px; 
 margin-left:auto; 
 margin-right:auto;
 text-align:left;
 border:thin #333399 inset;
 background:url(../images_pres/leftnav.jpg) repeat-y;
 }
div#header {
  width:auto;
  }
#threecolwrap {
	float:left;
	width:100%;
	background:url(../images_pres/leftnav.jpg) no-repeat;
	}
#twocolwrap {
   float:left;
   width:100%;
   display:inline;
   margin-right:-169px;
   background:url(../images_pres/rightnav.jpg) repeat left;
   }
#sidebar {
	width:150px;
	float:left;
	display:inline;
	}
#sidebar p {
    padding-bottom:.5em;
	}
#content {
	width:auto;
	margin-left:150px;
	margin-right:169px;
	}
#promo {
    float:left;
	width:169px;
	}
#promo_inner {
	padding:.75em;
	height:100%;
	}
#footer {
	width:100%;
	clear:both;
	float:left;
	}
#footer_copyright {
   width:100%;
   clear:both;
   float:left;
   }
#header_inner, #nav_inner, #content_inner {
	overflow:hidden; 
	}
#header_inner {
      border-top:1px groove #000099;
	  border-bottom:1px solid #000099;
	  height:210px;
	  }
#sidebar_inner {
	padding:1em .8em; 
	}
#content_inner {
	padding:1em 1em 1em 1.5em;
	}
#footer {
    width:100%;
	clear:both;
	float:left;
	}
#footer_inner {
	/*padding:.5em 1em; */
	text-align:center;
	border-top:1px groove #000099;
	border-bottom:1px groove #000099;
	}
#footer_copyright {
   padding:1em;
   text-align:center;
   color:#fff;
   }
.img {
    width:auto;
	border:0px;
	padding:3px;
	} 
.imgright {
    width:auto;
    float:right;
	margin:0 4px 4px 0;
	}
.imgleft {
    width:auto;
    float:left;
	margin:0 4px 4px 0;
	}
.imgctr {
   width:auto;
   float:none;
   text-align:center;
   border:outset;
   }
.imghd {
   margin-left:100px;
   padding-bottom:3px;
   }

/* form css */
div#column {
   background-color:#fff;
   margin:2px;
   width:8em;
   border:1px solid #00CCFF;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   float:left;
   }
#tiny_form_vert * {
   margin:0;
   padding:0;
   }
form#tiny_form_vert {
  padding:4%;
  float:left;
  margin-bottom:0;
  }
#tiny_form_vert input[type="submit"] {
  float:right;
  margin:.5em 0 .2em 0;
  }
#tiny_form_vert p {
  display:none;
  margin-top:0em;
  width:100%;
  clear:both;
  }
#tiny_form_vert ul {
  font-size:.65em;
  margin:0;
  padding:.2em;
  }
#tiny_form_vert li {
  list-style-type:none;
  }
#tiny_form_vert p.error {
  display:block;
  color:red;
  font-size:.8em;
  }
#tiny_form_vert a {
  color:#990000;
  }

/*table {
	width: 100%;
	margin:0; 
 	padding:0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: #000066;
}
table, tr, th, td {
	border-collapse: collapse;
}
caption {
    margin:0; 
 	padding:0;
	background: #f3f3f3;
	line-height: 30px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #555d6d;
	text-align: center;
	border-top: dashed 1px #c2c2c2;
} 

thead {border: none;}
thead tr th {
	line-height: 32px;
	text-align: center;
	color: #000066;
	border-left:solid 1px #000066;
	border-right:solid 1px #000066;	
	border-collapse: collapse;
	}
tbody tr {
	background: #dfedf3;
	font-size: 13px;
}
tbody tr th, tbody tr td {
	padding: 6px;
	border: solid 1px #000066;
}
tbody tr th {
	background: #000066;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 12px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px white;
} */



.clearthefloats {clear:both;}