@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image: url(images/background.png);
	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: #000000;
}
.oneColElsCtr #container3 {
	width: 743px;
	background-image: url(images/bodyback.png);
	margin: 0px;
	padding: 15px;
	vertical-align: top;
	background-color: #CCCCCC;
}
.oneColElsCtr #container {
	width: 773px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColElsCtr #container h1{
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFE;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColElsCtr #container h1 a:link {
	text-decoration: none;
	color: #FFFFFE;
}
.oneColElsCtr #container h1 a:visited {
	text-decoration: none;
	color: #FFFFFE;
}
.oneColElsCtr #container h1 a:active {
	text-decoration: none;
	color: #FFFFFE;
}
.oneColElsCtr #container h1 a:hover {
	text-decoration: none;
	color: #FFFFFE;
}

.oneColElsCtr #container img{
	border: 0px;
}
.oneColElsCtr #container p{
/*	margin: 10px; */
}
.oneColElsCtr #mainContent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	line-height: 20px;
}
.oneColElsCtr #mainContent p.readmore{
	text-align: right;
}

.oneColElsCtr #mainContent p{
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-align: justify;
}
.oneColElsCtr #container #mainContent2 p.download {
	text-align: center;
	margin-top: 10px;
}
.oneColElsCtr #container #mainContent2 p.next {
	text-align: right;
	margin-top: 0px;
	font-size: 12px;
}
.oneColElsCtr #container #mainContent2 p.next a:link {
	text-decoration: none;
	color: #B03131;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent2 p.next a:visited {
	text-decoration: none;
	color: #B03131;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent2 p.next a:active {
	text-decoration: none;
	color: #B03131;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent2 p.next a:hover {
	text-decoration: underline;
	color: #B03131;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent2 p.labels {
	text-align: right;
	margin-top: 0px;
	font-size: 10px;
}
.oneColElsCtr #container #mainContent2 p.labels a:link {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 p.labels a:visited {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 p.labels a:active {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 p.labels a:hover {
	text-decoration: underline;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 p a:link {
	text-decoration: none;
	color: #246193;
}
.oneColElsCtr #container #mainContent2 p a:visited {
	text-decoration: none;
	color: #246193;
}
.oneColElsCtr #container #mainContent2 p a:active {
	text-decoration: none;
	color: #246193;
}
.oneColElsCtr #container #mainContent2 p a:hover {
	text-decoration: underline;
	color: #246193;
}

.oneColElsCtr #mainContent h1{
	font-size: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColElsCtr #mainContent h1 a:link {
	text-decoration: none;
	color: #000000;
}
.oneColElsCtr #mainContent h1 a:visited {
	text-decoration: none;
	color: #000000;
}
.oneColElsCtr #mainContent h1 a:active {
	text-decoration: none;
	color: #000000;
}
.oneColElsCtr #mainContent h1 a:hover {
	text-decoration: none;
	color: #000000;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRt #sidebar1 p" rule.
*/
.oneColElsCtr #sidebar1 {
	float: right;
	width: 250px;
	margin-top: 30px;
}
.oneColElsCtr #subContent h1{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.list1 {
	font-size: 12px;
	list-style-image:url(images/bullet2.gif);
	list-style-type: circle;
	margin-bottom: 36px;
	margin-top: 0px;
}

.list1 a:link {
	color:#246193;
	text-decoration: none;
}
.list1 a:visited {
	color:#246193;
	text-decoration: none;
}
.list1 a:active {
	color:#246193;
	text-decoration: none;
}
.list1 a:hover {
	color:#246193;
	text-decoration: underline;
}


