@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;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	border: 1px solid #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
} 
p {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #FFFFFF;
}


.thrColFixHdr #header {
	background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 
.logotable {
	height: 150px;
}
.thrColFixHdr #container #header .navbar .center .center .navlink a {
	text-align: center;
}


.thrColFixHdr #header h1 {

}
.navbar {
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: top;
}

.thrColFixHdr #mainContent {
	margin: 0px;
	padding: 0;
	background-color: #000000;
	width: 900px;
	text-align: center;
	border: 1px dotted #FFCC00;
} 
.thrColFixHdr #container #header .logo img {
	background-image: url(../images/ray.gif);
	background-repeat: repeat;
}

.ray {
	background-image: url(../images/ray.gif);
	background-repeat: repeat-x;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #FFCC00;
}
.left {
	text-align: left;
}

.logo {
	width: 780px;
}
.thrColFixHdr #container #mainContent .fltlft {
	padding: 10px;
}



.thrColFixHdr #footer {
	padding: 0;
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
} 
.thrColFixHdr #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 */
	font-size: 80%;
	color: #009900;
}
.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;
}
.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;
}
.waterfallbkgrd {
	background-image: url(../sourcedesignsonline.com/images/waterfall2.jpg);
	color: #FFCC00;
	font-size: 80%;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}
.privacycontact {
	color: #000000;
	font-size: 80%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #000000;
}
.border {
	border: 1px solid #000000;
	float: none;
}
.border3 {
	border: 1px double #FFCC00;
	text-align: center;
	vertical-align: top;
}
.BOLD {
	font-weight: bold;
}


.border2 {
	float: left;
	border: 1px solid #FFCC00;
	text-align: center;
}

.thrColFixHdr #container #mainContent .fltlft td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFCC00;
	padding: 5px;
}
.heading1 {
	font-size: 130%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}
.oneColElsCtr #container #mainContent table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
