body{
   margin:1px 9px 0px 9px;
   /*padding:0;*/
   background-color: #FFFFFF;
   background-image: url(bg-noise.png);
   background-repeat: repeat;
}

hr{
	color: #1D57A5;
   background-color: #FFFFFF;
}

div.container {
   max-width: 1100px;
   margin: auto;
   background-color: #FFFFFF;
   padding: 10px;
   /*border: 1px solid #003399;*/
   box-shadow: 0px 0px 10px #888888;
   border: 1px solid #BBBBBB;
   margin-top: 20px;
}

table.container2 {
   /*background-color: #DEEBF8;
   padding: 0;
   margin: 0;*/
   border: none;
   width: 100%
}


/***************** styles for navigation bar on top ******************/

tr.topbar {
  box-shadow: 0px 0px 5px #888888;
}

table.pageheader{
  width: 100%;
  /*border: 1px solid black;*/
  color: white;
  text-align: left;
  background-color: #003399;
  font-size: 0.6em;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

table.pageheader td
{
  /*width: 120px;*/
  background-color: #003399;
  color: white;
  padding: 0;
}

table.pageheader td.label
{
  font-style: italic;
}

table.pageheader span, div.topbar2 span
{
  font-size: 1px ;
  word-spacing: 1000px;
}

table.pageheader a:hover, div.topbar2 a:hover
{
  text-decoration: underline;
  color: #DEEBF8;
}

table.pageheader a, table.pageheader a:link, table.pageheader a:active, table.pageheader a:visited{
        color: white;
        text-decoration: none;
}

/* **************************************** */

td.left-of-logo {
  background-color: #DEEBF8;
  max-width: 260px;
}

td.logo {
  text-align: center;
  background-color: white;
  padding: 5px;
  color: #003399;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  width: 100%;
}

td.logo img{
   border: 0;
}

td.logo h1{
	margin: 5px;
	margin-bottom: 10px;
}

td.logo h2{
	font-size: 1.2em;
	margin: 5px;
}

div.projecttitle a, div.projecttitle a:link, div.projecttitle a:active, div.projecttitle a:visited{
        font-size: 1.3em;
	color: #003399;
	text-decoration: none;
}


/* **************************************** */

td.separator-left {
  background-color: #5BA7DB;
  color: white;
  font-style: italic;
  font-weight: bold;
  /*font-size: 0.9em;*/
  font-family: Verdana, sans-serif;
  padding: 2px;
  padding-left: 20px;
  max-width: 260px;
}

td.separator-right {
  background-color: #003399;
}


/* **************************************** */

td.leftbar {
   margin: 0;
   padding: 0;
   padding-top: 20px;
   height: 100%;
   background-color: #DEEBF8;
   /*border: 1px solid #1D57A5;
   border-left: 3px solid #1D57A5;
   border-bottom: 3px solid #1D57A5;*/
   text-align: center;
   padding-bottom: 100px;
   vertical-align: top;
   max-width: 260px;
}


div.navigation {
   margin: 0;
   padding: 0;
   /*
   background: #F5F5F5; */
   width: 260px;
   font-family: Verdana, sans-serif;
   color: #000000;
   text-decoration: none;
}

div.navigation a
{
   color: #1D57A5;
   text-decoration: none;
   border: 0;
}

div.navigation2 img
{
	border: 0;
}

div.menu-level1-normal, div.menu-level1-active 
{
	 /*background-image:url(menuitem.png);
	 background-repeat:repeat-y;*/ 
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;

    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    color: #003399;
    /*color: #FFFFFF;
    background-color: #5BA7DB;
    padding-left: 20px;
    text-decoration: none;
    width: 260px;
    height: 30px;*/
}

div.menu-level1-normal a
{
    color: #003399;
}

div.menu-level1-active a
{
    color: #F4693F;
}

div.menu-level1-normal a:hover{
    color: #003399;
    text-decoration: underline;
}



div.menu-level2-normal, div.menu-level2-active 
{ /* Subsections */
    text-align: left;
    margin-left: 30px;
    padding: 2px;
    border-top: 0;
    margin-bottom: 0;
    margin-top: 0;

}

div.menu-level2-normal img, .menu-level2-active img{
	margin-right: 5px;
}

div.menu-level2-normal a { /* Subsections */
    padding: 0;
    margin: 0;
    font-family: Verdana, sans-serif;
    color: #003399;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 0.9em;
    /*overflow: visible;*/
}

div.menu-level2-normal a:hover{
    color: #003399;
}

div.menu-level2-active a { /* Subsections */
    padding: 0;
    margin: 0;
    font-family: Verdana, sans-serif;
    /*color: #1D57A5;*/
    color: #F4693F;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 0.9em;
    /*overflow: visible;*/
}


/***************** styles for page content: ******************/

td.content {
 padding: 0;
 margin: 0;
 vertical-align: top;
}

div.content {
    padding: 10px 2em 20px 2em;
    color: #000000;
    font-family: Verdana, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    /*border: 1px solid #1D57A5;
    border-left: 3px solid #1D57A5;
    border-bottom: 3px solid #1D57A5;*/
}

div.content h1{
     font-family: Verdana, sans-serif;
     font-size: 1.8em;
     color: #003399;
     /*color: #F4693F;*/
     /*background: #1D57A5;*/
     text-align: center;
     padding: 2px;
     margin-top: 0.3em;
     /*border: 1px solid #1D57A5;
     border-left: 3px solid #1D57A5;
     border-bottom: 3px solid #1D57A5;
     margin-top: 0.5em;*/
}

div.content h2{
   color: #003399;
   padding-bottom: 0;
   margin-bottom: 0;
   border-bottom: 0;
}

div.content h4{
   color: #FF8040;
   padding-bottom: 0;
   margin-bottom: 0;
   border-bottom: 0;
}


div.content a {
     color: #1D57A5;
}

div.content a:hover {
     color: #FF8040;
}

div.content ul, li, td{
     color: #000000;
     margin: 2px;
}

div.content th{
     color: #FF8040;
}

div.content .left{
	margin-left: 1.1em;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.content .right{
	margin-left:20px;
	margin-bottom:10px;
}

div.content p.centered{
   text-align: center;
}

div.content div.warning{
	border: 1px solid #FF0000;
	padding: 1em;
	margin-left: 1.1em;
	margin-bottom: 0.5em;
   font-weight: bold;
   font-style: italic;
   text-align: center; 
   color: #FF0000;
   background:#EFEFEF;
}


div.content a.image{
	border: 0px solid #FF8040;
}

div.content ol li{
   list-style-type: decimal;
}

div.content table{
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #1D57A5;
   background: #FFFFFF;
   padding: 0px;
}

div.content td,tr,th{
  margin: 0px;
  border: 1px solid #1D57A5;
  background: #FFFFFF;
  padding: 10px;
}

/****************** Code Box Formatting ********************/

div.CodeBoxContainer
{
  padding: 0;
  margin: 0;
  margin-left: 2.0em;
}


/***************** News box ******************/

div.newsbox
{
  color: #003399;
  text-align: center;
  background-color: #DDFFDD;
  padding: 5px;
  margin-left: 25px;
  margin-bottom: 10px;
  font-size: 0.9em;
  box-shadow: 0px 0px 3px #66CC00;
  border: 1px solid #BBFF99;
}

div.newsbox a
{
  text-decoration: underline;
}
