@charset "utf-8";
.leftSidebarheading {
	color: #FF0000;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 h5 {
	color: #003366;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #ced6ef;
	background-image: url(../images/background-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.thrColFixHdr #container #terms {
	font-size: 12px;
}


.thrColFixHdr #container {
	width: 860px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.textCenter {
	text-align: center;
}

.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	margin: 0px;
	padding: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #ffffff; /* 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 */
}

.thrColFixHdr #sidebar2 {
	width: 160px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	margin-right: 5px;
}
.border1 {
	border: 1px solid #000000;
}

.thrColFixHdr #container #sidebar2 img {
	border: 0;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 480px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container #mainContent h1 {
	color: #CC0000;
	text-align: center;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColFixHdr #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 */
	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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.Sidebar1links {
	font-size: x-small;
	text-align: left;
	margin-left: 40px;
}
.thrColFixHdr #container #sidebar1 table {
	background-color: #FFFFFF;
}
.thrColFixHdr #container #sidebar1 table tr {
	background-color: #FFFFFF;
}
.thrColFixHdr #container #sidebar1 table td {
	background-color: #FFFFFF;
}
.thrColFixHdr #container #sidebar1 p {
	background-color: #FFFFFF;
}



#topNavBar {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background-image: url(../background-nav.gif);
	background-repeat: repeat-x;
	background-position: right;
	padding-right: 0px;
	padding-left: 0px;
}

.thrColFixHdr #container #footer p {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #container #topNavBar a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
.thrColFixHdr #container #header #topNavBar a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.Sidebar1links a:link {
	color: #000000;
	text-decoration: none;
}
.Sidebar1links a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar1 #libmenue {
	border: 1px solid #000066;
	padding-right: 10px;
}
.Sidebar1links a:visited {
	text-decoration: none;
}
.style1 {color: #FF0000}
.style2 {
	color: #003366;
	font-weight: bold;
	text-align: center;
}
.style4 {
	font-size: 14px;
	color: #FF0000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.style8 {
	font-size: 12px
}


.style6 {color: #FF0000; font-weight: bold; }
.style12 {
	font-size: 14px;
	font-weight: bold;
}

.style11 {
	font-size: 10pt;
	font-weight: bold;
}



.thrColFixHdr #container #sidebar1 table {
	border: 1px dashed #003366;
}
.articleh1 {
	font-size: 24px;
	color: #003366;
	text-align: center;
}
.thrColFixHdr #container #mainContent .articleh1 {
	font-size: 24px;
	color: #003366;
	text-align: center;
}
#msgbox {
}
.thrColFixHdr #container #mainContent h4 {
	color: #003366;
	text-align: left;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
.centerTxtOrImg {
	text-align: center;
}
.thrColFixHdr #container #mainContent ul {
	list-style-image: url(../images/checkmark2.gif);
	text-align: left;
	margin-left: 25px;
}
.thrColFixHdr #container #mainContent li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #container #mainContent #msgbox h4 {
	text-align: center;
}
.thrColFixHdr #container #sidebar2 .border1 .border1 .style12 a {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

