/* 
    Document   : homepage
    Created on : Aug 13, 2011, 2:38:24 PM
    Author     : HWoodhouse
    Description:
        Purpose of the stylesheet follows.

#footer { 
    clear: both;
    text-align: center;
}
#footer p {
    text-align: center;
    width: 800px;
    margin-top: 40px;
    border-top: 2px solid black;
}

#footer {
    text-align: center;
    position: fixed;
    bottom: 0;
}
*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 84%;
    margin: 0;
    padding: 0;
    /*background-color: #0210d1;*/
}
#wrapper {
    width: 800px;
    height: 850px;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid black;
    background-color: #b3c4ff;
}
#main {
    margin-left: 130px;
    margin-right: 200px;
    text-align: center;
}
#sidebar1 {
    text-align: center;
    width: 118px;
    float: left;
}
#sidebar2 {
    height: 700px;
    width: 180px;
    float: right;
    padding-left: .5em;
}
#header {
    height: 110px;
    text-align: center;
    color: orange;
    border-bottom: 2px solid black;
    background-color: #0040ff;
    margin-bottom: 15px;
}
#header1stline {
    padding-top: 25px;
    font-size:x-large;
    font-weight: bold;
}
#header2ndline {
    font-size:large;
    font-style: italic;
    font-weight: bold;
}
h4 {
    font-size: 100%;
    color: red;
    text-align: center;
    margin-top: 10px;
}
#panther {
    margin-left: .25em;
    margin-top: .5em;
    width: 100;
    height: 100;
}
#login {
    text-align: right;
}
#yearbook {
    margin-left: 3em;
    width: 500;
    height: 600;
}
#footer { 
    clear: both;
    position: absolute;
    top: 800px;
    left: auto;
}
#footer p {
    text-align: center;
    width: 780px;
    margin-top: 40px;
    border-top: 2px solid black;
}
table {
    margin: 0 6em;
    font-size: 100%;
    text-align: center;
    width: 610px;
    border-collapse: collapse
}
td, th {
    border: 1px solid black;
}
#closebutton {
    float: right;
    background-color: yellow;
}
#updatebutton {
    background-color: lightgray;
}
#memberbutton {
    background-color: orange;
}
/* styles for update user */
#updusertagline {
    margin-left: -5em;
    font-weight: bold;
}
#updusertaglinepaynow {
    text-align: center;
    color: red;
    font-size: 125%;
    font-weight: bold;
}
#updusermain {
    margin-left: 8em;
}
#updusersubmit {
    float: right;
    background-color: orange;
}
#upduserprint {
    float: right;
    background-color: green;
}
#button {
    background-color: #FF00CC;    
}
#infomissing {
    text-align: center;
    color: red;
    font-size: 125%;
    font-weight: bold;
}
#continuebutton {
    text-align: center;
    background-color: orange;
    font-size: 150%;
    font-weight: bold;
}
#plusone {
    float: right;
}
#message {
    color: red;
    font-size: larger;
    font-weight: bold;
}
#herebutton {
    text-align: center;
    background-color: orange;
    font-size: 100%;
    font-weight: bold;    
}
#paypalreview {
    font-size: larger;
    font-weight: bold;
}
#sidebartitle {
    font-size: 150%;
    font-weight: bold;;
    margin-left: 2em;
    text-decoration: underline;
    color: red;
    text-align: center;
}
.noborder, .noborder tr, .noborder th, .noborder td { 
    border: none;
}
