@charset "utf-8";
/*TAG DEFINITIONS*/
html {
	width: 99%;
}
body  {
	font: 100% Times, serif;
	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: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
p {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
a {
	color: #171044;
	text-decoration: underline;
}
h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}
.thrColFixHdr #header {
	visibility: visible;
} 

/*SIDEBAR 1 TAGS*/

.thrColFixHdr #sidebar1 {
	visibility: visible;
}

/*SIDEBAR 2 TAGS
*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.thrColFixHdr #sidebar2 .RSSLink {
	color: #003;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
	margin-top: -5px;
}
.thrColFixHdr #sidebar2 .announcements{
	height: 340px;
	overflow: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003;
	border-left-color: #003;
	margin-top: -5px;
}
.thrColFixHdr #sidebar2 .announcements a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
