/* CSS Document */

/****************** General *************/
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

body {
	padding: 0px;
	background-color: #F5F5F5;
	margin: 0 auto;
	font-family: Times New Roman, Times, serif;
	padding: 5px 2px 5px 2px;
	width:1000px;
	text-align:center;
	}
p {
  padding: 0;
  margin: 0;
  margin-bottom: 0.8em;
} 
hr {
  border: 1px dashed #666;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em 0;
  padding: 0 0 0.1em 0;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana, sans-serif;
  text-align:left;
}
h1 {
	font-size:24px;
	font-weight: normal;
	}
h2 {
	font-size:20px;
	font-weight: normal;
	}
h3, h4, h5, h6 {
	font-size:18px;
	}
.spacer {
	font-size: 1px;
	height: 15px;
	clear:both;
	background-color:#F5F5F5;
	}
.space {
	float:left;
	width:100%;
	clear:both;
	font-size: 1px;
	height: 10px;
	background-color:#F5F5F5;
	}
img, img a {
	border:0px;
	}
img.left, .left img {
	float:left;
	padding: 5px 5px 5px 0px;
	}
img.right, .right img {
	float:right;
	padding: 5px 0px 5px 5px;
	}
/****************************************/
/****************** Header  *************/
.header {
	width:100%;
	background:url(header_background.png);
	text-align:left;
	}
.header div{
	width:100%;
	background:url(revivalheaderend.png) bottom right repeat-y;
	}
/****************************************/
/*********** Tab navigation  ************/
.primary {
	position: absolute;
	top: 59px;
	left:300px;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	}
.primary ul{
	list-style: none;
	margin:0;
	padding:0;
	height:25px;
}
.primary li {
	display: inline;
	background:url(right.gif) 100% 0 no-repeat;
	padding: 0 0 0 0;
	margin: 1px;
	height:100%;
}
.primary a {
	background:url(left.gif) no-repeat left top;
	color:#ffffff;
	padding: 0 0.5em 0 0.5em;
}
.primary li:hover {
	background:url(right_on.gif) 100% 0 no-repeat;
	}
.primary li a:hover {
	background:url(left_on.gif) no-repeat left top;
	}
/****************************************/

/*************Left Column****************/
.leftcolumn {
	float:left;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	}
.leftcolumn ul {
	list-style: none;       /* removes the bullet points */
	padding-left: 0px;
	margin: 0px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}
.leftcolumn li a {
	width:100%;
	display:block;
	text-indent:15px;
	background-color:#ffffff;
	border-bottom: 1px solid #f5f5f5;
	border-top:0px;
	color:#1988BF;
	}
.leftcolumn li li a {
	text-indent:30px;
	}
.leftcolumn li a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
	}
/****************************************/
/*********Central area*************/
.main {
	width:815px;
	float:left;
	background-color: #f5f5f5;
	padding:0px 0px 0 5px;
	}
.maincontent {
	float:left;
	padding:0px 5px 5px 5px;
	width:464px;
	background-color:#ffffff;
	text-align:justify;
	}
.listboxesbox {
	float:right;
	width:341px;
	padding:0px;
	}
.listbox {
	float:right;
	width:336px;
	padding-left:5px;
	}
.latestarticles {
	float:left;
	width:331px;
	padding-left:5px;
	}

.boxes {
	width: 100%;
	background-color:#FFFFFF;
	border-color:#E2E2E2;
	border-style:solid;
	border-width:1px;
	float:left;
	text-align:center;
	}
.title {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background-color:#1988BF;
	text-align:center;
	}
.rtext {
	background-color:#CDE4FE;
	text-align:center;
	}
iframe {
	vertical-align:top;
	width:100%;
	}
.titlebox, .titlebox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	text-align:center;
	color: #C2032E;
	}


/****************************************/
/**********   Magazine Bar  *************/
.magazinebar {
	width:100%;
	clear:both;
	text-align:center;
	min-height:195px;
	background-color:#FFDCBA;
	padding-top:5px;
	}

.magissues  {
	float:left;
	background-color:#FFDCBA;
	font-size: 80%;
	color:#C2032E;
	}
.magissues  ul {
	list-style:none;
	margin: 0;
	padding: 0;
	width:100%;
	}
.magissues  li {
	display:inline;
	padding:0;
	width:141px;
	float:left;
	white-space:nowrap;
	}
/****************************************/
/************   List Boxes   ************/
.listboxtitle {
	width:300px;
	text-align:center;
	}
.listboxtitle a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006600;
	height:20px;
	}
.latest {
	float:left;
	width:100%;
	}
.latest ul {
	margin:0;
	list-style: none;       		/* removes the bullet points */
	padding: 0px 0px 0px 0px;  		/* stops the usual indent from ul */
	background-color:#CDF2AE;
	border-top-style: solid;
	border-top-color: #D7F9B6;
	border-top-width:1px;
	}
.latest li {
	padding: 0.1em 0em 0.1em 0.3em;
	background-color:#CDF2AE;
	text-align:left;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #D7F9B6;
	border-bottom-width:1px;
	}
.latest a {
	width:100%;
	display: block;
	color:#000000;
	padding: 2px 0px 2px 0px
	}
.latest li:hover {
	background-color:#D7F9B6;
	text-decoration:none;
	}
/****************************************/
.articlebar {
	height:60px;
	background-color:#FFDCBA;
	margin:0;
	text-align:center;
	}
.articlebar img {
	padding:0 5px 0px 5px;
	margin:0;
	}
blockquote {
	background-color:#F4F4FF;
	padding-left: 5px;
	padding-right: 5px;
	}
.date {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
.advert {
}
.feedback {
	float:right;
	color: #cccccc;
	}
.feedback a {
	color: #cccccc;
	}
#category_cloud {
	margin:0 5px 0 5px;
	padding: 0px;
	text-align: justify;
}
#category_cloud a:hover {
	text-decoration:underline;
}
#category_cloud li {
	list-style:none;
	display:block;
	padding: 0px;
	margin: 0px
}

/***************** Adapted from code Generated by http://www.spiffycorners.com/***************/
.rbox{display:block}
.rbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CDF2AE}
.rbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dfefd2;
  border-right:1px solid #dfefd2;
  background:#d5f1be}
.rbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eaeee7;
  border-right:1px solid #eaeee7;
  background:#d3f1ba}
.rbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d3f1ba;
  border-right:1px solid #d3f1ba;}
.rbox4{
  border-left:1px solid #dfefd2;
  border-right:1px solid #dfefd2}
.rbox5{
  border-left:1px solid #d5f1be;
  border-right:1px solid #d5f1be}
.rboxfg{
  background:#CDF2AE}
/*******************END adapted code generated by  http://www.spiffycorners.com/**************/