* {
 padding: 0;
 margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	background: #22586b;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	height: auto;
	/*background: url(images/sitepieces/wrap.png) repeat-y -1px 0px;*/
	/*background: url(images/sitepieces/bg.png) repeat-y 0px;*/
	
	
}
form {
	width: 425px;
}
#header {
	
	margin: 0px;
	height: 140px;
	padding: 0px;
	background-image: url(images/sitepieces/blueCowBanner2.gif);
	background-repeat: no-repeat;
	width: 770px;
	background-position: 4px;
}
#navbar {
	border: 1px none #ccc;
	margin: 5px 5px 0px;
	padding: 4px 4px 0px;
	background: url(images/sitepieces/wrap.png) repeat-y;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
	margin: 0;
	padding: 0px 0px 0px 10px;
	display: inline; /* IE Hack */
	width: 165px;
	float: left;
	/*min-height: 300px;*/
	/*height: 700%;*/
	background: url(images/sitepieces/nav.png) repeat-y 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


/** html #leftcolumn {height:300px}  IE Min-Height Hack */ 

#centercolumn {
	border: 1px none #ccc;
	margin: 0px;
	display: inline; /* IE Hack */
	padding: 0px 15px;
	width: 561px;
	float: left;
	/*min-height: 300px;*/
	background: url(images/sitepieces/wrap.png) repeat-y;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #253D45;
	padding-top: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #333333;
	margin-right: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 border: 1px solid #ccc;
 margin: 0 5px 5px 0;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 159px;
 float: left;
 background-color: #C6AA9D;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
	margin: 0;
	padding: 0px;
	clear:left;
	width: 770px;
	background-image: url(images/sitepieces/blueCowfoot2.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	height: 36px;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #000066;
	padding-top: 5px;
	padding-bottom: 11px;
}
p {
	padding-bottom: 6px;
}


#formcontainer {width:360px; margin-left:40px; margin-top:20px;}

#formcontainer form {
	
}

#formcontainer div.clearfix {border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC; 
	padding:10px 0px; 
	vertical-align:top;}

#formcontainer form label {
	width:120px;
	float:left;
	font-size:75%;
	text-align: right;
	margin:0 10px;
}



.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/*.clearfix {display: inline-block;}    a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
#contWrap {
	background: url(images/sitepieces/wrap.png) repeat-y 4px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
.picright {
	margin: 4px 4px 4px 15px;
	padding: 4px;
	float: right;
	border: 1px solid #333333;
}
.picleft {
	margin: 4px 15px 4px 4px;
	padding: 4px;
	float: left;
	border: 1px solid #333333;
}

ul {padding-left:25px;}
#address {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 150px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: url(images/sitepieces/addrbot.png) no-repeat left bottom;
	text-indent: 15px;
	margin: 0px;
	
}
a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}



#address p {
	margin: 0px;
	padding: 0px;
}
