@charset "utf-8";
h1 {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 3em;
    color: rgba(2,7,157,1.00);
}

h2 {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 2em;
    color: rgba(2,7,157,1.00);
}
p {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.2em;
    color: rgba(2,7,157,1.00);
}

a {
    color: rgba(230,28,177,1.00);
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-decoration: none;
}

.redsiz {
    font-size: 0.8em;
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: rgba(2,7,157,1.00);
}
#table {
    width: 280px;
    float: left;
}

#image {
    width: 200px;
    float: left;
}

#container {
    width: 1000px;
    margin: auto ;
    padding: 0 ;
    background-color: rgba(221,236,252,1.00);
    overflow:auto ;
}
#banner   {
    width: 800px;
    float: right;
}

#nav {
    clear: both;
    height: 40px;    
}
#newstuff {
    margin: auto 0;
    text-align: center ;
    justify-content:center; 
    align-items:center; 
}


#nav ul {
    margin-left: 250px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    list-style-type: none;
}
#nav a {
    background-color: rgba(179,181,254,1.00);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(2,7,157,1.00);
    text-decoration: none;
}
#nav ul ul {
    display: none;
    position: absolute;
    margin-left: 0px;
}
#nav ul li:hover > ul {
    display: block;
}
#nav ul ul li {
    float: none;
}

#nav a:hover {
    background-color: rgba(171,174,179,1.00);
}


#nav li {
    float: left;
}

#container #image {
}
body {
    background-color: rgba(2,7,157,1.00);
}
.form1 {
    width: 900px;
    margin-left: 50px;
}
h3 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
     color: rgba(2,7,157,1.00);
    font-size: 1.1em;
}
#leftblock {
    width: 500px; 
    float:left ;
}
#rightblock {
    width: 500px; 
    float:right;   
}

#footer {
    clear: both;
}

.alert {
    padding: 10px;
    font-weight: bold;
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}
.success {
    background: green;
    
}
.warning {
    background: rgba(231,166,34,1.00)
}
#text {
    overflow: auto;
}
