@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #C8C8C8;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
}

img, div {
	behavior: url(../Scripts/iepngfix.htc)
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	color: #333;
	line-height: 16px;
	font-size: 12px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #E67F38;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
}
h4 {
	color: #699;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #E67F38;
	font-size: 14px;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}
#container  {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
#containerLiner {
	padding-right: 30px;
	padding-left: 30px;
}
#header  {
	background-color: #FFF;
} 
#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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 230px;
}
#mainCenter ul li {
	color: #333;
	margin-left: 30px;
	list-style-image: url(../images/Arrow_green.gif);
	margin-top: 3px;
}
#mainCenter ul li a:link     {
	list-style-image: url(../images/Arrow_orange.gif);
	text-decoration: none;
	color: #333;
}
#mainCenter ul li a:visited {
	list-style-image: url(../images/Arrow_orange.gif);
	text-decoration: none;
	color: #669999;
}
#mainCenter ul li a:hover {
	list-style-image: url(../images/Arrow_orange.gif);
	text-decoration: none;
	color: #C60;
}
#mainCenter #sidebar1 ul li {
	margin-top: 5px;
}
#mainContent  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContentLiner {
	padding-left: 120px;
	padding-right: 20px;
}
#footer  {
	background-color: #C8C8C8;
} 
#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 */
	text-align: center;
	font-size: 10px;
	color: #666;
}
.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;
}
#sidebar1 .boxquote{
	color: #699;
	padding: 20px;
	border: 1px solid #699;
	display: block;
	font-size: 11px;
	margin: 10px;
}
.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;
}
#menu {
	float: right;
	padding-top: 10px;
	padding-bottom: 30px;
	z-index: 100;
	position: relative;
	wmode: opaque;
	overflow: visible;
	visibility: visible;
}
#logo {
	padding-top: 10px;
}
#sidebar1 .sidebarText {
	background-image: url(../images_new/news_events_topBox.jpg);
	background-repeat: no-repeat;
	background-color: #E8E8E8;
	margin-left: 15px;
	width: 215px;
}
#mainCenter {
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #699;
	text-decoration: underline;
}

.arrowList {
	list-style: url(../images_oldSite/arrow.gif);
}
a:link, a:visited {
	color: #E16B12;
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active {
	color: #333;
}
.footnote {
	font-size: 9px;
	color: #666;
}
.grey {
	color: #999;
}
.twoColFixRtHdr #container #containerLiner #header #menu #PLHIMYFUFUJCDiv #PLHIMYFUFUJCMain ul li a {
	font-weight: bold;
}
