@charset "utf-8";
/* CSS Document */


body  {
	font-size: 12px;
	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;
	background-color: #e5f0df;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 866px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../Images/all_pages/full.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 866px;
} 
#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 */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 287px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0px;
	height: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#sidebar1a {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 540px;
}
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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;
}
.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;
}
#pictureHolder {
	margin-top: 45px;
	margin-left: 72px;
}
.twoColFixRtHdr #container #sidebar1 #pictureHolder img {
	padding-bottom: 8px;
}
#navLeft {
	width: 100px;
	padding-left: 25px;
	float: left;
}
#sidebarLft {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	margin: 0px;
	height: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11.5px;
	text-transform: none;
	line-height: 24px;
}
#sidebarLft h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #53A457;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebarLft a {
	color: #333333;
	text-decoration: underline;
}
.subMenu {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
}
#sidebarLft a:hover {
	color: #000000;
}
#leaf {
	background-image: url(../Images/shared/background/leafBgd-home.gif);
	width: 287px;
	background-repeat: no-repeat;
}
#leaf2 {
	background-image: url(../Images/all_pages/bgd2.gif);
	width: 287px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 264px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#leaf3 {
	background-image: url(../Images/all_pages/bgd4-single.gif);
	width: 287px;
}
#leaf4 {
	background-image: url(../Images/shared/background/leafBgd.gif);
	width: 287px;
	background-repeat: no-repeat;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 540px;
}
#2column h1 {
	font-size: 20px;
}
#2column h2 {
	font-size: 17px;
}
#leaf5 {
	background-image: url(../Images/shared/background/leafBgd-programs.gif);
	width: 287px;
	background-repeat: no-repeat;
}
#long {
	width: 380px;
}
#long h1 {
	font-size: 20px;
	font-weight: normal;
}