.list1 li.li1{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.list1 li.li1bold{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
	color: #000000;
	/*
	padding-left: -5px;
	text-indent: 5px
	*/
}

.list1 li.li1bold a:link {
	text-decoration: none;
}
.list1 li.li1bold a:visited {
	text-decoration: none;
}
.list1 li.li1bold a:active {
	text-decoration: none;
}
.list1 li.li1bold a:hover {
	text-decoration: underline;
}

.list1 li.li1bold2{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
	color: #777777;
}
.list1 li.li1italic{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-style: italic;
	color: #000000;
	/*
	padding-left: -5px;
	text-indent: 5px
	*/
}
.list2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 36px;
}
.list2 li.li1{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.list2 li.li1bold{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
	/*
	padding-left: -5px;
	text-indent: 5px
	*/
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.oneColElsCtr #mainContent2 {
	width: 490px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 30px;
}  
.oneColElsCtr #mainContent2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E6A6A6;
	color: #B03131;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

.oneColElsCtr #container #mainContent2 h2 a:link {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 h2 a:visited {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 h2 a:active {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #container #mainContent2 h2 a:hover {
	text-decoration: none;
	color: #B03131;
}

.oneColElsCtr #mainContent2 h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height: 16px;
}
.oneColElsCtr #mainContent2 h3.jello{
	font-size: 14px;
	color:#C60;
}
.oneColElsCtr #mainContent2 h3 a:link {
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3 a:visited {
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3 a:active {
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3 a:hover {
	color:#246193;
	text-decoration: underline;
}
.oneColElsCtr #mainContent2 h3.superlink{
	margin-top: 20px;
}
.oneColElsCtr #mainContent2 h3.superlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3.superlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3.superlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#246193;
	text-decoration: none;
}
.oneColElsCtr #mainContent2 h3.superlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#246193;
	text-decoration: underline;
}
.oneColElsCtr #mainContent2 h4{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 16px;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h4.listheading{
	padding-bottom: 5px;
}
.oneColElsCtr #mainContent2 h4 a:link {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h4 a:visited {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h4 a:active {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h4 a:hover {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h4.action {
	color:#C60;
	text-align: left;
	font-size: 18px;
}
.oneColElsCtr #mainContent2 h4.action2 {
	color:#C60;
	text-align: center;
	font-size: 20px;
}
.oneColElsCtr #mainContent2 h4.action3 {
	color:#C60;
	text-align: left;
	font-size: 24px;
}
.oneColElsCtr #mainContent2 h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height: 16px;
	padding-bottom: 16px;
}
.oneColElsCtr #mainContent2 h5.jello{
	font-size: 14px;
	color:#C60;
}
.oneColElsCtr #mainContent2 h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B03131;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColElsCtr #mainContent2 h6 a:link {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h6 a:visited {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h6 a:active {
	text-decoration: none;
	color: #B03131;
}
.oneColElsCtr #mainContent2 h6 a:hover {
	text-decoration: none;
	color: #B03131;
}

.oneColElsCtr #mainContent2 p{
	font-size: 11px;
	text-align: left;
	margin: 0px;
	line-height: 16px;
	padding-bottom: 16px;
}

