* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: normal 95% Sans serif, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5 {
    color: #000;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.4em;
    padding: 55px 10px 10px 0;
    text-align: right;
    letter-spacing: 1px;
}

h2 {
    font-size: 0.9em;
    padding: 5px 10px 0 0;
    letter-spacing: 3px;
    float: right;
}

blockquote {
    font-size: 0.8em;
}

h3 {
    margin: 0 10px 10px 10px;
    border-bottom: 1px dotted #000;
    padding: 60px 10px 0 0;
}

h4 {
    text-align: center;
    padding: 10px;
}

h5 {
    text-align: center;
    margin: 50px 20px 30px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bolder;
    letter-spacing: 1px;
}

h6 {
    padding-top: 25px;
    font-size: 0.8em;
}

p {
    padding: 0 10px 0 10px;
    line-height: 20px;
    text-align: justify;
}

a {
	text-decoration:none;
}

address {
    margin-left: 180px;
}

img {
    margin: 0;
    padding: 0px;
    float: left;
}
/* MAIN */
#main {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(images/head.jpg);
    background-repeat: repeat-x;
}
/* CENTER */
#center {
    width: 850px;
    margin: 0 auto 0 auto;
}
/* HEADER */
#header {
    width: 100%;
    height: 145px;
    margin: 0 auto;
}

#header img {
    margin-left: 40px;
}
/* NAVIGATION */
#nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    display: inline;
}

#nav a {
    display: block;
    float: right;
    text-decoration: none;
    color: #EFECCA;
    padding: 8px 30px 8px 30px;
    border-right: 1px solid #444;
}

#nav a:hover {
    color: #fff;
}

#nav #visit {
    color: #fff;
}
/* CONTENT */
.top {
    text-align: left;
}

.top img {
    border: none;
    margin-left: 560px;
}

.top a {
    text-decoration: none;
    color: #000;
    font-size: 70%;
    font-weight: bold;
}

#content {
    min-height: 350px;
}

#content img {
    padding: 5px 10px 5px 10px;
}

.imgright {
    float: right;
}

#content ul {
    padding: 15px 10px 20px 25px;
    line-height: 20px;
    text-align: left;
}

#content li {
    margin-left: 30px;
    padding: 5px;
    list-style-position: outside;
    list-style: disc;
}
/* COLUMN */
#column {
    float: right;
    width: 658px;
}
/* SIDEBAR */
#sidebar {
    float: left;
    width: 190px;
    height: 100%;
    padding-top: 5px;
}

#sidebar ul {
    list-style: none;
    margin-top: 25px;
    text-align: justify;
}

#sidebar li {
    padding: 3px;
}

#sidebar img {
    margin: 50px 0 0 0;
}
/* FOOTER */
#footer {
    height: 225px;
    clear: both;
    background: #fff url(images/foot.jpg) repeat-x bottom;
    font-size: 0.6em;
}

#footer p {
    color: #E6E2AF;
    padding-top: 150px;
    text-align: center;
}
/* FORM */
fieldset {
    width: 32em;
    margin: 5em auto 0 auto;
    display: block;
    font-size: 0.80em;
    border: 1px solid #046380;
    background: #FFF;
    clear: both;
}

legend {
    color: #424242;
    padding: 4px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 1.15em;
}

.contact label {
    display: block;
    width: 60px;
    float: left;
    text-align: right;
    margin-top: 2px;
}

.contact input, textarea, select {
    width: 305px;
    margin: 6px 5px 10px 5px;
    border: 1px solid #A7A37E;
    background: white;
}

.contact select {
    width: 60px;
    margin: 6px 5px 10px 5px;
    border: 1px solid #A7A37E;
    background: white;
}

.contact input:active, .contact input:focus, .contact input:hover {
    background: #E8EBDF;
}

.contact textarea:active, .contact textarea:focus, .contact textarea:hover {
    background: #E8EBDF;
}

#submit {
    border: none;
    text-align: center;
}

#submit input {
    width: 150px;
}
/* TABLE/FORMQUESTION*/
table {
    background-color: transparent;
    width: 100%;
    margin: 30px auto 10px auto;
    clear: left;
}

#table td {
    width: 440px;
    background-color: transparent;
}

tr {
    font-size: small;
    background-color: transparent;
}

.question {
    background-color: #fff;
    color: #424242;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 30px;
    border-bottom: 1px solid #424242;
    background-color: transparent;
    text-align: left;
}

#tablebttns {
    text-align: center;
}

#tabcode {
    width: 400px;
    margin: 0 auto 0 auto;
    background-color: transparent;
}

.code input {
    width: 15px;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
    padding-right: 10px;
}

.info {
    text-align: center;
    border-bottom: 1px dotted #000;
    font-size: 0.9em;
    font-weight: bold;
}

.text {
	padding: 0 10px 0 10px;
	line-height: 20px;
	text-align: justify;
}
/* OTHER */
.indent {
    margin: 10px 0 0 40px;
    font-weight: bold;
}

.reference {
    font-size: 95%;
    font-style: italic;
    padding: 10px 0 20px 0;
}

.reference span {
    font-size: 85%;
    font-weight: bold;
    font-style: normal;
}

.start {
    margin: 60px 20px 50px 20px;
	text-align:left;
}

#pass {
    margin-top: 20px;
}

#hidden {
    visibility: hidden;
}
/* IE */
* html fieldset {
    padding: 10px;
}


