<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #781215;
	background-image: url(images/backgrounds.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
#wrapper #container #contentBackground .articleCurrentIssue a #comm {
	font-size: 12px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}



.container .content h1 {
	background-color: #600;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	color: #B2740E;
	font-size: 20px;
}
.container #centerwrap .content h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
}
.container #centerwrap .content img {
	float: right;
}
.container #centerwrap .content p {
	line-height: 16px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.container #centerwrap .content1 h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#3d3d3d; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #600;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	max-width: 1003px;
	background: #FFF;
	margin: 0 auto;/*	box-shadow: 5px 5px 5px #aaa; */
}
.container #centerwrap .sidebar2 h4 {
	font-weight: bold;
}

h3 {
	color: #B2740E;
	font-weight: normal;
	font-size: 17px;
	line-height: 16px;
	margin-bottom: 10px;
}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 150px;
	padding-top: 40px;
	padding-bottom: -10px;
	background-color: #4E0C0E;
	padding-left: 10px;
}


.sidebar2 {
	float: right;
	width: 340px;
	background: #FFF;
	height: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 15px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d8b986;
	margin-right: 10px;
	clear: right;
}
.PopularVideo {
	float: right;
	width: 340px;
	background: #FFF;
	height: 225px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 15px;
	margin-right: 10px;
	clear: right;
}


.container #centerwrap .sidebar2 img {
	float: right;
	padding-left: 2px;
}
.container #centerwrap .sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2740E;
	padding-bottom: 10px;
}



.container .header div div {
	width: 250px;
	float: right;
	line-height: 18px;
	padding-right: 50px;
	padding-top: 45px;
}
.container .header form table {
	margin-top: 75px;
	height: 25px;
}
.container .header form table tr td font input {
	background-color: #4E0C0E;
	margin-top: -20px;
}





.sidebar1 {
	width: 620px;
	padding-bottom: 0px;
	height: 350px;
	padding-top: 0px;
	background-color: #781114;
	float: left;
}
.articleimage {
	width: 620px;
	padding-bottom: 0px;
	height: 350px;
	padding-top: 0px;
	background-color: #781114;
	float: left;

}

.container #centerwrap .articlecontent h3 #authorblub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B2740E;
	line-height: 20px;
}


.currentIssue {
	float: right;
	width: 340px;
	padding-bottom: 0px;
	height: 520px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E0C0E;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 10px;
}
.container #centerwrap .articleimage #picturecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.backIssue {
	float: left;
	width: 620px;
	padding-bottom: 10px;
	height: 100%;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E0C0E;
	margin-bottom: 5px;
}
.container #centerwrap .contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.contact {
	float: left;
	width: 620px;
	padding-bottom: 10px;
	height: 100%;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E0C0E;
	margin-bottom: 5px;
}

.container #centerwrap .backIssue p a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container #centerwrap .backIssue p a:hover {
	font-size: 12px;
	color: #4F0C0E;
	font-family: Arial, Helvetica, sans-serif;
}
.container #centerwrap .backIssue img {
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	margin-right: 15px;
	border: 1px solid #CCC;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
}




.content {
	width: 305px;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #eee;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
}
.articlecontent {
	width: 610px;
	float: left;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	-khtml-border-radius: 5px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
}
.articlecontent .picture.left {
}


.articlecontent #author {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4E0C0E;
}
.articlecontent #authorsubheads {
	font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: -10px;
}

.articlecontent p .bold {
	font-weight: bold;
	font-style: italic;
	color: #000;
}
.articlecontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-left: 30px;
	list-style-type: disc;
}

.articlecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin-top: 15px;
}


.articleCurrentIssue {
	width: 270px;
	float: left;
	padding-bottom: 10px;
	background-color: #eee;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px5px;
	-khtml-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.articleCurrentIssue1 {
	width: 275px;
	float: left;
	padding-bottom: 10px;
	background-color: #eee;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px5px;
	-khtml-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	padding-top: 10px;
	clear: left;
}

h1 {
	background-color: #4e4e4e;
	-khtml-border-radius: 5px;
	font-size: 14px;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}



.content1 {
	width: 300px;
	float: left;
	padding-bottom: 10px;
	background-color: #eee;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}

.container #centerwrap .content1 p {
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

.container .content1 h1 {
	background-color: #600;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	color: #B2740E;
	font-size: 20px;
}


.container #centerwrap .content1 img {
	float: right;
}

.recentbackIssues {
	width: 340px;
	background: #FFF;
	height: 300px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d8b986;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8b986;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	float: right;
}

.container #centerwrap .recentbackIssues a {
	font-family: Arial, Helvetica, sans-serif;
}
.container #centerwrap .recentbackIssues a:hover {
	color: #6E1113;
}


.container #centerwrap .currentIssue h3 {
	padding-top: 10px;
}
.container #centerwrap .currentIssue p {
	font-size: 14px;
	line-height: 16px;
}
.container #centerwrap .backIssue p {
	font-size: 12px;
	line-height: 14px;
}


.container #centerwrap .recentbackIssues #fadeshow1 {
	margin-left: 20px;
	margin-top: 15px;
	border: 1px solid #ccc;
}
.container #centerwrap .recentbackIssues #fadeshow2 {
	margin-left: 20px;
	margin-top: 15px;
	border: 1px solid #ccc;
}


.sidebar3 {
	width: 340px;
	background: #FFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #781215;
	margin-top: 50px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #781215;
	float: right;
	margin-bottom: 25px;
}

.sidebar4 {
	width: 325px;
	background: #FFF;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d8b986;
	margin-top: 15px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8b986;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-right: 10px;
}
.container #centerwrap .sidebar4 ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
}


