/* colors

183152
375D81
ABC8E2
D3E3F5
E5F1FA

#FFFFFF
#ADBED7
#5E7193
#3B4959
#52719F

*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    background-color: #183152;
    }
    
a {
    font-size: 9pt;
    color: black;
    text-decoration: underline;
    }
a:hover {
    text-decoration: none;
    color: #375D81;
    }
    
img {
	border: 0px;
	}
    
.linksmall {
	font-size: 9px;
	}
    
li {
	position: relative;
	left: 20px;
	}

p {
    text-indent: 10px;
    }

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: black;
    position: relative;
    }
    
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: black;
    }
    
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    }
    
.ice {
	background-image: url('images/ice.jpg');
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	}
 
.main {
    background-color: white;
    border-style: solid;
    border-width: 3px;
    position: relative;
    right: 0;
	left: 0;
    top: -40;
    width: 700px;
    margin: auto;
    padding: 10px;
    }
    
.layer {
    background-color: #5E7193;
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    width: 760px;
    height: ;
    margin: auto;
    padding: 10px;
    }
    
    
.logo {
    float: left;
    width: 50%;
    font-size: 48px;
    position: relative;
    top: 40px;
    left: 40px;
    z-index: 3;
    text-decoration: none;
    }
    
.nav {
    font-size: 25px;
    width: 100%;
    position: relative;
    top: -25px;
    left: 5px;
    z-index: 3;
    }
    
.copyright {
    position: relative;
    font-size: 9px;
    width: 100%;
    }

/* Begin main page classes */

.top {
    position: relative;
    top: 0px;
    width: 99%;
    background-color: #D3E3F5;
    padding: 3px;
    }
    
.bottom {
    width: 99%;
    }

.news {
    width: 50%;
    float: left;
    }
    
.current {
    width: 50%;
    float: left;
    }
    
/* End main page classes */
    

test {
    float: right;
    margin: 1px;
    }