body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	color: #000099;
	margin: 0;
	padding: 18px 16px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/dish-network.jpg);
	background-repeat: no-repeat;
}

#AdSense{
	float: left;
	width: 160px;
	padding-right: 10px;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
	font-weight: bold;
	line-height: 20px;
}

#content{
	float:left;
	width: 400px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#footer{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top: 1px solid #cccccc;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}

.small {
	font-size: 9px;
}

