body {
  text-align: center;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
  
  /*
  background:#ffffff url('images/bgtest3.png');
  background-repeat: repeat-x;
  background-color: #C3D7FF;
  */

  background-image: url('images/ivbg.png');
  background-repeat: repeat-y repeat-x;

}

/* -- Main Container -- */

#container {
  margin-left:auto;
  margin-right:auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  width: 800px;
  background:#ffffff;
  /*background:#ffffff url('Images/article.png'); background-repeat: repeat;*/
  border: 1px solid #000;
}


/* -- Left Content area -- */

#maincontent {
  text-align: left;
  float: left;
  width: 596px;
  margin: 0 0 1em 0;
  /*border: 1px solid #000;*/
}

/* -- Right area for navigation -- */ 

#rightcol {
  text-align: left;
  width: 200px;
  float: right;
  margin: 0 0 1em 0;
  /*border: 1px solid #000;*/
}

/* -- Start of actual content -- */

#topbanner {
  text-align: left;
  background: url('images/banner1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 1px solid #000;
  height: 50px;
  margin: 1.5em 0em 1.5em 0em;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
}

#topbanner img {
  margin: 0;
}

#topbanner h1 {
  width: 56px;
  height: 50px;
  border-right: 1px solid #000;
  padding: 0;
  margin: 0 0 0 15px;

}

#bottombanner {
  clear: both;
  font-size: 9pt;
  border-top: dashed 1px; color: #7F7F7F;
  padding: 2px;
  height: 20px;
  margin: 0em 1.5em 1em 1.5em;
}

#bottombanner p {
  margin: 0;
}


/* -- CSS definitions for rollover menu -- */

#menubar {
  /*background-color:#add8e6;
  border: solid 1px #000000;*/
  background-image: url('images/bgtest3.png');
  background-repeat: repeat-y;
  background-position: left;
  padding: 8px;
  margin: 0 1.5em 1.5em 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #00f;
}

#menubar li {
  width: 100%;
  margin: 0;
  margin-bottom: 0.2em;
  text-decoration: none;
}

#menubar h1 {
  display: block;
  margin: 0;
  margin-bottom: 0.2em;
  border: 0;
  padding: 0.25em 0.25em 0.25em 2.5em;
  font-size: 9pt;
  font-weight: bold;
  background-image: url("images/tick2.png"); background-repeat: no-repeat;
  color: #B0A77E;
}

.topList {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.topList a {
  display: block;
  /*border: 1px solid #00c;*/
  padding: 0.25em 0.25em 0.25em 2.5em;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  background-image: url("images/arrow2.png"); background-repeat: no-repeat;
  color: #0033aa;

}

.topList li a:hover {
  color: #B0A77E;
  text-decoration: none;
  /*background-image: url("images/tick2.png"); background-repeat: no-repeat;*/
}

.subList {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 27px;
  border: 0;
}

.subList li a {
  display: block;
  /*border: 1px solid #00c;*/
  /*background-image: url("images/arrow2.png"); background-repeat: no-repeat;*/
  padding: 0.25em 0.25em 0.25em 0.25em;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #0033aa;
}

.subList li a:hover {
  color: #B0A77E;
  text-decoration: none;
  text-decoration: none;
  /*border-left: 1px dashed #00c;*/
  /*color: 0cf;*/
}

html>body #navbar li a {
	width: auto;
}

img {
      border: 0px;
}


/* -- Definitions for a general entry -- */

.article h3 span
{
	/*display:none;*/
}

.article {
	border: 0px;
	/*border: solid 1px #000000;*/
	
	margin: 0 2.5em 1em 2.5em;
	color: #B0A77E;
	font-size: 8pt;
	text-align: justify;
}

.article h1 {
	/*
	background-image: url(images/articleLogo3.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #add8e6;
	*/

	height: 18px;
	
	color: #7F7F7F;
	/*padding-left: 25px;*/
  	margin: 0;
 	vertical-align: bottom;

 	font-size: 10pt;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;

}

.article h2 {
	color: #7F7F7F;
	border-top: 1px dotted #ccc;
	font-size: 8pt;
	font-family: Arial, Tahoma;
}

.article a {
  font-size: 8pt;
  color: #0033aa;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.article a:hover {
  color: #B0A77E;
  border: none;
  text-decoration: none;
}

/*
.article {

  vertical-align: top;
  margin: 0 1.5em 1em 1.5em;
  font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
  font-size: 9pt;
}

.article h1 {
  display: block;
  margin: 0;
  background:#add8e6;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px 0px 0px 10px;
}

.article img {
  margin: 2px 2px 2px 2px;
}

.article hr{
  border-color:#000;
  text-align:center;
  align: center;
  width: 70%;
  height: 1px;
  border-style:dashed;
}
*/

/* -- Definitions for a comment box -- */

.commentbox {
  padding: 8px;
  margin: 0em 1.5em 1.5em 0em;
  background-image: url('images/bgtest3.png');
  background-repeat: no-repeat;
  background-position: left;
  font-family: Helvetica, Arial, sans-serif;
  color: #B0A77E;
}

.commentbox code {
	color: #00c;
	font-size: 10pt;
}

.commentbox h1 {
  color: #7F7F7F;
  border: 1px solid #00c;
  padding: 0.25em 0.25em 0.25em 0.25em;
  font-size: 9pt;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  margin: 2px 2px 4px 2px;
}

.commentbox a {
 
  text-align:center;
  color: #0033aa;
}

.commentbox a:hover {

  color: #B0A77E;
  border: none;
  text-decoration: none;
}

