@charset "UTF-8";
.styleMap {
	font-size: small
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #6600CC;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #003399;
}
h1 {
	color: #FF9900;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	color: #003399;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	color: #003399;
	font-size: 11pt;
	font-weight: bold;
}
h4 {
	color: #003399;
	font-size: 10pt;
	font-weight: bold;
}
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: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../images/SunnyPoint_backsun_sm.jpg);
}
.coppyright  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
	font-size: x-small;
	width: 840px;
	text-align: right;
	padding: 0;
	margin-top: 4px;
}
.italic {
	font-weight: normal;
	font-style: italic;
}
.italicBlue {
	font-style: italic;
	color: #003399;
	font-size: small;
}
.italicOrange {
	font-style: italic;
	color: #FF9900;
}
.italicWhite {
	font-style: italic;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
	font-style: normal;
}
.boldBlue {
	font-weight: bold;
	color: #003399;
}
.boldOrange {
	font-weight: bold;
	color: #FF9900;
}
.twoColFixLtHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0;  /* 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. */
	width: 660px;
	float: right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	height: 120px;
	overflow: auto;
	background-image: url(../images/header_SPsun_bottomW.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	height: 320px;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 16px;
	width: 630px;
	height: 440px;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(../images/SunnyPoint_backsun_lg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 110%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FF9900;
	width: 820px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0px;
}
.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: 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;
}
.navBar {
	text-align: right;
	float: right;
	background-color: #FFCC99;
	width: 660px;
	height: 31px;
}
.twoColFixLtHdr #mainContent p {
	text-align: left;
}
.smaller {
	font-size: x-small;
}

