
#container
{	
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	overflow: visible;
}
#header {
  position: static;
	width: auto;
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px;
	float: none;
	margin-left:auto;
	margin-right:auto;
  /*background: #ccc;*/
  text-align: center;
}
#header img{
}

#content{
	text-align:justify;
	width: auto;
	height: auto;
	margin: 0;
}

.volIssue {
display:none;
}

.abs {
/*  background:#8C3235;*/
  text-align:justify;
  overflow:visible;
}

#center 
{
	
  /*background: #ccc;*/
}



#leftside {
  display:none;      
}

.btn{
  border:outset thin;
  font-size:xx-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
}

input{
  border:solid thin;
  font-size:xx-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display:none;
}

textfield{
  border:solid thin;
  display:none;
}

textarea{
  border:solid thin;
  display:none;
}




.centered{
	text-align:center;
	margin-left:auto;
	margin-right:auto;		
}

#oneAbs{
	margin:10px;
}
#oneAbs p {
	text-align:justify;
}




#center .cimg {
	margin: 10px;
}



#rightside {
  display:none;
}

.menu
{
	display:none;
}
.menu a{
	color: black;
}

#footer 
{
 display:none;
}

.clearer {
	height: 10px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
}

.errortable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
}

.errorheader {
	font-size: xx-small;
	color: black;
	font-weight: bold;
}

.heading{
	border: thin solid gray;
	padding: 5px;
	background:#B4B6A1; 
	text-align: justify;
}

.submitbtn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
	background-color:black;
	border:outset thin white;
}

.plainform{
	border:none;
}

.fancyform{	
	border: outset thin;
	margin: 5px;
}
.submitForm{
	width: 350px;
	border: outset thin;
}
.table{
	font-size:12px;
/*	text-align:center;*/
	margin-left:auto;
	margin-right:auto;
	background:#B4B6A1;
	line-height: 16pt;
}

.table2{
	font-size:12px;
/*	text-align:center;*/
	margin-left:auto;
	margin-right:auto;
	line-height: 16pt;
}

/*
HTML elements
*/
/* Removes default top margin from left/right column paragraphs in Mozilla */


body 
{
	margin: 0;
	padding: 0;
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:Black;
	text-align:center;
	line-height: 16pt;
}

div > p {
  margin-top: 0;
}

h2
{
	color:Black;
	font-size:x-small;
}

h1
{
	color:Black;
	font-size:small;
}

#navcontainer{

	display:none;
	
}

hr {
    width:60%;
}

.breadcrumb{
	display:none;
}

.Heading2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#78765D;
}

.smalltext{
	font-size:xx-small;
	color:red;
}
.tblHeader{
	background:#78765D;
	color:#B4B6A1;
}

.mainHeading{
	background-color:#990000;
	border-top:outset 1px;
	border-bottom:outset 1px;
	color:white;
	padding:3px;
	text-align:center;
}

/* when viewed on-screen, add some padding */
@media screen
{
	body
	{
		padding: 16px;
	}
	.browserwarning
	{
	  display: block;
	}
}
