/* projects style sheet (version 2) */

/* Experimental CSS styles */

body { background-color:#B0C4DE; }

a:visited { color: darkgreen; }
#img.format{ width: 25%; }
div.c1 { text-align: center }
div.c2 { margin-left: 2em }
div.c3 { width: 750px; margin: auto; border: 0px solid; }
div.block5 { width: 1350px; margin: auto; border: 0px solid; }
h1.main { color: #FFFF00; text-align: center }
h2.c1 { color: green }
h3.c1 { color: yellow }
hr { width: 100% }
img { border: 0; }
img.footer { border: 1px; height: 48px; width: 48px; }
ol.circle {list-style-type: circle;}
ol.square {list-style-type: square;}
ol.upper  {list-style-type: upper-alpha;}
ol.lower  {list-style-type: lower-alpha;}
ol.rupper {list-style-type: upper-roman;}
ol.rlower {list-style-type: lower-roman;}
p { text-indent: 2.0em }
p.c1 { font-size: 13pt; border: 0px solid ; width: 80% ; color: #000000 }
p.c2 { margin-left: 1em; color: #0C00FFF0 ; font-size: 14pt } 
p.c3 { margin-left: 1em; color: #0C00FFF0 ; font-size: 13pt }
span.banner { color: lightblue }
span.node1 { color: lightblue }
div.node2 { text-align: left; }
table.search { float: inherit; border: solid 1px #000; background-color: #0c0c09; }
table.footer { table-layout: fixed; margin-left: 2em; width: 1024px; margin-left:auto; margin-right:auto; }
tr.c1 { margin-left: 22em ; padding: 10em; }
td { padding-left: 5px; text-align: left; height: 5em; }


/* No borders on image links */

a:link img, a:visited img { border-style: none }

address img { float: right; width: 88px; height: 31px; }
address     { clear: right; }

p.title {
  /* font-size: 120%; */
  font-weight: bold;
  color: blue;       /* Change this color util it's NOT ugly */
  text-align: center;
}

h1 {
  font-weight: bold;
  color: darkblue;
}

h2 {
  color: darkgreen;
}

.fdp:before  { content: "\2058\ "; }
.fdp:after   { content: "\ \2058"; } 

.www_title  { font-family: "Georgia,Palatino,Times,Roman";
              font-size: 30pt; 
              text-align: center;}

.www_sidebar  { text-align: center; 
               font-family: "Georgia,Palatino,Times,Roman";
               font-size: 12pt;
               margin-left: 0em; margin-right: 0em;
               padding: 0.15em 0.15em 0.15em .15em; 
               width: 100%;
               background: url("/images/lines.gif");
               border: 2px solid #cccccc }

.www_sectiontitle, .www_subsection {
               border-width: 1px;
               border-style: solid none;
               text-align: center;
               vertical-align: middle;
               font-family: "Georgia,Palatino,Times,Roman";
               font-weight: bold; font-size: 18pt;
               background: url("/images/lines.gif");
               padding: 0.1em 0.1em 0.1em .1em; 
               width: 100%;
               margin-bottom: 0.3em; }

.www_subsection { width: 80%;
                  text-align: left;  font-size: 13pt; }

.www_subsubsection { margin: 1.0em 0.5em 0.5em 0.5em;
                     font-weight: bold; font-style: oblique;
                     border-bottom: 1px solid #999999; font-size: 12pt;
                     width: 80%; }

.www_code { border: solid 1px gray; background: #eeeeee;
            margin: 0 1em 0 1em; 
            padding: 0 1em 0 1em;
            display: table; }

.www_footer { text-align: left; color: #ffbf00; background: blue; padding: 1px 1px 1px 1px }


/* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #4CAF50;
	color: white;
}

/* End of File */
