body {
background-color: #072A4B;
text-align: center;
margin: 0px;
}

body, td, input, select, textarea {
font-family: arial;
font-size: 12px;
color: #C7C7C7;
}

a {
text-decoration: none;
color: #858585;
font-weight: bold;
}

a:hover {
color: #858585;
}

#layout {
width: 600px;
height: 246px;
margin: 0px auto;
background-image: url(/skins/firefly/layout.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#menu {
width: 550px;
margin: -15px auto 0px auto;
text-align: center;
padding: 0px 5px 5px 5px;
background-color: #072A4B;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}

#content {
width: 550px;
margin: 0px auto;
text-align: justify;
padding: 5px;
background-color: #072A4B;
height: 300px;
font-family: tahoma;
font-size: 11px;
}

html > body #content {
height: auto;
min-height: 400px;
}

p {
margin: 0px 0px 10px 0px;
}

.pagenav {
margin: 5px 0px 10px 0px;
}

form p {
margin: 0px 0px 10px 0px;
}

h2 {
margin: 0px 0px 2px 0px;
line-height: 14px;
color: #C7C7C7;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
font-family: arial;
}

input, textarea, select, .chart {
border: 1px solid;
background-color: #072A4B;
margin: 2px 0px 0px 0px;
}

.form {
width: 400px;
}

.password {
width: 198px;
}