.commentbox p {
  display: block;
  border: 1px dashed #B0A77E;
  padding: 0.25em 0.25em 0.25em 0.25em;
  font-size: 9pt;
  margin: 2px 2px 2px 2px;
}


.commentbox img {
  height:100px;
  margin: 2px 2px 2px 2px;
}

/* -- Use as <p> class for centred images -- */

.centeredImage {
  
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  

  /*
  vertical-align:middle; margin:0 auto;
  */
}


/* -- Use to center images in the right column -- */

.centeredImagecolumn {
  text-align:center;
  margin-top:0px;
  margin-bottom:1.5em;
  margin-right: 1.5em;
  padding:0px;
}

/* -- Use to specify the layout of the login area -- */
.buttonsmall {
	display:block;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.loginButton {
	display:none;
	height: 1px;
	width: 1px;
}


.loginText {
  font-size: 9pt;
  font-family: Helvetica, Arial, sans-serif;
  color: #B0A77E;
}

/* -- Definitions for the Project Container -- */

#projects {
  /*text-align: center;*/
  color: #B0A77E;
  font: normal 10pt Arial, Tahoma, Verdana, Arial, Georgia, sans-serif;
  
  /*
  border: solid 1px #000000;	
  border-collapse: collapse;
  */


}

#projects th {
   text-align: center;
   padding: 3px;
   
}

#projects td {
   /*
   border: 0;
   border-top: 1px solid #999;
   border-right: 1px solid #999;
   */

   padding: 0;
   padding-left: 1em;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
   padding-right: 1em;
   font-size: 8pt;
}

#projects td img {
   border: 0;
   padding: 0;

}

#projects a {
  color: #0033aa;
}

#projects a:hover {
  color: #B0A77E;
  border: none;
  text-decoration: none;
}


/* -- Definitions for the browser viewer structure -- */

.BV {
  /*text-align: center;*/
  color: #B0A77E;
  font: normal 10pt Arial, Tahoma, Verdana, Arial, Georgia, sans-serif;
  
  
  border: solid 1px;	
  border-collapse: collapse;
  


}

/* -- Definitions for the Edit Entry Container -- */

#editentry {
  text-align: left;
  color: #B0A77E;
  font: normal 10pt Tahoma, Verdana, Arial, Georgia, sans-serif;
  /*border: solid 1px #B0A77E;*/	
  border-collapse: collapse;
}

#editentry td {
  border: 0;
  padding: 5px;
}


/* -- HTML input types -- */

.buttomsmall {

}

/* -- The start of the projects page layout -- */


#ProjectEntryA {
  border: solid 1px #000000;
  background-color: #CCFFFF;
  vertical-align: top;
  width: 260px;
  height: 300px;
  margin: 0 0 1em 1.5em;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 9pt;
}
#ProjectEntryB {
  border: solid 1px #000000;
  background-color: #99FFFF;
  vertical-align: top;
  width: 260px;
  height: 300px;
  margin: 0 0 1em 1.5em;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 9pt;  
}
#ProjectEntryC {
  border: solid 1px #000000;
  background-color: #CCCCFF;
  vertical-align: top;
  width: 260px;
  height: 300px;
  margin: 0 0 1em 1.5em;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 9pt;  
}
#ProjectEntryD {
  border: solid 1px #000000;
  background-color: #99CCFF;
  vertical-align: top;
  width: 260px;
  height: 300px;
  margin: 0 0 1em 1.5em;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 9pt;  
}

.projectheadings {
  margin: 10px 0 0 0;
  display: block;
  background-color: #fff;
  padding: 2px 0px 2px 10px;
  font-size: 9pt;
  font-weight: bold;
  color: #00f;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: Helvetica, Arial, sans-serif;
}


/* -- Progress Bar CSS -- */

.pbar, .pbar50 {
   display: block;
   float: left;
   margin: 0 0 0 0;
   padding: 0;
   border: 1px solid #333;
   height: 6px;
   width: 100px;
   background: url("images/pbar/pbarbg.png") repeat-x;
/* absolutely no resizing, padding, or margin*/
}

.pbar50 {
   display: block;
   float: left;
   margin: 0 0 0 0;
   padding: 0;
   border: 1px solid #333;
   height: 6px;
   width: 50px;
   background: url("images/pbar/pbarbg.png") repeat-x;
}
.pfillgreen, .pfillyellow, .pfillred, .pfillorange {
/*   display: block; */
   float: left;
   margin: 0 0 0 0;
   padding: 0;
   height: 6px;
   /* width: 3px;  minimum */
   background: url("images/pbar/pbarg.png") repeat-x;
   border: 0;
}

.pfillyellow {
   background: url("images/pbar/pbary.png") repeat-x;
}

.pfillred {
   background: url("images/pbar/pbarr.png") repeat-x;
}

.pfillorange {
   background: url("images/pbar/pbaro.png") repeat-x;
}

/* -- end of progress bar CSS -- */


/* -- Test CSS content here -- */

acronym {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}


/* Invisible DIV absolute positioning Test */

#invisibleDIV {

  position:absolute;
  border: 1px solid #000;
  width:500px;
  height400:px;
  margin: auto;
  


  background-image: url('images/ivbg.png');
  background-repeat: repeat-y repeat-x;


}


#ImageContent {

 
  width: 450px; 
  height : 350px; 
  overflow : auto;
  padding: 4px;
  background-color: #fff; 
  border: 1px solid #000;

  display: table-cell;
  vertical-align: middle;



}



