@charset "UTF-8";
/* CSS Document */

body {background:#EFF2F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
}

/* ---- Navigation ---- */

#navcontainer {
	margin-right: 30px;
	float:right;
	font-size: 10px;
	color:#800000;
}

#navbar{
	clear: both ;
	font-size: 12px ;
	padding: 0 10px 0 0 ;
	color: #c2c4c5 ;
	float:right;
	text-decoration:none;
}

#navbar a {
	color: #000066;
	padding: 5px 3px ;
	text-decoration:none;
}
#navbar a:hover {
	color: #800000 ;
	text-decoration: none ;
}
#navbar a.selected {
	color: #800000 ;
	font-weight: bold;
	text-decoration:none;
}

#navbar ul {
	margin: 0 ;
	padding: 4px 0 4px 0 ;
	list-style-type: none ;
}
#navbar li {
	display: inline ;
}

/* ---- Main Content ---- */

#liquid-round {
	width:700px;
	margin:0px auto;
	background:#fff url(images/rounded/leftside.gif) repeat-y left top;
}
.top {
	width:700px;
	height:20px;
	background:url(images/rounded/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:20px;
	background:url(images/rounded/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(images/rounded/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 20px;
	margin:-1px 0 -50px 0;
}
.bottom {
	width:700px;
	height:60px;
	background:url(images/rounded/bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(images/rounded/bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}

.border{
	border-top: 1px solid #c2c4c5;
	width:100%;
	float:right;
}

.HeadLine{
	color:#800000;
	font-size:16px;
	background:url(images/headeraccent.gif) left repeat-x;
	background-position: bottom;
	margin:10px 0px 0px 0px;
	padding:3px 0px 12px 6px;
	width:99%;
	float:left;
}

.stories{
	float:none;
	width:200px;
	margin:0 15px 0 0;
	padding:0px;
}

.stories3{
	float:none; 
	width:200px; 
	margin:0 0 0 0px;
	padding:0px; 
}

.td{
	margin: 0 0 10px 10px;
}

div.spacer {
	clear: both;
  }

div.IssueTextRight{
	margin: 2px 1px 2px 0;
	float: right;
	text-align:right;
	width: 100%;
}

div.IssueTextLeft{
	margin:2px 0 2px 1px;
	float: left;
	width: 100%;
}

.borderIssue{
	border-top: 1px solid #c2c4c5;
	margin: 4px 0 6px 0;
	width:100%;
	float:right;
}

h4{
	font-size: 14px;
	font-weight:lighter;
	color: #000066;
}

#search {
	float: right ;
	padding: 60px 9px 0 0 ;
	text-align: right ;
}
#search p{
	margin-bottom: 0px ;
}
#search select {
	width: 143px ;
	vertical-align: middle ;
	font-size: 12px ;
}

#ad_space {
	width: 200px ;
	float: right ;
}

/* ---- Footer ---- */

#footer {
	clear: both; top-border: 1px solid #b3c5d6; border-width: 1px 0;
	margin-bottom: 3em; font-size: 11px;
	margin:0px auto;
	float:left;
	width:700px;
	background-color:#EFF2F3;
	
}
.footerLinks{margin-bottom:6px; font-size:11px;}
.footerLinks a{padding-left:20px; color:#a5a7b7; font-size:11px; text-decoration:none;}
.footerLinks a:hover{padding-left:20px; color:#a5a7b7; font-size:11px; text-decoration: underline;}
.footerCC{font-size:11px; color:#a5a7b7;}










