body {
	text-align: center;
	background: black;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
}

td {
	font-size: 13px;
	line-height: 19px%;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	color: #cc3333;
}

#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
	background: #fff;
}

#header {
	width: 1000px;
	height: 68px;
	background: url(../uploads/images/header.gif) no-repeat;
}

#menubar {
	width: 1000px;
	height: 27px;
	background: url(../uploads/images/menubar.gif) no-repeat;
	padding-top: 9px;
	font-size: 13px;
}

#menubar a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#menubar a:hover {
	text-decoration: underline;
	color: #6699ff;
}

#menubar a.current {
	color: #6699ff;
}

#menubar #tm-1 {
	margin-left: 90px;
	padding-right: 22px;
}

#menubar #tm-2 {
	padding-left: 23px;
	padding-right: 22px;
}

#menubar #tm-3 {
	padding-left: 23px;
	padding-right: 22px;
}

#menubar #tm-4 {
	padding-left: 23px;
	padding-right: 25px;
}

#menubar #tm-5 {
	padding-left: 25px;
	padding-right: 25px;
}

#menubar #tm-6 {
	padding-left: 22px;
	padding-right: 25px;
}

#menubar #tm-7 {
	padding-left: 22px;
	padding-right: 25px;
}

/* Safari css hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	html {
	/* need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later */
		list-style-image:none;
	}
	
	#menubar #tm-3 {
		padding-left: 20px;
	}

	#menubar #tm-4 {
		padding-left: 23px;
	}

	#menubar #tm-5 {
		padding-left: 20px;
	}
	#menubar #tm-6 {
		padding-left: 20px;
	}
	#menubar #tm-7 {
		padding-left: 23px;
	}
} 
/* End Safari css hack */

#searchbar {
	width: 1000px;
	height: 33px;
	background: url(../uploads/images/searchbg.gif) no-repeat;
}

#searchinput {
	margin-top: 6px;
	float: right;
}

#cntnt01searchinput {
	height: 22px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 4px;
	border-left: 1px solid #27aae1;
	border-top: 1px solid #27aae1;
	border-bottom: 1px solid #27aae1;
	border-right: 0;
	display: block;
	float: left;
	font-size: 12px;
}

#imgSearch {
	margin: 0;
	padding: 0;
	background: url(../uploads/images/search2.gif) no-repeat;
	background-position: left bottom;
	width: 47px;
	height: 22px;
	text-decoration: none;
	display: block;
	float: left;
}

#imgSearch:hover {
	background: url(../uploads/images/search2.gif) no-repeat;
}

#content {
	float: left;
	width: 598px;
	margin-top: 12px;
	
}

#slidetop {
	width: 598px;
	height: 30px;
	background: url(../uploads/images/topbar1.gif) no-repeat;
}

#slidearea {
	width: 598px;
	height: 425px;
	background: #004185;
}

#slidetitle {
	float: left;
	margin-top: 8px;
	margin-left: 25px;
	color: #fff;
}

#slidetitle1 {
	font-weight: bold;
	font-size: 16px;
}

#prevnext {
	float: right;
	margin-top: 20px;
	margin-right: 27px;
}

#slideprev {
	width: 37px;
	height: 22px;
	background: url(../uploads/images/prev2.gif) no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
}

#slideprev:hover {
	background: url(../uploads/images/prev2.gif) no-repeat;
}

#slidenext {
	width: 37px;
	height: 22px;
	background: url(../uploads/images/next2.gif) no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
}

#slidenext:hover {
	background: url(../uploads/images/next2.gif) no-repeat;
}

#slidebox {
	clear: both;
	position: relative;
	margin-left: 25px;
	top: 12px;
	height: 362px;
	width: 544px;
}

#slideboximg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#slidebottom {
	padding-top: 18px;
}

#slideattrib {
	margin-left: 25px;
	float: left;
	color: #fff;
	font-size: 10px;
}

#slidelink {
	float: right;
	margin-right: 27px;
	font-size: 14px;
}

