body {
    background: #000 url(../images/bg.jpg) no-repeat top center;
    color: #fff;
    text-align: center;
}

body,th,td { font-family: arial,helvetica,sans-serif; font-size: 12px; }

h1,h2,h3 {
    padding: 0; margin: 0;
    font-weight: normal;
    color: #e2f4f8;
}

h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 2px;
}

a {color: #fff;}

#wrapper {
    width: 800px;
    margin: 25px auto 0;
}
table {
    width: 800px;
    margin: 10px auto;
}

table tr {
    vertical-align: top;
}

table th {
    text-align: left;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

table td {
    border-bottom: 1px solid #005b98;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}


table th span {
    padding-bottom: 2px;
    border-bottom: 1px solid #005b98;
}

.btn {
    background: #01609f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
}

.map {
    width: 60px;
    margin: 0 auto;
    padding: 2px;
}

a.btn {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mid {
    text-align: center;
    padding-right: 0;
}

#instr {
    width: 300px;
    margin: 10px auto;
    padding: 10px;
    letter-spacing: 1px;
}

#footer {
    width: 600px;
    height: 72px;
    margin: 50px auto 0;
    font-size: 10px;
    color: #214c71;
    overflow: hidden;
}

#footer img {
    float: left;
    width: 192px;
}

#footer #copyright {
    float: left;
    text-align: left;
    margin-left: 20px;
    height: 100%;
    position: relative;
}

#copyright div {
    bottom: 6px;
    left: 0;
    position: absolute;
    width: 400px;
}

#bodycontent {
	margin-top: 100px;
	width: 590px;
	text-align: justify;
	margin-left: 100px;
	font-size: 14px;
	line-height:18px;
}

#return {margin-top: 10px;}