.sidebarbackIssue {
	float: right;
	width: 340px;
	background: #FFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d8b986;
	margin-top: 25px;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d8b986;
	border-bottom-color: #d8b986;
	border-left-color: #d8b986;
}

h2 {
	font-size: 24px;
	padding-top: 10px;
	margin-bottom: 15px;
	line-height: 28px;
	width: 500px;
}




.currentmag {
	float: left;
	width: 550px;
	margin-right: 0px;
	font-size: 18px;
	line-height: 16px;
	color: #4E0C0E;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	padding-left: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
}
.headlineTitle {
	float: left;
	width: 600px;
	margin-right: 0px;
	font-size: 14px;
	line-height: 16px;
	color: #006;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-left: 0px;
	-khtml-border-radius: 5px;
	height: 100%;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2740E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2740E;
	margin-bottom: 25px;
}
.headlines ul li{
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: disc;
}

.headlines {
	width: 605px;
	float: left;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 15px;
	-khtml-border-radius: 5px;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.headlines #title {
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
}
.headlineTitle #title {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
}


.articleCurrentIssue p {
	font-size: 11px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.articleCurrentIssue1 p {
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

.container #centerwrap .headlines p {
	padding: 0px;
}

.articleCurrentIssue img {
	float: right;
	padding-left: 10px;
}
.articleCurrentIssue1 img {
	float: right;
}

.container #centerwrap {

}


.container .header div {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 625px;
}




/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a &lt;br /&gt; or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	background-color: #b2740e;
	font-size: 13px;
	height: 42px;
			}
			#menu li {
	float: left;
	margin: 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #781114;
	height: 42px;
			}
			#menu li a {
	text-decoration: none;
	display: block;
	line-height: 40px;
	color: #FFF;
	height: 38px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
			}
			#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 4px solid #DDD;
	color: #5D0E10;
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {
	width: 973px;
	background-color: #B2740E;
	background-repeat: no-repeat;
	background-position: right;
	height: 42px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-right: 15px;
}

	#menu_wrapper div {
	float: left;
	height: 42px;
	width: 12px;
	background: url(images/grey.png) no-repeat left;
	
}
.container .header form table tr td input {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #4E0C0E;
	border: 1px solid #CCC;
}
.container .header form table tr td font input {
	border: 1px solid #CCC;
}
#slider_container {
	width: 670px;
	height: 350px
}

#caption {
	width: 680px;
	height: 75px;
	padding: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
.container #centerwrap .sidebar3 p {
	font-size: 14px;
	line-height: 16px;
}
.container #centerwrap .articlecontent .authorbio {
	font-size: 12px;
	line-height: 18px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #333;
}
.container #centerwrap .articlecontent .picture.left {
	overflow: visible;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 15px;
	font-style: italic;
	margin-right: 15px;
}
.container #centerwrap .articlecontent .picture.right {
	overflow: visible;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 15px;
	font-style: italic;
	margin-right: 15px;
}
.container #centerwrap .articlecontent .picture.right #enlarge {
	float: right;
	background-color: #761215;
	color: #FFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: .95em;
}
.container #centerwrap .articlecontent .picture.left #enlarge {
	float: left;
	background-color: #761215;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.container #centerwrap .articlecontent #blockquote {
	padding-left: 50px;
	padding-right: 50px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: -15px;
	color: #333;
}
.container #centerwrap .articlecontent ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px;
}
.container #centerwrap .articlecontent p .superscript {
	vertical-align: super;
	color: #600E11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.container #centerwrap .contact ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 35px;
}

/* ~~The footer ~~ */
.footer {
	sposition: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #B2740E;
	height: 300px;
	padding-top: 0px;
	padding-right: 15;
	padding-bottom: 10px;
	padding-left: 0;
	width: 1003px;
}
.container #centerwrap .footer #footerlogo {
	height: 55px;
	background-color: #4E0C0E;
	width: 988px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 8px;
	padding-right: 15px;
	margin-right: 15px;
}
.container #centerwrap .footer #footerNav {
	list-style-position: outside;
	list-style-type: none;
	width: 230px;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	line-height: 22px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
	height: 185px;
}
.container #centerwrap .footer #footerNav1 {
	list-style-position: outside;
	list-style-type: none;
	width: 230px;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	line-height: 22px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
	height: 185px;
}
.container #centerwrap .footer #footerNav2 {
	list-style-position: outside;
	list-style-type: none;
	width: 230px;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	line-height: 22px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #781215;
	float: left;
}


.container #centerwrap .footer #footerNav ul li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container #centerwrap .footer #footerNav1 ul li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container #centerwrap .footer #footerNav2 ul li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.footer ul li a {
	color: #CCC;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #4E0C0E;
	text-decoration: none;
}
.container .header #facebook {
	float: right;
	width: 250px;
	color: #FFF;
	margin-top: -130px;
	margin-right: -150px;
}
.container .header #facebook iframe {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.container #centerwrap .sidebar1 #slideshowtoggler {
	margin-top: 5px;
}
#wrapper #container #contentBackground .articleCurrentIssue h4 a {
	line-height: 130%;
	font-size: 120%;
}
#wrapper #container #contentBackground #mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 25px;
	line-height: 14px;
}
#wrapper #container #contentBackground #mainContent .backIssue {
	width: 525px;
	padding-left: 10px;
}
#wrapper #container #contentBackground #mainContent .backIssue a img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #container #contentBackground .currentmag em {
	font-style: italic;
}
#wrapper #container #contentBackground #rightCol {
	background-color: #eeeeee;
	width: 190px;
	padding-right: 2px;
	padding-left: 3px;
	/* [disabled]border: 1px dotted #ccc; */
}
</pre></body></html>