@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: #333333;
	font-family: "Century Gothic";
	font-size: 14px;
	font-variant: normal;
}
.thrColFixHdr #container {
	width: 1023px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/dg_container_bg_new.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	float: none;
} 
.thrColFixHdr #header {
	height: 152px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/dg_bg_headTitle_v2_new.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	background-image: url(images/dg_bg_sidebar1_v2.png);
	background-repeat: no-repeat;
	padding-top: 242px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 122px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px;
	background-image: url(images/dg_bg_sidebar2_v2_new.png);
	background-repeat: no-repeat;
	height: 1230px;
}
#google_ad_right {
	height: 600px;
	width: 122px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 142px;
	margin-bottom: 0;
	margin-left: 172px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
} 
.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 */
	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;
}
.sideBar01_mainTitle {
	font-family: "Century Gothic";
	font-size: 24px;
	font-variant: small-caps;
	color: #d3d3d3;
	text-decoration: underline;
}
.sideBar01_description {
	font-family: "Century Gothic";
	font-size: 14px;
	font-variant: normal;
	color: #6a6a6a;
}
.contentTitles {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #2b0c0c;
	text-decoration: underline;
	font-variant: normal;
	text-transform: capitalize;
}
.content_text {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.mb_articleTitles {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #2b0c0c;
	text-decoration: underline;
	font-style: normal;
	height: 10px;
}
.popSearches {
	font-family: "Century Gothic";
	font-size: 12px;
	font-variant: normal;
	color: #CCCCCC;
}
.content_title_link {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #2b0c0c;
	text-decoration: underline;
	text-transform: capitalize;
}
.content_textLinks {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
.sideBar_links {
	color: #FF0000;
	font-size: 10px;
}
.footer_text {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
}
.footer_navLinks {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #660000;
}
#mb_article {
	margin: 0px 10px 10px;
}
#mb_blank {
	margin: 0px 10px 10px 0px;
	height: 400px;
}
#navBar {
	height: 40px;
	background-image: url(images/dg_nav_bg_v2.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
	padding: 0px;
}
#mb_content_01_1 {
	height: 283px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg.png);
}
#mb_01a_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
}
#mb_01b_img {
	width: 323px;
	height: 283px;
	float: right;
	padding-top: 5px;
}
#mb_content_02_1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
	padding-right: 5px;
	padding-left: 5px;
}
#mb_02a_img {
	float: left;
	width: 323px;
	height: 283px;
	padding-top: 5px;
	padding-left: 5px;
}
#caption {
	height: 85px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/dg_articlePic_caption_template_02_new.png);
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 0px;
}
#mb_02b_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: right;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mb_content_03_1 {
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
}
#mb_03a_bg {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_03b_img {
	width: 323px;
	height: 283px;
	float: right;
	padding-top: 5px;
}
#mb_content_04_1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
}
#mb_04a_img {
	float: left;
	width: 323px;
	height: 283px;
}
#mb_04b_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: right;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mb_content_05_1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
}
#mb_05a_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mb_05b_img {
	width: 323px;
	height: 283px;
	float: right;
}
#mb_content_06_1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
}
#mb_06a_img {
	float: left;
	width: 323px;
	height: 283px;
}
#mb_06b_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: right;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mb_content_07_1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_02bg.png);
	background-repeat: no-repeat;
	height: 282px;
}
#mb_07a_bg {
	height: 257px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mb_07b_img {
	width: 323px;
	height: 283px;
	float: right;
}
#addSpace {
	background-color: #CCCCCC;
	border: medium solid #999999;
}
/*a:link {
	color: #CC0000;
	text-decoration: none;
}*/
/*a:visited {
	text-decoration: none;
	color: #CC0000;
}*/
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#mb_content_02_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#mb_02b_bg_tall {
	height: 345px;
	width: 368px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_01a_bg_tall {
	height: 290px;
	width: 373px;
	float: left;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#content_2_table {
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-right: 10px;
}
#table_cell_1 {
	padding-left: 5px;
	color: #CE0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#table_cell_3 {
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#table_cell_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	padding-left: 5px;
}
#table_cell_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	text-decoration: none;
	padding-left: 5px;
}
#table_cell_2 {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
}
#mb_content_01_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg_new.png);
	height: 325px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.thrColFixHdr  #sidebar1_thinner {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	background-image: url(images/dg_bg_sidebar2_v2.png);
	background-repeat: no-repeat;
	height: 175px;
}
#mb_content_04_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#mb_04a_img_tall {
	float: left;
	width: 323px;
	height: 283px;
	padding-top: 5px;
	padding-left: 5px;
}
#mb_04b_bg_tall {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 368px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_content_03_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7E7E7E;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	height: 350px;
}
#mb_03b_bg_tall {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_03b_img_tall {
	width: 323px;
	height: 283px;
	float: right;
}
#mb_content_05_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#mb_05a_bg_tall {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_05b_img_tall {
	width: 323px;
	height: 283px;
	float: right;
	padding-top: 5px;
}
#mb_content_06_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#mb_06a_img_tall {
	float: left;
	width: 323px;
	height: 283px;
	padding-top: 5px;
	padding-left: 5px;
}
#mb_06b_bg_tall {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 368px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_content_07_1_tall {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	height: 350px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#mb_07a_bg_tall {
	height: 345px;
	background-image: url(images/dg_mb_a_bg.png);
	width: 373px;
	float: left;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_07b_img_tall {
	width: 323px;
	height: 283px;
	float: right;
	padding-top: 20px;
}
#content_7_table {
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CE0000;
}
#content_image {
	width: 350px;
	padding-top: 10px;
}
#mb_02b_bg_Wide {
	height: 345px;
	width: 685px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mb_content_03_1_blank {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/dg_mb_content_01bg_new.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#mb_blank_blank {
	margin: 0px 10px 10px 0px;
}
#dg_article_img_new {
	float: left;
	width: 323px;
	height: 350px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
