@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #BED8F2;
}
.dkgreen {
	font-weight: 100;
	color: #487B72;
}
.dkgreen {
	font-weight: lighter;
	color: #487B72;
}

.dkorange {
	font-weight: lighter;
	color: #E07644;
}

.pink {
	font-weight: lighter;
	color: #F9C9E9;
}

.yellow {
	font-weight: lighter;
	color: #FFFF99;
}

.ltblue {
	font-weight: lighter;
	color: #BBD9F7;
}

.dkblue {
	font-weight: lighter;
	color: #4A59A7;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	border: 1px solid #3B2D42;
	background-image: url(../images/bludkgrntile.gif);
} 

.thrColAbsHdr #header {
	height: 125px;
	text-align: center;
	background-color: #49354E;
}

.thrColAbsHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 652px;
	z-index: 1;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 130px;
	right: 0;
	width: 229px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	z-index: 1;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 261px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

#boxdkgreen {
	padding: 10px;
	border: 2px solid #3D746D;
	text-align: left;
	margin-bottom: 20px;
}
.thrColAbsHdr #footer {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColAbsHdr #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 */
}
.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;
	margin-right: 8px;
}

#nav {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 70px;
	position: absolute;
	left: 0px;
	text-align: center;
	z-index: 1;
}

.sb1box {
	text-align: justify;
	border: 2px solid #BED8F2;
	padding: 10px;
}

.calendarbox {
	text-align: left;
	border: 2px dotted #FFFF00;
	padding: 10px;
	color: #FFFF99;
	margin-bottom: 20px;
	font-size: 100%;
}

#boxorange {
	padding: 10px;
	border: 2px solid #FC803C;
	text-align: left;
	margin-bottom: 20px;
}

#boxpink {
	padding: 10px;
	border: 2px solid #E7B5D6;
	text-align: left;
	margin-bottom: 20px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

