/* My CSS File */

/* Define body background color & font */

body {
    color: #000099;
    font-family: arial,helvetica, sans-serif;
    font-size: smaller;
    background: #017cad;
 }

table {
   border: 0px solid #000099;
   border-style: outset;
   background: #fffaeb;
   width: 750px;
}   

h1 {
   color: #000099;
   font-weight: bold;
   font-family: "bookman old style", serif;
   font-size: 2em;
   text-align: left;
   text-indent: 1em;
}

h2 {
   color: #ff531a;
   font-weight: bold;
   font-family: "bookman old style", serif;
   font-size: 1.2em;
   text-align: left;
   text-indent: 3em; 
}

h3 {
   color: #000099;
   font-weight: bold;
   font-family: arial,helvetica, sans-serif;
   font-size: 1.0em;
   text-align: left;
   text-indent: 2.5em; 
}

p.topofform {
   color: #000099;
   font-family: "bookman old style";
   font-size: 1em;
   text-align: left;
}

p.main { 
   color: #000099;
   text-align: left;
   text-indent: 2em; 
   font-family: arial,helvetica, sans-serif;
   font-size: 1em;
   padding:10px;
 }

p.contactpage { 
   color: #000099;
   text-align: left;
   font-family: arial,helvetica, sans-serif;
   font-size: 1em;
   padding-left:25px;
 }

p.blue { 
   color: #000099;
   text-align: left;
   font-family: arial,helvetica, sans-serif;
   font-size: 1em;
   padding:25px;
 }

p.bluebold { 
   color: #000099;
   text-align: left;
   font-family: arial,helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
  
 }

p.tinybox
{
   float: right;
   border: 2px dashed #000099;
   width: 325px;
   height: 20px;
   background-color: #fef7e7;
   padding: 5px;
   font-family: arial,helvetica, sans-serif;
   font-size: 0.8em;
   color: #000099;
   text-align: left;
}

p.pagebox
{
   float: right;
   border: 2px dashed #000099;
   width: 200px;
   height: 20px;
   background-color: #fef7e7;
   padding: 5px;
   margin-right:25px;
   font-family: arial,helvetica, sans-serif;
   font-size: 1.0em;
   font-variant:small-caps;
   font-weight: bold;
   color: #000099;
   text-align: center;
}

p.tiny {
   color:#000099;
   text-align: center;
   font-family: arial,helvetica,sans-serif;
   font-size: 0.8em;
}

p.footrow {
   color:#000099;
   text-align: center;
   font-family: arial,helvetica,sans-serif;
   font-size: 0.8em;
}

em.bluebold {
   color: #000099;
   font-weight: bold;
   font-family: arial,helvetica,sans-serif;
   font-size: 1em;
   font-style: italic;
}

p.prog {
   color: #000099;
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
}

p.databox
{
   margin-left:25px;
   border: 2px dashed #000099;
   width: 250px;
   height: 20px;
   background-color: #fef7e7;
   padding: 15px;
   font-family: arial,helvetica,sans-serif;
   font-size: 0.8em;
   color: #000099;
   text-align: left;
}

pre {
   font-family: arial,helvetica,sans-serif;
   font-size: 1em;
   color:#000099;
}

td.first {
   background-color: #feeecc;
   border: 0px solid #000099;
   text-indent: 50px;
}

td.second {
   background-color: #feeecc;
   text-align: top;
   border: 0px solid #000099;
}

td.top {
   background-color: #feeecc;
   text-align: center;
   padding: 15px;
   border: 0px solid #000099;
}
   
td.other {
   border: 0px solid #000099;
   padding: 10px;
   background: #feeecc;
} 

td.bottom {
   border: 0px solid #000099;
   background: #feeecc;
}

ul.first {
   font-family: arial,helvetica, sans-serif;
   color: #000099;
   list-style: none;
}

ul {
   font-family: arial,helvetica, sans-serif;
   color: #000099;
   list-style: disc inside;
}

li {
   font-family: arial,helvetica, sans-serif;
   font-size: 85%;
   color: #000099;
   background: none;
   padding: 0;
   border: 0;
   margin-bottom:5px;
}

li.two {
   font-family: arial,helvetica, sans-serif;
   font-size: 85%;
   color: #000099;
   background: none;
   text-indent: 2em; 
   padding: 0;
   border: 0;
   margin-bottom:1px;
}

a.boldlink {
   font-weight: bold;
   color: #000099;
   text-indent: 2.5em; 
}

img.ssphotos {
   width: 150px;
   height: 200px;
}


/* the following code will create the menu bar */

#nav, #nav ul { 
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
 	font-family: arial,helvetica, sans-serif;
	font-size: 1em;
}

#nav a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000099;
	padding: 0.2em 12px;
}

#nav li li a:hover {
	padding: 0.5em 5px;
	border: 5px solid #000099;
	border-width: 0 1px;
	background-color: #fff3e5;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
	text-align: center;	
	cursor: default;
	background-color: white;
	border: 1px solid #000099;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	margin-bottom:1px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.0em;
	left: 0.1em;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}



