/* 9-14-02 */

body
{background-color: #0000cc}

p
{
color:#003399; 
text-align:left; 
font-size:16px;
font-family: "times new roman";
padding: 0 10px 0 10px
}

.blue
{
color:#003399; 
text-align:left; 
font-size:16px;
font-family: "times new roman"
}

.center
{
color:#003399; 
text-align:center; 
font-size:16px;
font-family: "times new roman"
}

a:link{color:white; text-decoration:none}
a:visited{color:white; text-decoration:none}
a:hover{color:#cccccc}


.email
{
background-color:white; 
border: thin solid blue; 
color:blue;
text-align: center
}
.email a:hover {color: #cccccc}

.white a:link{color:blue; text-decoration:none}
.white a:visited{color:blue; text-decoration:none}
.white a:hover{color:white; text-decoration:none}

h3, h4, h5{color: #003399}

.source
{
font-family: "times new roman";
text-align: center;
color: #003399;
font-style: italic;
font-size: 14px;
margin-left: 5%;
margin-right: 5%
}

.quote
{
text-align:left;
font-family: verdana;
font-weight: bold;
font-size: 11px;
color: #003399;
margin-left: 5%;
margin-right: 5%
}

.book
{margin-left: 2%;
margin-right: 2%;
font-family: "times new roman";
text-align: justify;
}

.spaced{line-height: 135%;
color: #003399}


/* used for links on 'other' page */
.sublink
{font-family: 'times new roman';
text-align: center;
color: #003399;
background-color: white;
border: thin solid blue;
width:400px;
font-size: 14px;
text-decoration: none;
padding: 5px 5px 5px 5px
}
.sublink a:link{color:blue; text-decoration:none}
.sublink a:visited{color:blue; text-decoration:none}
.sublink a:hover{color:gray; text-decoration:none}

/*below is for sidenav css buttons */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
width:122px
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #3333ff;
width: 122px;
padding: 2px 0 2px 0;
text-decoration: none;
border:1px solid white;
font:normal 10pt 'times new roman';
text-align:center
}

#navcontainer a:hover
{
background-color: #ffffff;
color: #cccccc;
}
