/* 
 * ========================================
 * global element styles 
 * ========================================
 */
 
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body
{
	background-repeat: repeat;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #444444;
	font-size: 11px;
	line-height: 160%;
}

p
{
	margin: auto 10px auto 20px;
}

form
{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

img
{
	border: 0; /* makes sure linked images do not have a border */
}

a {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #B8222A;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #B8222A;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #444444;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	}

/* 
 * ========================================
 * Navigation
 * ========================================
 */



/* 
 * ========================================
 * home page - images
 * ========================================
 */

#bomb {
	background-repeat: no-repeat;
	margin: 40 auto auto 775;
}

#rightcols {
	margin: 40 auto auto 775;
}

/* 
 * ========================================
 * sub pages - right column
 * ========================================
 */

#rightcols {
	margin: auto 15 auto auto;
}

/* 
 * ========================================
 * headers and body
 * ========================================
 */

.copy{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 180%;
}
.caption{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 120%;
	font-style: italic;
}
.copyright{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.h1{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B8222A;
	line-height: 160%;
}
.h2{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 200%;
}
.h3{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 180%;
}

/* 
 * ========================================
 * backgrounds
 * ========================================
 */
 
.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg_header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_headerhome {
	background-image: url(../img/bg_headerhome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_footerhome {
	background-image: url(../img/bg_footerhome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.line1 {
	background-image: url(../img/line1.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.img_spots1 {
	background-image: url(../img/img_spots1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.img_film1 {
	background-image: url(../img/img_film1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.img_political1 {
	background-image: url(../img/img_political1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.img_viral {
	background-image: url(../img/VIRAL_KATEr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg1 {
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg_iframe {
	background-image: url(../img/bg_iframe.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg_top {
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_left {
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_right {
	background-image: url(../img/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_bottom {
	background-image: url(../img/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dblspace {
padding-top:12px;
padding-bottom:13px;
}