
@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
}

p {
    padding: 10px;
}

p a {
    color: #1e5287;
}

.warning {
    font-size: 11px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    float: left;
    height: 154px;
    width: 1000px;
    background: #FF6633;
    background-image: url(../images/header.jpg);
}

#subheader {
    float: left;
    height: 40px;
    width: 1000px;
    background: #f3f3f3;
}

#header p {
    color: white;
    margin-left: 200px;
    font-size:  25px;
    text-align: center;
    padding-top: 0px;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 800px;
}

#leftcolumn {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f3f3f3;
    width: 180px;
    height: 100%;
    float: left;
}

#leftcolumn div {
    margin-top: 5px;
}

#leftcolumn a {
    margin-left: 15px;
    color: #1e5287;
    text-decoration: none;
}

#footer {
    height: 40px;
    width: 1000px;
    background: #212121;
    clear: both;
}

#footer p {
    color: #e0e0e0;
    text-align: center;
}

h1 {
    color: #1e5287;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

h2 {
    color: #1e5287;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
}


#ethics p {
    margin-left: 10px;
    text-align: justify;
}

#review {
    margin-left: 20px;
}

#review h2 {
    margin-top: 20px;
    margin-left: 0px;
}

#review table {
    width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#review table th p {
    font-weight: bold;
    text-align: left;
}

#review table, th, td {
    border: 1px solid black;
}


