@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: #363636;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/Template/background.gif);
}
.thrColFixHdr #header {
	background-color: #C6C6C6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	text-align: center;
	font-size: 11px;
}
.thrColFixHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #900017;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 10px;
	line-height: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 10px;
	line-height: 13px;
}
.thrColFixHdr #mainContent {
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 18px;
}
.thrColFixHdr #footer {
	background-color: #C6C6C6;
	padding: 10px;
	margin: 0px;
}
.thrColFixHdr #footer p {
	padding-top: 5px;
	font-size: 10px;
	line-height: 13px;
}
.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;
}
strong {
	font-weight: bold;
	color: #900017;
}
p {
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container #footer h1 {
	font-size: 12px;
	color: #900017;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0px;
}
h2 {
	color: #900017;
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
h1 {
	color: #204464;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
}
.positionnew {
	margin-right: 3px;
	vertical-align: text-bottom;
	margin-left: 3px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
li {
	padding-bottom: 3px;
}
.topline {
	padding: 0px;
	margin-top: 0px;
}
a:hover {
	color: #AE3842;
}
.imagemiddle {
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.menubox {
	background-color: #C6C6C6;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a:link {
}
.thrColFixHdr #container #header a {
	padding-right: 10px;
	padding-left: 10px;
}
a:visited {
	color: #4889C4;
}
.thrColFixHdr #container #sidebar1 #new {
}
.pinkbox {
	background-color: #F5B9A5;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.imagesmallleft {
	background-color: #FFFFFF;
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
h3 {
	font-size: 14px;
	color: #204464;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
.imagesmallright {
	background-color: #FFFFFF;
	padding: 2px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
.imagecaption {
	font-style: italic;
	color: #204464;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.noitalic {
	font-style: normal;
}
.thrColFixHdr #container #header p {
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 16px;
}
}
div.feedburnerFeedBlock {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.feedburnerFeedBlock .headline {
	font-size: 10px;
}
div.feedburnerFeedBlock .date {
	font-size: 10px;
}
div.feedburnerFeedBlock ul li {
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
div.feedburnerFeedBlock ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
div.feedburnerFeedBlock p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #sidebar2 ul {
	margin-left: -12px;
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar1 #MenuBar1 h2 {
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.thrColFixHdr #container #sidebar1 #MenuBar2 h2 {
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.thrColFixHdr #container #sidebar2 h2 {
	margin-bottom: 3px;
}
.thrColFixHdr #container #sidebar1 h2 {
	margin-bottom: 3px;
}
.footnote {
	font-size: 9px;
	line-height: 13px;
}
.highlightback {
	background-color: #F5B9A5;
}
.iebuttonfix {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 #new li {
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
}
