@charset "utf-8";
/* Dish Network CSS Document */

body {
	font: 100% Helvetica, Arial,Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #404040;
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.img {
	text-align:center;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #006;
}


img.floatLeft { 
    float: left; 
    margin: 0px 10px 0px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px 10px 0px 0px; 
}


a:link {
	color: #C00;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #C00;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #C00;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #CD0007;
	font-weight:bold;
	text-decoration: none;
}


h1 {
	display:inline;
	color: white;
	font-size:3em;
	fm1ont-weight: bold;
	line-height: 30px;
}

h2 {
	display:inline;
	font-size: 1.5em;
	color: #006;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

h3 {
	display:inline;
	font-weight:bold;
	font-size: 1em;
	color: #000;
	line-height: 20px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: black;
}

#content {
	padding: 0;	
}

#leftcol {
	float: left;
	width: 162px;
	padding-right: 10px;
}

#middlecol {
	float: left;
	width: 540px;
	padding-right: 10px;
	color: #333;
}

#rightcol {
	float: left;
	width: 166px;
	padding-left: 3px;
}

#promotion {
	clear:both;
}

.promobold {
	display: block;
	font-weight: bold;
	color: #000;
}

.promobold1{
	font-size: 18px;
}

.promobold2{
	font-size: 11px;
}


/*End Content*/

/* Location and Footer at bottom of pages*/
#tag {
	width: 726px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family:Arial;
	font-size:10px;
}

.tag-link A:link {
	text-decoration: underline;
	color:#000;
}
.tag-link A:visited {
	text-decoration: underline; 
	color:#000;
}
.tag-link A:active {
	text-decoration: underline;
	color:#000;	
}

.tag-link A:hover {
	text-decoration: underline; 
	color: #000;
}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial;
	font-size:10px;
	font-weight: bold;
	color: #404040;
}

#footer p {
	text-align: center;
	margin: 0; 
	padding: 5px 0; 
}

.FootLink A:link {
	text-decoration: none;
	color: #404040;
	cursor:text;
}
.FootLink A:visited {
	text-decoration: none; 
	color: #404040;
	cursor:text;
}
.FootLink A:active {
	text-decoration: none;
	color: #404040;
	cursor:text;
}

.FootLink A:hover {
	text-decoration: none; 
	color: #404040;
	cursor:text;
}

#adsense-footer {
	padding: 10px 0px 50px 0px  ;
}

