/* CSS Document */
p {
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
color : #000000;
margin-left: 15px;
margin-right: 15px;
text-align : justify;
}

p.center {text-align: center}

h3 {
font-family : Helvetica,Arial,sans-serif;
color : #000000;
text-align : left;
}

h2 {
font-size: 20px;
font-family : Helvetica,Arial,sans-serif;
color : #000000;
text-align : center;
}

h1 {
font-size: 60px;
font-family : verdana;
color : #336699;
text-align : center;
text-shadow: 3px 3px 5px black;
}

body {
font-size : 14px;
font-family : font-family: Helvetica,Arial,sans-serif;
color : #000000;
background : #000000;
}

a:visited {
font-weight : bold;
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
color : #0000ff;
text-decoration : bold;
}

a:link {
font-weight : bold;
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
color : #336699;
text-decoration : bold;
}

a:hover {
font-weight : bold;
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
color : #009999;
text-decoration : normal;
}

a:active {
font-weight : bold;
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
color : #000000;
text-decoration : bold;
}

#title {
position:absolute; 
width:80%;
height:190px;        
z-index:1;
left: 10%;
top: 0px;
background-image:url('snowbgd.jpg');
}

#main {
font-size:16px;
color: #000000; 
font-weight: none;
position:absolute; 
width:80%;
z-index:1;
left: 10%;
top: 190px;
background:#C0C0C0;
min-height:60%;
padding-bottom: 80px;
}

#left {
margin-right:30%;
}

#right {
float:right;
width:30%;
font-size : 16px;
font-family : Helvetica,Arial,sans-serif;
}

#logo {
position:absolute;
width:16%;
height:160px;
z-index:2;
left:0px;
top:0px;
background:transparent;
}

#navbar {
position:absolute;
height: 30px;
width: 100%;
bottom: 0px;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #336699;
}

#navbar ul {
margin: 0px;
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 20px;
white-space: nowrap;
}

#navbar li {
list-style-type: none;
display: inline;
}

#navbar li a {
text-decoration: none;
padding: 7px 10px;
color: #ffffff;
}

#navbar li a:link {
color: #ffffff;
}

#navbar li a:visited {
color: #CCC;
}

#navbar li a:hover {
font-weight: bold;
color: #ffffff;
background-color: #000000;
}

#footer {
position:absolute;
bottom: 0px;
height: 80px;
width: 100%;
border-top: solid #000000 2px;
background-color: #336699;
}

