body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1A2657;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
}
.daynetree #container {
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #334599;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.daynetree #header {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.daynetree #navbar {
	background-color: #3255A6;
	padding-left: 30px;
	color: #FFFFFF;
	height: 26px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #274383;
	border-bottom-color: #274383;
}
.daynetree #subheader {
	background-color: #FFFFFF;
	height: 90px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #274383;
	background-image: url(../images/header.jpg);
	text-align: right;
	padding-top: 60px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 17px;
}
.daynetree #mainContent {
	background: #FFFFFF;
	line-height: 18px;
	word-spacing: 1px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.daynetree #footer {
	background-color: #3255A6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #274383;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.daynetree #footer p {
	margin: 0; 
	padding: 10px 0;
}
h1 {
	font-size: 24px;
	color: #D95700;
}
h2 {
	font-size: 18px;
	color: #D95700;
}
h3 {
	font-size: 14px;
	color: #6988D1;
}
.small_text {
	font-size: 9px;
}
.large_text {
	font-size: 14px;
	font-weight: bold;
	color: #6988D1;
}
.larger_text {
	font-size: 16px;
	font-weight: bold;
	color: #D95700;
}
.dark_text {
	color: #465282;
	font-weight: bold;
}
.darker_text {
	color: #2E3656;
	font-weight: bold;
}
.orange_text {
	color: #D95700;
	font-weight: bold;
}
.italic_text {
	font-size: 11px;
	font-style: italic;	
}
.byline {
	font-size: 10px;
}
a:link {
	color: #3255A6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #20376C;
}
a:hover {
	text-decoration: underline;
	color: #D95700;
}
a:active {
	text-decoration: none;
	color: #274383;
}
a.header:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.header:visited {
	text-decoration: none;
	color: #cdd3f4;
}
a.header:hover {
	text-decoration: underline;
	color: #FF8A3C;
}
a.header:active {
	text-decoration: none;
	color: #FFFFFF;
}
.daynetree #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/bg_text_box.jpg);
	color: #FFFFFF;
	margin-left: 25px;
}
.daynetree #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/bg_text_box.jpg);
	color: #FFFFFF;
	margin-right: 20px;
}
.daynetree #mainContent1 {
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bg_text_box.jpg);
	color: #FFFFFF;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.daynetree #FormText {
	text-align: right;
	width: 150px;
	font-weight: bold;
}
.FormFields {
	border: 1px double #D95700;
	background-color: #FFC49B;
	font-size: 11px;
	font-weight: bold;
	color: #465282;
}
.daynetree #FormButton {
	float: right;
	width: 740px;
}

