@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666633;
}
p, h1, h2, img, div {
	margin: 0px;
	padding: 0px;
}
.spacing {
	padding-top: 1.2em;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: medium groove #FFFFFF;
	background-image: url(../images/potrosesbannre7870x180.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Trebuchet MS";
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 135px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
}
#sidebar1 #MenuBar1 {
	margin-top: 80px;
}
.twoColFixRtHdr #title {
	font-family: "Trebuchet MS";
	background-color: #666633;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	padding-right: 35px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 25px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5;
} 
.twoColFixRtHdr #footer {
	background-color: #666633;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 40px;
	line-height: 15px;
} 
.twoColFixRtHdr #email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #333;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 35px;
	line-height: 15px;
}
.twoColFixRtHdr #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 */
}
.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;
}
.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;
    line-height: 0px;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #000099;
}
.photos {
	margin-right: 10px;
	border: thin groove #666633;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebott {
	padding-top: 400px;
	padding-right: 25px;
	padding-left: 10px;
	text-align: center;
	font-weight: normal;
}
.dates {
	font-size: 1em;
	color: #666633;
}
.twoColFixRtHdr #pagetop {
	background-color: #666633;
	height: 15px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	color: #666633;
}
h2 {
	font-size: 1.3em;
	color: #666633;
}

