BODY {
	background-color : #FAD4A3;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
	font-weight : bold;
	height : auto;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	text-align : center;
	font-size : xx-large;
}
H3 {
	font-family : "Arial Black";
	font-size : inherit;
	font-weight : bold;
	
}
#calendar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	font-weight : lighter;
	line-height : inherit;
}
#calendar2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.0pt;
	font-style : normal;
	font-weight : lighter;
	line-height : inherit;
}

#pagewidth{
	width:100%;
	min-width: 500px;
}

#header{
	height:244px;
	width:100%;
	background-image: url(headerwhite.png);
	position: absolute;
	top: 0px;
}
#image {
	background-image: url(sunburstlogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 100px;
	height: 100%;
	width: 100%;
	text-align: center;
	
}
#sidebarleft{
	background: #FFFD94;
	float: left;
	position: absolute;	
	top: 244px;
	width: 185px;
	height: 2000px;
}
#main{
	position: absolute;
	top: 244px;
	left: 200px;
	right: 10px;	
}
#footer{
	position: relative;
	top: 1020px;
	clear: none;
	text-align: center;
	font-family : "Times New Roman", Times, serif;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/

}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(glossyback.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #FE9B00;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
	top: 0px;
	left: justify;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #FE9B00;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */