/* Main formatting and menu CSS styles */


body { background-color:#B0C4DE; }

/* 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; }

div.indent { margin-left: 2em }

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.indent { margin-left: 2em }

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

span.warning
{
	color: red;
}

h1 {
  font-weight: bold;
  /* color: darkblue; */
  text-shadow: 5px 5px 10px black;
}

h2 {
  color: darkgreen;
}

.www_title  { font-family: "Georgia,Palatino,Times,Roman";
              font-size: 27pt;
              text-shadow: 2px 2px 6px red;
              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: 75%;
                  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: 75%; }

.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: black; padding: 0 0 0 0 }

ol>li,ul>li{ margin-bottom: 0.50em }

/* 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;
}

div.thisline {
	background-color: #091834;
	padding: 0.5em;
	display: inline-block; /* enable side by side */
	justify-content: center;

 /* Make space in case they wrap */
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 400px;
	vertical-align: text-top;
}

div.thisline>h1{font-size: 150%;}
div.thisline>h2{
	font-size: 110%;
	font-weight: bold;
	margin-top: 5ex;
	margin-bottom: 0.1ex;
}


/* Horiz rule appearance. All were made the same
If different horiz rules become essential, put Classes below the initial hr line. */
hr { color: #EA202C; height: 2px; }

/* Specify how bottom icons look and align */

div#logos{ text-align: center; padding: 1em; }
div#logos > div.spacer {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
}

/* Specify appearance and layout for form */
form div { margin-top: 1ex; margin-bottom: 1ex; }
p.contents_title{
	margin-top: 3ex;
	margin-bottom: 0ex;
	font-size: 110%;
	font-weight: bold;
}



/* End Of File */
