@charset "utf-8";
.onecolsidebar #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #C9F173;
}
#linkbox .photoBoxleft {
	width: 236px;
}

.onecolsidebar #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
} 
.onecolsidebar #header {
	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. */
	background-color: #76A611;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
} 
.onecolsidebar #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 */
}
.onecolsidebar #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* padding keeps the content of the div away from the edges */
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	margin-right: 15px;
	margin-top: 0px;
}
.onecolsidebar #mainContent {
	margin-top: 15;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.onecolsidebar #mainContentwsidebar {
	margin-top: 15;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
} 
.onecolsidebar #footer { 
	background-color: #76A611;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.onecolsidebar #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 */
	font-size: 11px;
}
.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;
}

#sidebar1 p {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1 a {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 h3, #sidebar1 hr, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1 h2 {
	font-size: 12px;
	line-height: 100%;
	color: #152C67;
	background-image: url(../Images/bg_related_orgtop.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar1 .related {
	background-image: url(../Images/bg_related_orgbot.png);
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 45px;
	background-color: #F08A30;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar1 .related li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
}
#sidebar1 .related ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: 152C67;
}
#sidebar1 .related a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-weight: normal;
}
#sidebar1 .related a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

#sidebar2 .redhead {
	margin: 0px;
}

.linknochange {
	text-align: center;

}
.linknochange a {
	background-color: #F08A30;
	border-top-style: none;
}
.linknochange a:hover {
	text-decoration: none;
	background-color: #F08A30;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknochange a:link {
	text-decoration: none;
	background-color: #F08A30;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	margin-bottom: 0px;
	float: none;
	text-align: right;
}
#maincontentidx {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	width: 700px;
	margin-left: 10px;
}
#sidebar1 p {
	font-size: 12px;
	margin-top: 6px;
}
.sidebarorangeback {
	background-color: #F08A30;
}
#sidebar1 .relatedidx {
	background-image: url(../Images/bg_related_orgbot.png);
	margin-bottom: 10px;
	padding-bottom: 45px;
	background-color: #F08A30;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar1 .relatedidx li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
}
#sidebar1 .relatedidx ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: 152C67;
}
#sidebar1 .relatedidx a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-weight: normal;
}
#sidebar1 .relatedidx a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
