/* 
    Created on : May 22, 2015, 3:19:28 PM
    Author     : faron.young
*/

html, body {
    background-image: url("images/background2.png");
    background-attachment: fixed;
    background-size: cover; 
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    text-align:left;
}
#page {
    border-color: black;
    border-width: 2px;
    width: 75%;
    border-radius: 45px;
    background-color: #FFFFFF; 
    opacity: .95;
    padding: 10px 15px 30px 15px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    margin-top: 15px;
    text-align:left;
    margin-bottom: 50px;
}
header {
    background-color: black;
    height:100px;
    text-align: center;
    font-size: 18px;
}
#mainnav {
    text-align: center;
    font-family: sans-serif;
    width: 600px;
    margin:0 auto;  // auto centers the div for the navigation
}
nav {
    color:#FFFFFF;
    
}
#mainnav a:link, #mainnav a:visited {
    display: block;
    width: 150px;
    color: #FFFFFF;
    text-decoration: none;
}
#mainnav a:hover, #mainnav a:active {
    color: #00B0F0;
    text-decoration: underline;
    text-decoration-color: #00B0F0;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav ul li{
    float: left;
}
h1,h2,h3 {
    font-family: monospace, sans-serif;
    padding: 0px;
    margin: 0px;
}
h1 {
    font-size:30px;
}
h2 {
    font-size:22px;
    margin-left: 40px;
    text-align: left;
}
.tip {
    color: green;
    font-weight: bold;
    font-size: 18px;
    
}
ul {
    list-style-type: square;
}
.divcenter {
    text-align: center;
}
.h2center {
    text-align: center;
}