#slidelink a {
	text-decoration: none;
	color: #3399cc;
}

#slidelink a:hover {
	text-decoration: underline;
}

#content-text {
	width: 950px;
	padding: 25px;
	padding-top: 12px;
}

#content-text h1, #content-sm h1, #content-nosm  h1{
	color: #003366;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 16px;
	line-height: 28px;
}

#content-text p {
	font-size: 14px;
	color: #666;
	line-height: 19px;
}

#printf {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}

.printfriendly {
	border: 0;
	margin: 0;
	padding: 0;
}

#leftmenu {
	width: 175px;
	float: left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-left: 25px;
	margin-top: 5px;
}

.lmtop {
	font-size: 90%;
	color: #003399;
	font-weight: bold;
}

#leftmenu ul li{
	margin-top: 5px;
	font-weight: normal;
	color: gray;
}

#leftmenu ul li a{
	text-decoration: none;
	color: #003399;
	font-weight: normal;
}

#leftmenu ul li a:hover{
	text-decoration: none;
	color: #f00;
	font-weight: normal;
}
#content-nosm {
	width: 950px;
	background: #fff;
	color: #000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-left: 25px;
	margin-right: 25px;
}

#content-sm {
	width: 750px;
	background: #fff;
	float: right;
	color: #000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-right: 25px;
}

.divider {
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px dotted silver;
}


hr {
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px dotted silver;
	background-color: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
}

#rightcol {
	width: 197px;
	background: url(../uploads/images/background_eagle3.gif) no-repeat 0 -200px;
	float: right;
	/*
	border-left: 1px dotted silver;
	*/
}

#content-sm ul, #content-nosm ul {
	list-style: disc;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 40px;
}

ul.arrow1 {
	list-style-image: url(../uploads/images/arrow.gif);
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	font-size: 90%;
	color: #003399;
	width: 175px;
}

ul.arrow1 li {
	margin-bottom: 1px;
}

ul.arrow2 {
	list-style-image: url(../uploads/images/newarrow.gif);
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 90%;
	color: #003399;
}

ul.arrow2 li {
	margin-bottom: 5px;
}

#NewsPostDetailDate {
	color: gray;
	font-weight: bold;
}

.newstable td {
	padding-top: 10px;
}

.newscol1 {
	width: 100px;
	text-align: right;
	padding-right: 25px;
}

#rightbar {
	margin-top: 12px;
	float: right;
	width: 400px;
}
#rightbar h3 {
	margin-left: 24px;
}

.rblink {
	float: right;
	margin-bottom: 10px;
}

#sb-transcripts {
	height: 53px;
	width: 392px;
	background: url(../uploads/images/sb-transcripts2.gif) no-repeat;
	background-position: left bottom;
}

#sb-transcripts:hover {
	background: url(../uploads/images/sb-transcripts2.gif) no-repeat;
}

#sb-host {
	height: 53px;
	width: 392px;
	background: url(../uploads/images/sb-host2.gif) no-repeat;
	background-position: left bottom;
}

#sb-host:hover {
	background: url(../uploads/images/sb-host2.gif) no-repeat;
}

#sb-mydebates {
	height: 53px;
	width: 392px;
	background: url(../uploads/images/sb-mydebates2.gif) no-repeat;
	background-position: left bottom;
}

#sb-mydebates:hover {
	background: url(../uploads/images/sb-mydebates2.gif) no-repeat;
}

#sb-watch {
	height: 154px;
	width: 392px;
	background: url(../uploads/images/sb-watch2.gif) no-repeat;
	background-position: left bottom;
}

#sb-watch:hover {
	background: url(../uploads/images/sb-watch2.gif) no-repeat;
}

#footer {
	margin-top: 25px;
	width: 1000px;
	height: 23px;
	background: url(../uploads/images/footerbg.gif) no-repeat;
	color: #666;
	text-align: center;
	font-size: 10px;
}

#footer p {
	padding-top: 5px;
}

.hidden {
	display: none;
}

blockquote {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

#content-sm td {
	padding-top: 7px;
}
