@charset "utf-8";
/* CSS Document */

body {margin:0;}

ul {
    list-style-type: none;
    margin: 0;
    padding:500;
    overflow: hidden;
    background-color: #3364FF;
    position: fixed;
    top: 0;
    width: 100%;
	box-shadow:0px 5px 5px #CCCCCC;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #3300FF;
}

.active {
    background-color: #33B5FF;
}

li a:visited:not(.active) {
    color: #33B5FF;
}

h3 {
	margin: 1em 0 0.5em 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	text-shadow: 0 2px #CCCCCC, 0 3px #33B5FF;
	text-align:center;
}

h3.extras {
	margin: 1em 0 0.5em 0;
	color: #3364FF;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	text-shadow: 0 2px #CCCCCC, 0 3px #33B5FF;
	text-align:center;
}

h4{
	color:#33B5FF;
	text-decoration:underline;
}

h4.subtitles{
	color:#3364FF;
	text-decoration:none;
}

p.text {
    border-radius: 10px;
    border: 1px solid #33B5FF;
    padding: 5px;
	text-align:justify;
    width: 800px;
    background-color: #FFFFFF;
}

p.blank {
    border-radius: 0px;
    border: 0px solid #33B5FF;
    padding: 5px;
	text-align:justify;
    width: 800px;
}

p.footer {
    border-radius: 10px;
    border: 1px solid #33B5FF;
    padding: 5px;
	text-align:center;
    width: 800px;
    background-color: #3364FF;
	color:#FFF
}

a:link.bottom{
	color:#FFF;
	text-decoration:none;
}a:visited.bottom{
	color:#33B5FF;
	text-decoration:none;
}a:hover.bottom{
	color:#3300FF;
	text-decoration:none;
}a:active.bottom{
	color:#FFF;
	text-decoration:none;
}

#imgcorners {
    border-radius: 10px;
    border: 1px solid #3364FF;
    padding: 5px;
    width: 415px;
    height: 300px;
}

input.submit {
    background-color: #33B5FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}

input.submit:hover {
    border: none;
    background:3364FF;
    box-shadow: 0px 0px 1px #777777;
}