@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: #CCCCFF;
}
.oneColFixCtrHdr #container {
	width: 770px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(SunGoWeb009a.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
.oneColFixCtrHdr #containerhome {
	width: 770px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: -16px;
}

.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.oneColFixCtrHdr #mainContenthome {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFF;
	background-image: url(bigbig.jpg);
	height: 1776px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	text-align: right;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #pfooter {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
    padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666666;
}

.oneColFixCtrHdr #pfooter p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000066;
}
.photoRight {
	float: right;
	width: 360px;
}
.photoBoxRight {
	text-align: center;
	float: right;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-indent: 0px;
	line-height: 16px;
}
.oneColFixCtrHdr #container #mainContent .photoBoxRight p {
	margin: 0px;
	padding: 0px;
}
.nodecoration {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #039;
	margin: 0px;
	padding: 0px;
}
.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;
}

.spacer {
	line-height: 8px;
	font-size: 12px;
}
