body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #5e8fa8;
	margin: 0; 
	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;
}

a {
	color: #3b6b8e;
}

h1 {
	font-size: 15px;
	color: #3b6b8e;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a6c0cd url(images/bg.gif) repeat-x;
	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. */
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 275px; /* 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: 20px 20px 0;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	font-size: 9px;
	text-align: center;
} 
.twoColFixLtHdr #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: 30px 0 10px; /* 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;
}

/* position the Main Picture */
.mainPic {
	width: 406px;
	padding-left: 30px;
	padding-top: 75px;
	padding-bottom: 20px;
}

/* position the logo */
.logo {
	padding-left: 20px;
	padding-top: 10px;
}
.rudyPic{
	padding-left: 10px;
	margin: 0;
}
.rudyPic img{
	margin: 3px 15px 0 0;
}

/* navigation */

ul#navigation  {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

ul#navigation li{
	display: inline;
}

ul#navigation a{
	padding: 15px 1em .2em;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #7b7b7b;
	
	text-decoration: none;
	border-left-width: 1px;
	border-left-color: white;
	border-right-width: 1px;
	border-right-color: white;
}

ul#navigation a:hover {
	color: #000000;
}
/* left bar content */
.leftBar {
	width: 210px;
	background-color: #e8edf0;
	border: 2px solid #5e8fa8;
	font-size: 13px;
	padding: 20px;
	margin-top: 30px;
	line-height: 1.3em;
}

.leftBar h1{
	font-size: 16px;
}
.leftBar h2{
	font-size: 14px;
}

/* left bar content 2*/

.leftBar2 {
	width: 210px;
	background-color: #e8edf0;
	border: 2px solid #5e8fa8;
	font-size: 13px;
	margin-top: 30px;
	line-height: 1.3em;
	padding: 20px;
	}

.leftBar2 h1{
	font-size: 16px;
}
.leftBar2 h2{
	font-size: 14px;
}

	
.leftBar2 ul li{
	list-style: none;
	width: 210px;
	margin-left: -40px;
	padding-top: 10px;
}


.midContent{
	
	border-style: outset;
	border-width: 1px;
	background-color: #e8edf0;
	padding: 10px;
	margin-top: 20px;
}

.midContent h2 {
	color: #3b6b8e;
	font-size: 14px;
	padding-top: 12px;
	border-right-style: dotted;
	border-right-width: 2px;
	padding-left: 90px;
}
.midContent h3 {
	color: #3b6b8e;
	font-size: 14px;
	padding-top: 12px;
	border-right-style: dotted;
	border-right-width: 2px;
}


.midContent img {
	float: left;
	padding-right: 0px;
	border-left: 10px solid #3b6b8e;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.midContent p {
	
	padding-right: 10px;
	margin-top: 0;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.4em;
}


.subContent{
	margin-top: 20px;
	padding: 5px;
}

.last{
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}

#contactHeader{
	margin: 10px 0 0;
	padding: 0;
}