.redwords{
	font-weight: bold; 
	color: #B03131; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #mainContent2 p.forexample{
	font-style: italic;
	margin-left: 40px;
	color: #555555;
}
.oneColElsCtr #mainContent2 p.quote1{
	font-style: italic;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color:#B03131;
	margin-bottom: 15px;
}
.oneColElsCtr #mainContent2 p.quote2{
	font-style: italic;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color:#B03131;
	margin-top: 25px;
	margin-bottom: 5px;
}
.oneColElsCtr #mainContent2 p.postcomment{
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color:#B03131;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B03131;
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColElsCtr #mainContent2 p.indentedlinks{
	margin-left: 40px;
}
.oneColElsCtr #mainContent2 p.indentedlinks2{
	font-weight: bold; 
	color: #AF2301; 
	margin-left: 40px;
}
.oneColElsCtr #mainContent2 p.events{
	margin-top: 15px;
}
.oneColElsCtr #mainContent2 a{
	font-weight: bold;
}
.compliance {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}
.compliance tr.tr1{
	background-color:#CCCCCC;
}
.compliance tr.tr2{
	background-color:#EEEEEE;
}
.compliance td.td1{
	padding: 10px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.compliance td.td2{
	border: 1px solid #000000;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidetable {
	width: 250px;
	border-collapse: collapse;
	margin-top: 15px;
}
.sidetable tr.tr1{
	background-color: #EEEEEE;
}
.sidetable td.td1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidetable td.td1 p{
}
.sidetable td.td1 p.heading{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
.sidetable td.td1 p.fakelist{
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: -10px;
}
.sidetable td.td1 p.fakelist a:link {text-decoration: none; color: #000000;}
.sidetable td.td1 p.fakelist a:visited {text-decoration: none; color: #000000;}
.sidetable td.td1 p.fakelist a:active {text-decoration: none; color: #000000;}
.sidetable td.td1 p.fakelist a:hover {text-decoration: underline; color: #000000;}

.sidetable tr.tr2{
	background-color: #DDDDDD;
}
.sidetable td.td2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidetable td.td2 p{
}
.sidetable td.td2 p.heading{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
.sidetable td.td2 p.fakelist{
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: -10px
}
.sidetable td.td2 p.fakelist a:link {text-decoration: none; color: #000000;}
.sidetable td.td2 p.fakelist a:visited {text-decoration: none; color: #000000;}
.sidetable td.td2 p.fakelist a:active {text-decoration: none; color: #000000;}
.sidetable td.td2 p.fakelist a:hover {text-decoration: underline; color: #000000;}

.oneColElsCtr #mainContent2 p.readmore{
	text-align: right;
	padding-bottom: 10px;
}

.oneColElsCtr #mainContent2 p.pdf{
	vertical-align: middle;
	text-align: right;
}

/* Miscellaneous classes for reuse */
.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;
}
.downloadtable{
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.downloadtable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.downloadtable td a:link {
	color: #246193;
	text-decoration: none;
}
.downloadtable td a:visited {
	color: #246193;
	text-decoration: none;
}
.downloadtable td a:active {
	color: #246193;
	text-decoration: none;
}
.downloadtable td a:hover {
	color: #246193;
	text-decoration: underline;
}

.searchtable{
	width: 210px;
	padding: 0px;
	border-spacing: 2px;
	background-color:#CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: auto;
}
.searchtable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color:#EEEEEE;
}

.searchtable td.td1{
	width: 85px;
	text-align: right;
}

.searchtable td.td2{
	width: 125px;
	text-align: left;
}

.contacttable3{
	border-collapse: collapse;
	width: 420px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.contacttable3 td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.contacttable3 td.td2{
	text-align: right;
}
.contacttable{
	border-collapse: collapse;
	width: 325px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.contacttable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 50%;
}
.contacttable td.td2{
	text-align: right;
}

.contacttable5{
	border-collapse: collapse;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contacttable5 td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contacttable5 td.td1{
	text-align: left;
	width: 135px;
	font-weight:bold;
}
.contacttable5 td.td2{
	text-align: left;
	width: 365px;
}
.contacttable6{
	border-collapse: collapse;
	width: 420px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.contacttable6 td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.contacttable6 td.td2{
	text-align: right;
}
.nav3table{
	overflow: auto;
	text-align: left;
	width: 408px;
	height: 250px;
	scrollbar-face-color: #EAEAEA; 
	scrollbar-highlight-color : #FBFBFB; 
	scrollbar-3dlight-color : #FBFBFB;
	scrollbar-darkshadow-color : #C8C8C8; 
	scrollbar-arrow-color : #C8C8C8; 
	scrollbar-shadow-color : #D9D9D9; 
	scrollbar-track-color: #EAEAEA;
}
.nav2table{
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.nav2table td{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.nav2table td.td1{
	padding: 0px;
	background-image: url(images/image_18.gif);
	margin: 0px;
	background-color: #A83F3F;
	width: 316px;
}
.nav2table td.td1b{
	padding: 0px;
	background-image: url(images/image_18.gif);
	margin: 0px;
	background-color: #A83F3F;
	width: 315px;
}
.nav2table td.td1b p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-style: italic;
}
.nav2table td.td2{
	padding: 0px;
	background-image: url(images/image_19.gif);
	margin: 0px;
	background-color: #EAEAEA;
	width: 414px;
}
.nav2table td.td2 p{
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
.nav2table td.td2 p a:link {
	font-size: 12px;
	color:#246193;
	text-decoration: none;
	font-weight: bold;
}
.nav2table td.td2 p a:visited {
	font-size: 12px;
	color:#246193;
	text-decoration: none;
	font-weight: bold;
}
.nav2table td.td2 p a:active {
	font-size: 12px;
	color:#246193;
	text-decoration: none;
	font-weight: bold;
}
.nav2table td.td2 p a:hover {
	font-size: 12px;
	color:#246193;
	text-decoration: underline;
	font-weight: bold;
}

.nav2table td.td2 h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 16px;
}
.nav2table td.td3{
	padding: 0px;
	margin: 0px;
	width: 13px;
}
.footertable{
	width: 773px;
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bodyback.png);
	background-color: #CCCCCC;
}
.footertable  td.td1{
	padding: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #AAAAAA;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AAAAAA;
	border-bottom-style: none;
	border-bottom-width: 0px;
	width: 33%;
}
.footertable a:link {text-decoration: none; color: #000000;}
.footertable a:visited {text-decoration: none; color: #000000;}
.footertable a:active {text-decoration: none; color: #000000;}
.footertable a:hover {text-decoration: underline; color: #000000;}

.footertable  td.td2{
	padding: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #AAAAAA;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AAAAAA;
	border-bottom-style: none;
	border-bottom-width: 0px;
	width: 34%;
}
.bodytable {
	width: 773px;
	border-collapse: collapse;
}
.bodytable td.td1{
	width: 161px;
	padding: 6px;
	vertical-align: top;
	background-image: url(images/background2.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.bodytable a:link {text-decoration: none; color: #AF2301;}
.bodytable a:visited {text-decoration: none; color: #AF2301;}
.bodytable a:active {text-decoration: none; color: #AF2301;}
.bodytable a:hover {text-decoration: underline; color: #FF0000;}
.bodytable td.td2{
	width: 432px;
	padding: 0px;
	vertical-align: top;
}
.bodytable td.td3{
	width: 168px;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.bodytable td.td3 p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blackbar {
	background-image: url(images/blackbar.gif);
	width: 773px;
	height: 98px;
	border-collapse: collapse;
}
.blackbar td.td1{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
}

.blackbar td.td1 p{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blackbar td.td2{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
	text-align: right;
}

.blackbar td.td2 p{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.comment0 {
	background-color:#EEE;
	border-bottom-style: dotted;
	border-bottom-color:#CCC;
	border-bottom-width: 1px;
}
.comment1 {
	background-color:#FFF;
	border-bottom-style: dotted;
	border-bottom-color:#CCC;
	border-bottom-width: 1px;
}
.cookietrail {
	color: #FFFFFE;
	font-size: 10px;
}
.cookietrail a:link {
	text-decoration: underline;
	color: #FFFFFE;
	vertical-align: 10%;
}
.cookietrail a:visited {
	text-decoration: underline;
	color: #FFFFFE;
	vertical-align: 10%;
}
.cookietrail a:active {
	text-decoration: underline;
	color: #FFFFFE;
	vertical-align: 10%;
}
.cookietrail a:hover {
	text-decoration: none;
	color: #FFFFFE;
	vertical-align: 10%;
}

.maincat {
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFE;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.blogbody {
	width: 480px;
	height: 150px;
}
.blogbody2 {
	width: 335px;
	height: 150px;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
}
