body {
	margin:0;
	padding:0;
	background-position: left left; 
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #BD3C10;
	text-decoration: underline;
	font: bold;
}
a:hover
{
	color: #BD3C10;
	text-decoration: none;
}

/* Normal, standard links. */
.msg, .msg:link, .msg:visited
{
	color: #BD3C10;
	text-decoration: underline;
}
a.msg:hover
{
	color: #BD3C10;
	text-decoration: none;
}
	
/* Navigation links - for the link tree. */
.menu, .menu:link, .menu:visited
{
	padding: 0 12px;
	color: #FEF19B;
	font: bold 12px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
	text-transform: uppercase; 
	text-decoration:none;
}
a.menu:hover
{
	padding: 0 12px;
	color: #FFF;
	font: bold 12px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
	text-transform: uppercase; 
	text-decoration:none;
}
	
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #E0E0E0;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #E0E0E0;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #F0F0F0;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #DBCC91;
	background-color: #5A95A7;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #BD3C10;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #292929;
}
.tborder
{
	border: 1px solid #292929;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

html, body	{height: 100%; width: 100%; margin: 0; padding: 0; border: 0;}

#rightfloat {
	float:right;
	margin: 0 0 8px 16px;
}

#articletoolstop {
	border: 1px solid #C4DBE1;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	text-align: center;
	width: 200px;
	font-size: 10px;
	line-height: 12px;
}

.tools {
	color:#333333;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#extras-new {
	border:1px solid #C4DBE1;
	font-size:10px;
	line-height:12px;
	margin:0pt 10px;
	padding:0pt;
	text-align:center;
	width:200px;
}
.extras-new {
	color:#333333;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:10px;
	line-height:12px;
}

#debates .extras-new h4 {
	color:#333333;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:10px;
	line-height:12px;
}

.extras-p {
	font-size:10px;
	line-height:11px;
	margin:0pt;
	padding: 1em 1em 0pt;
	text-align:left;
}

.newsletter {
	background-color:#FAF8C8;
	margin: 10px 0px 10px 10px;
	color: #28444C;
}

/* Banner Header/Nameplate */
#navheader	{
	top: 0; left: 0; 
	width: 990px; 
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

p.navheader {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px
}

#navheader a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing:1px
}

#header	{
	top: 10px; left: 0; 
	height: 112px; 
	width: 970px; 
	background-color: #84292B;
	border: 10px solid #6F99A5;
	margin-left: auto;
	margin-right: auto;
}

#header h1	{
	color: gray;
}

#header a:link, #header a:visited	{
	color: gray;
	background: transparent;
	text-decoration: none;
}

#header a:hover	{
	color: blue;
	background: transparent;
	text-decoration: underline;
}

#header2	{
	top: 10px; left: 0; 
	height: 44px; 
	width: 970px; 
	background-color:#4F7D8C;
	border: 10px solid #4F7D8C;
	margin: 0 auto 0 auto;
}



#navbar2 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/tanshadowbg.png);
	background-repeat: repeat-x;
	height: 40px;
	line-height: normal;
	width: 980px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar3 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 40px;
	line-height: normal;
	width: 980px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#navlist2 li {
	display: inline;
	list-style-type: none;
	padding-right: 3em;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #84292B;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #84292B;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navbar2 #navlist2 a {
	/*color: #42555C;*/
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	letter-spacing:1px
}

#navbar2 #navlist2 a:hover {
	/*color: #967400; */
	color: #84292B;
	text-decoration: underline;
}


#navbar2art {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/tanshadowbg.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 980px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#navlist2art li {
	display: inline;
	list-style-type: none;
	padding-right: 3em;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #84292B;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #84292B;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar2art #navlist2art a {
	color: #42555C;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	letter-spacing:1px
}

#navbar2art #navlist2art a:hover {
	color: #967400;
	text-decoration: underline;
}

