@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 100% arial, helvetica, sans-serif;
	background: #999933;
	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;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixRtHdr #footer { /* 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;
}
.image_left {
	padding: 8px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 8px;
	background-color: #E6E6E6;
}
.ital_text {
	font-style: italic;
}
.twoColFixRtHdr #mainContent {
	text-align: justify;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
} 
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixRtHdr #container {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003366;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
} 
body  {
	margin: 0;
	text-align: justify; /* 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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background-color: #660000;
	background-attachment: fixed;
	background-image: url(file:///Macintosh%20HD/Users/smillane/Desktop/messing_around3.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]body {
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: bottom;
}
.bold_centered_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	background-position: center;
	text-align: center;
}
.img_ctrd {
	padding-bottom: 4px;
	padding-top: 4px;
}
.img_rt {
	padding: 8px;
}
