@charset "utf-8";
body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #999999 url(../images/bkg.jpg) repeat-x;
	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: #333333;
}

/* COMMON ELEMENTS */
h2 {
	font-size: 15px;
	margin: 10px 0px 0px;
}

.sub_h2 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bkg_h2.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-top: 10px;
}
h3 {
	font-size: 13px;
	margin: 20px 0px 0px;
	background-image: url(../images/bkg_h3.gif);
	height: 22px;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 2px;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #950000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* END COMMON ELEMENTS */

.base #container {
	width: 932px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.base #header {
	height: 168px;
} 
.base #container #topnav {
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
.base #container #content_wrapper {
	background-image: url(../images/bkg_body.png);
	background-repeat: repeat-y;
	float: none;
	width: 932px;
}
.base #container #mainContent h1 {
	font-weight: normal;
	color: #F40000;
	margin: 0px;
	padding: 32px 0px 0px;
	height: 30px;
	font-size: 2em;
}


.base #mainContent {
	float: right;
	background-image: url(../images/hd_bkg.png);
	background-repeat: no-repeat;
	padding-right: 41px;
	padding-left: 33px;
	padding-bottom: 10px;
	padding-top: 0px;
	clear: none;
	width: 689px;
} 

.base #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/bkg_sidebar.png) no-repeat;
	height: 529px;
	clear: none;
}
.base #footer {
	background:url(../images/bkg_footer.png) no-repeat;
	height: 41px;
	padding-top: 100px;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
} 
.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;
}
.base #container #footer .cw_pad {
	padding-left: 100px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.base #container #library_callout {
	float: right;
	margin-top: 2px;
}


/* NAV ADJUSTMENTS*/
.base #container #topnav #PLHIMDiv {
	margin-left: 12px;
}
.base #container #content_wrapper #sidebar1 #PLVIMDiv {
	margin-top: 59px;
}
/* END NAV ADJUSTMENTS*/

blockquote.style3 {
	font: 18px/30px normal Tahoma, sans-serif;
	padding-top: 22px;
	margin: 5px;
	background-image: url(images/quotes1.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 65px;
  }
  blockquote.style3 span {
	display: block;
	background-image: url(images/quotes2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rule {
	border-bottom: 1px dashed #3B3B3B;
	clear: both;
}
.contactForm {
	border: 1px solid #999999;
}
.contactForm TD {
	padding: 2px;
}
.contactForm .label {
	background-color: #E2E2E2;
	font-weight: bold;
}

.base #container #content_wrapper #mainContent #int_conent li {
	padding-bottom: 7px;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	list-style-image: url(../images/spacer.gif);
}
.base #container #content_wrapper #mainContent ul {
	list-style-image: url(../images/bullet.gif);
}
.base #container .content_img {
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #999999;
	float: right;
}

.base #container .news_img {
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #999999;
}

.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;
}