/* Content structure */
.indexasp {
	width: 990px;
	padding: 10px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Story carousel */
.carousel {
	width: 640px; 
	vertical-align: top;
	border-bottom: 1px solid #C4DBE1;
}

/* Content columns */
.columnone {
	
	vertical-align: text-top;
	border-right: 1px solid #C4DBE1;
}

.columntwo {
	vertical-align: text-top;
}

.contentcell {
	width: 636px; 
	vertical-align: top;
	padding-right: 4px;
	font-family: verdana,helvetica,sans-serif; 
	
}

/* Navigation Sidebar */
.navsidebar {
	width: 350px;
	vertical-align: top;
	border-left: 1px solid #C4DBE1;
}

/* Navigation Footer */
.navfooter {
	width: 990px;
	border-top: 1px solid #C4DBE1;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.footinfo {
	width: 270px;
	color:#808080;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size:9px;

}

.footpubs {
	border-left: 1px solid #C4DBE1;
	width: 370px;
	color:#808080;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size:9px;
}

.footnews {
	border-left: 1px solid #C4DBE1;
	width: 342px;
	color:#808080;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size:9px;
}

.footerlinks {
	font-size: 9px;
	padding: 8px 0 0 0;
	margin: 0;
	color: #000000;
	line-height: 11px;
}

.footerlinks a {
	font-size:9px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #808080;
	line-height: 11px;
}

/* some general formatting styles */
body	{font-size: 11px; font-family: verdana, tahoma, arial, sans-serif;}

a:link, a:visited	{
	color: #42555C;
	background: transparent;
	text-decoration: none;
}

a:hover	{
	color: #84292B;
	background: transparent;
	text-decoration: underline;
}

p	{
	font-size: 11px;
	padding: 0.5em 1em 0 1em; 
	margin: 0;
	line-height: 1.2em;
}

ul	{
	padding-right: 1em;
	margin: 0px 0px 5px 0px;
}

li	{
	margin: 0px 0px 5px 0px;
}

h1	{
	color:#7198A5;
	font-family:"Arial",Tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding: 0em 1em 0 1em;
	margin:5px 0px 10px 0px;
	text-align:center;
	text-transform:uppercase;
}
h2 	 {
	color:#84292B;
	font-family:"Georgia",Times New Roman,serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding: 0em 1em 0 .6em;
	margin: 0px 0px 5px 0px;
}

p + h2, p + h3 {
	margin: 18px 0 5px 0;
}

a.h2 {
	color:#84292B;
}

a.h2:hover {
	color:#42555C;
}

h3 	 {
	color:#84292B;
	font-family:"Georgia",Times New Roman,serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding: 0em 1em 0 1em;
	margin: 0px 0px 5px 0px;
}

h3.newsletter {
	color:#28444C;
	font-family: Georgia,"Times New Roman",serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0 0 5px;
	padding:0 1em 0;
}

a.h3 {
	color:#84292B;
}

a.h3:hover {
	color:#42555C;
}

h4.footer	 {
	color:#000000;
	font-family:"Georgia",Times New Roman,serif;
	font-size:12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0em 1em 0 1em;
	margin: 0px 0px 0px 0px;
}

.navfooter a:link, .navfooter a:visited {
	font-size:9px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	line-height: 11px;
}

.newsletterbg {
	background-color:#FAF8C8;
	border: 1px solid #42555C;
	font-size:11px;
	line-height:13px;
	margin:0 10px;
	padding:5px 0 1px;
}

#searchbar {
	background-color:#C4DBE1;
	font-family:"Georgia",Times New Roman,serif;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:0.1em;
	padding: 0em 0em 0em 0em;
	margin: 0px 10px 0px 10px;
}

#searchbar form fieldset {
	border:1px solid #42555C;
	text-align:center;
	margin: 0px 0px 0px 0px;
}

#searchbar #searchtext {
	border:1px solid #42555C;
	font-size:9px;
	height:1.5em;
	margin:5px 0px 2px 5px;
	width:225px;
}

#searchbar #searchbutton {
	margin:0px;
	padding:0px;
}

.searchhead {
	color:#42555C;
	font-size:0.9em;
	font-family:"Georgia",Times New Roman,serif;
	font-weight:normal;
	letter-spacing:0.1em;
}

img.divider-short	{
	height:1px;
	margin:15px 20px 15px 20px;
	padding:0px;
	width:75%;
}

p.BARauthor {
	color:#808080;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0px;
	padding: 0em 1em 0 1em;
	margin: 0px 0px 5px 0px;
}

img.currentissue {
	text-align: center;
	margin: 25px auto;
	display: block;
	 
}

.clear {
	clear: both;
}

img.left {
	padding: 0 16px 16px 0;
	float: left;
}

img.right {
	padding: 0 0 16px 16px;
	float: right;
}

#newsletterbgfooter {
	background-color:#FFFFFF;
	border:0px none;
	font-size:11px;
	line-height:13px;
	margin:0px 0px 0px 10px;
	padding:5px 0px 1px;
}

#newsletterfooter {
background-color:#FFFFFF;
margin:10px 0px 0px;
}

h3.sidebar {
	color:#84292B;
	font-family:Georgia,"Times New Roman",serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	margin:6px 0px 0em;
	padding:1em 1em 0pt;
}

#cds-form * 
{
	line-height: normal;
}

#cds-form
{
	margin: 0 10px;
	background: #FFFFCC url(images/subscribe-ad-blur.jpg) no-repeat 50% 50%;
	border: solid 1px #999;
	position: relative;
	width: 326px;
}

#cds-form-inner
{
	padding: 8px 8px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/subscribe-ad-cover.png) no-repeat right bottom;
	margin: 0;
}

#cds-form-inner form
{
	padding: 0;
	margin: 0;
}

#cds-form-inner input 
{
	font-size: 11px;
}

#cds-form-inner input#cds_submit
{
	border: 1px solid #999;
	color: #FFF;
	background: #0000FF;
	font-weight: bold;
}
	
#cds-form-inner label 
{
	color: #000;
	font-size: 9px;
}

#cds-form-inner h1 
{
	color: red;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#cds-form-inner p 
{
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#ad-block {
background-color:#FFFFFF;
margin:3px 0 0;
padding:9px;
position:relative;
width:740px;
}

div#subscribe {
left:-10px;
margin-left:10px;
position:absolute;
top:125px;
width:702px;
z-index:1;
}
