@import "common.css";
a:link {
    color: var(--primary-color);
}

a:visited {
    color: var(--primary-color);
}

.color {
    color: var(--primary-color);
    font-weight: bold;
}

body {
    background-color: white;
    color: #333333;
    /*font-family: 'Playfair Display', Arial, Helvetica, sans-serif;*/
    text-align: center;
    font-size: 100%;
}

#wrapper {
    width: 1000px;
    background-color: #F8F8F8;
    margin: 10px auto;
    border: 1px solid #000000;
    text-align: left;
}

#wrappernocol {
    width: 1000px;
    background-color: #F8F8F8;
    border-radius: 8px;
    margin: 10px auto;
    text-align: left;
}

#banner {
    height: 110px;
    background-repeat: no-repeat;
}
.font-bg {
    /*font-size: 1.2rem !important;*/
}

#socpsycbanner {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 1.4rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: white;
}

.subtitle {
    color: #003366;
    line-height: 1.5rem;
}

.subtext {
    font-size: 1.2rem;
	font-family: 'Segoe UI', sans-serif;
}

td, th{
    vertical-align:middle !important;
}

#leftcol #nav ul {
    background-color: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 80%;
    border: 1px solid #000000; /*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
    /*border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;*/
}

#leftcol #nav ul li {
    padding: 0;
    margin: 0;
}

#leftcol #nav ul li a {
    background-color: #869BCC;
    border-bottom: 1px solid #000000;
    color: #000000;
    display: block;
    padding: 4px 0 6px 4px;
    text-decoration: none;
    height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus {
    background-color: #003366;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#content {
    margin-left: 200px;
    width: 550px;
}

#fullwidth {
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
}

#fullwidth li {
    font-size: 80%;
    padding: 0px 0 10px 4px;
    margin-right: 20px;
}

.thead-dark{
    background-color: var(--primary-black) !important;
}

#lifecontent {

}

#content p, #fullwidth p, #lifecontent p {
    /*font-size: 80%;*/
    margin: 20px;
}

#content h1, #fullwidth h1, #lifecontent h1 {
    font-size: 130%;
    color: #003366;
    padding: 0;
    margin: 20px;
}

#content h2, #fullwidth h2, #lifecontent h2 {
    font-size: 110%;
    color: #003366;
    padding: 0;
    margin: /*100px 0 0*/ 20px;
}

/*#content table, #fullwidth table, #lifecontent table {*/
/*    font-size: 100%;*/
/*    margin: 20px;*/
/*}*/

/*#lifecontent table {*/
/*    font-size: 95%;*/
/*    margin: 20px;*/
/*    background-color: #FFFFCC;*/
/*    border: 1px solid #999999;*/
/*}*/

/*#lifecontent td {*/
/*    border: black solid 1px;*/
/*    border-style: solid none none none;*/
/*}*/

/*#content th, #fullwidth th, #lifecontent th {*/
/*    color: #003366;*/
/*    font-size: 90%;*/
/*    padding: 4px;*/
/*}*/

/*#content td, #fullwidth td, #lifecontent td {*/
/*    font-size: 90%;*/
/*    padding: 4px;*/
/*}*/

#content p.right, #fullwidth p.right, #lifecontent p.right {
    float: right;
}

#content a:hover, #content a:focus, #fullwidth a:hover, #fullwidth a:focus {
    color: #000066;
}

.mycenter {
    text-align: center;
}

.myleft {
    text-align: left;
}

.inlinehead2 {
    color: #003366;
    font-style: bold;
}

.smallerlighter {
    color: #666666;
    font-size: 90%;
    font-style: italic;
}

.leftimage {
    float: left;
    margin-right: 10px;
    border: 1px solid #000000;
}

.rightimage {
    margin-bottom: 20px;
    float: right;
    margin-left: 15px;
    border: 1px solid #000000;
    width: 150px;
}

.clearit {
    clear: both;
    display: block;
}


#footer p {
    padding: 10px;
    margin: 0;
    font-size: 70%;
}

#leftcol {
    margin-left: 10px;
    margin-top: 20px;
    width: 170px;
    margin-bottom: 20px;
    float: left;
}

.container {
    width: 99%;
    float: right;
}

#dataentry {
    background-color: #FFFFCC;
    width: 530px;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

#tableofcontents {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 90%;
}

#tableofcontents p {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 90%;
}

#tableofcontents a:hover, #tableofcontents a:focus {
    color: #000066;
}


