/* CSS Document */
* {
	margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 40px;
	clear: both;
	text-align: center;
}

body  {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
max-width:1280px;
}
#logo {
padding-left: 25px;
padding-top: 10px;
border: none;
}
#navigation {
min-width: 1150px;
max-width:1500px;
border: none;
padding: 0;
}

#content {
margin-top: 120px;
max-width: 1000px;
text-align:left;
}

.sidetab {
float:left;
}

.text {
width: 600px;
margin-left:20px;
float:right;
position:relative;
}

/*current issue*/

h1 {
text-align: left;
font-size: 24px;
color: #099;
font-weight: bold;
}
.title {
text-align: left;
font-size: 14px;
color: #000;
font-weight: bold;
}
.author {
text-align: left;
float: left;
font-size: 12px;
color: #666;
font-weight: bold;
padding-left: 20px;
}
.link {
padding-left: 20px;
float: left;
font-size: 12px;
}
.link a:link {
text-decoration: none;
color: #9c0;
}
.link a:visited {
text-decoration: none;
color: #c90;
}
.link a:hover {
text-decoration: line-through;
color: #999;
}
.link span {
color: #000;
}

/*Accordion*/

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  background-repeat:repeat-x;
  display:table-cell;
  background-color: white;
  -moz-user-select:none;
  position:relative;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
  position: relative;
  width: 500px; 
}

.AccordionContainer
{
  position: relative;
  width: 500px;
}

#Accordion2Content, .Accordion3Content, .Accordion4Content {
height: 10px;
}