body  {
	margin: 0;
	background: #333
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
}
#bgimage {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 1400px;
z-index: -100;
}

.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	height: 1204px;
	margin-top: 40px;
	margin-bottom: 100px;
        margin-left: 0px;
	margin-right: 470px;
	background-image: url(scrn_bkgrnd3.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #000;
	
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
	width: 780px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	color: #000;
	text-align: left;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	margin-right: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}

.thrColFixHdr #mainContent  {
	width: 350px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 270px;
        margin-top: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
        padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
 



.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;
}
h3 {
	color: #CCC;
	font-size: 28px;
	text-align: right;

}
h5{ color: #ccc;
font-size: 20px;
	text-align: center;
{
.thrColFixHdr #container #sidebar1 p {
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 p {
	color: #000;
	font-style: italic;
}
a:link {
	color: #75C69B;
}
#form1 {
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	
}
#form1 p label {
	text-align: left;
}
.photocontain{width:300px;padding-right:20px;padding-bottom:10px;float:left;}
.photo{height:250px;width:250px;}
.photocaption {font-size: 80%;
                  font-family: Verdana, Arial, sans-serif;
                  text-align: center;}
