body { 
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
margin: 0; 
padding: 0;
background-color: #ffffff; 
width: 100%;
font-size: 120%;
line-height: 125%;
}

#header {
height: 250px
}

#hdrcaption {
text-align: left;
font-size: 70%;
font-style: italic;
}


#maincol {
text-align: left; 
padding: 0.6em;
margin: 10px auto;
margin-top: 250px;
width: 100%; 
max-width: 44em;
background-color: #ffffff;
color: #000000;  
font-size: 90%; 
}

h1 {
color: #191970;
text-align:center;
font-size: 200%;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
letter-spacing: 0.08em;
line-height: 1em;
}

h2 {
text-align: left;
color: #191970;
font-size: 120%;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-weight: bold;
letter-spacing: 0.1em;
}

h3 {
text-align: center;
color: #191970;
font-size: 100%;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-weight: bold;
letter-spacing: 0.1em;
}

.intro {
margin: 1em auto;
text-align: center;
font-style: italic;
}

.nav-hdr {
font-size: 120%; 
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
color: #191970;
font-weight: bold;
text-align: center;
border-top: 2px solid #8B7D7B;
margin-top: 20px; 
margin-bottom: 11px;
font-variant:small-caps;
}

/* for the introductory text  */
.highlight {
margin: 0 auto;  /* align for good browsers */
margin-bottom: 10px;
background-color: white;
color: black;
width: 80%;
border: 3px solid #191970;
padding: 10px 5px;  
font: 1.2em/1em serif;
text-align: center;  /* counter the body center */
z-index: 10;
}
/* close the introductory text  */


.bigdivider { /* divider bar, the width of the text area. Use a content-empty div. or p */
position: relative;
margin: 0.5em auto 1em auto;
border-top: 4px solid #4682B4;
width: 100%;
text-align: center;
}

.right {
float: right;
border:  4px solid #B0E2FF;
margin: 0.5em 0.2em 0.2em 1em;
}

.left {
float: left;
border: 4px solid #B0E2FF;
margin: 1em 1em 0.2em 0.2em;
}

.center {
text-align: center;
margin: auto;
border: 4px solid #B0E2FF;
}

.center2 {
text-align: center;
margin: auto;
}


.brdr{
text-align: center;
margin: auto;
border: 2px solid #8b7d7b;
margin-top: 1em;
}

.nobrdr {
border: none;
}

.caption {
font-size: 70%;
font-style: italic;
margin-top: 0;
}

.ball-list {
text-align: left;
list-style-type: none;
padding: 0;
margin: 0;
}


/* for the list items using stars and small balls as bullets, */
ul, li {
margin: 0; 
padding: 0;
line-height: 1.3;
list-style-type: none; 
} 

ul.med-ball { 
list-style-type: none; 
} 

ul.med-ball li { 
list-style: none;
background: url(art/med-ball.gif) no-repeat left top; 
padding: 0 0 0.5em 2em; 
} 

.med-ball li { 
 background: transparent; 
 padding: 0; 
} 

.smallball  { 
list-style-type: none; 
padding: 0 0 0 2em; 
} 

.smallball li { 
list-style: none;
background: url(art/smallball.gif) no-repeat left top; 
padding: 0 0 0 2em; 
} 

.index .smallball  { 
margin: 1em 0; 
list-style-type: none; 
} 

.index .smallball li { 
list-style: none;
background: url(art/smallball.gif) no-repeat left top; 
padding: 0 0 0 2em; 
margin: 0 0 0 2em; 
} 


.tofc { /* put a ul list inside a div to make this right side internal table of contents */
float: right; 
width: 40%;
margin-left: 5px;
padding: 0.5em;
padding-left: 0;
background-color: #f0f8ff;
border: 3px solid #191970;
font-family: serif;
font-size: 120%;
}

.tofc h2 {
margin: auto;
font-size: 110%;

}

.tofc h3 {
text-align: center;
}


/*start page bottom navbar */
.navbar {
text-align: center;
line-height: 1.3em; 
background-color: #ffffff; 
width: 26em; 
font-size: 80%;
padding: 0.5em;
margin: auto;
}

.navbar ul {
padding: 0px; 
margin: 0px; 
line-height: 105%; 
}

.navbar li {
text-align: left;
border-bottom: #ececec 1px solid;
list-style-type: none;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-size: 100%; 
}

li .current {
background-color: #b0e2ff; 
color: #191970; 
padding: 0.3em;
text-align: center;
}

.navbar a:link {
display: block;  
background: white;  
color: #191970; 
text-decoration: none; 
font-size: 100%; 
padding: 0.2em;
border-right: 2px solid #fff;
border-left: 2px solid #fff;
}

.navbar a:visited {
display: block;  
background-color: white;  
text-decoration: none; 
padding: 3px;
color: black;
border-right: 2px solid #fff;
border-left: 2px solid #fff;
}

.navbar a:hover {
background-color: #B0E2FF; 
color: #191970; 
border-right: 2px solid black;
border-left: 2px solid black;
}


/* the bottom section with small pix */
#footer {
text-align: center; /* to center box in IE  */
display: block;
width: 26em;
background-color: #f0f8ff;
color: #000066;
margin: auto;
margin-top: 25px;
margin-bottom: 25px;
padding: 3px;
border: 5px ridge #69c;
line-height: 1.05em;
}
/* close footer */

#pix {
width: 500px;
margin: auto;
}

.pixleft {
float: left;
clear: both;
}

.pixright {
float: right;
}


.validation {
background-color: #f0f8ff;
color: #191970;
text-align: center;
margin: auto;
margin-top: 20px;
width: 210px;
height: 100px;
border: 3px solid #69c;
}

.validcss {
float: left;
border: 0;
margin: 8px;
margin-left: 12px;
width: 88px;
height: 31px;
}

.validhtml {
float:right;
border: 0;
margin: 8px;
margin-right: 6px;
width: 88px;
height: 31px;
}


/* open Snowtao */
.snowtao {
color: #191970;
margin-top: 8px;
margin-bottom: 0;
padding: 6px;
font-size: 0.8em;
text-align: center;
}
/* close Snowtao */

/* keep superscript and subscript text from breaking the line-spacing */
sup {
font-size: smaller;
vertical-align: baseline;
position: relative;
bottom: 0.33em;
}
sub {
font-size: smaller;
vertical-align: baseline;
position: relative;
bottom: -0.25em;
}