@charset "utf-8";
#body {
	background-image: url(images/body_bk2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #ececec;
}
.main {
	width: 800px;
	padding-top: 0px;
	margin: auto;
}
.header {
	margin: auto;
	height: 195px;
}
.nav {
	height: 45px;
	z-index:-1;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 20px;
	padding-left: 40px;
	background-image: url(images/content_bk.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900f23;
	line-height: 15px;
}
.content a {
	color: #900f23;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.video-sidebar {
	max-height:470px;
	overflow:scroll;
	overflow-x:hidden;
}
.footer {
	font-size: 11px;
	padding-top: 30px;
}

.sidebar {
	float: left;
	width: 204px;
	padding-left: 35px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00274E;
	font-size: 24px;
	text-transform:uppercase;
}

.copy {
	width: 470px;
	float: left;
	padding-right: 40px;
	line-height: 16px;
}
.copy-wide {
	width: 750px;
	float: left;
	line-height: 16px;
}
.issues {
	float: left;
	width: 220px;
	padding-right: 30px;
}

.ten-point1 {
	float: left;
	width: 355px;
	padding-right: 30px;
}
.ten-point2 {
	float: left;
	width: 345px;
	padding-right:20px;
}

.issues-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #900f23;
	font-weight: bold;
	padding-bottom: 5px;
}

.issues-header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #900f23;
	font-weight: bold;
	padding-bottom: 5px;
}


.copy a {
	color: #900f23;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
.blue-copy {
	color: #273e78;
	text-transform: uppercase;
	font-weight: bold;
}

