body {
    padding: 12px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #386BA2;
}
p {
    font-family: inherit;
    font-size: 9pt;
    background-color: inherit;
}
img {
    border-width: 0px;
    margin: 0px;
}
table {
    border-collapse: collapse;
    border-width: 0px;
    font-size: inherit;
}
tr {
    vertical-align: top;
}
td {
    font-family: inherit;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}
tr.valign_bottom {
    vertical-align: bottom;
}
ul {
    margin: 2px 10px 8px 18px;
    padding: 0px;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.struct {
	margin: 0px;
	padding: 0px;
}
a {
	color: #386BA2;
}
a:hover {
	color: #FFFFFF;
	background-color: #386BA2;
	text-decoration: none;
}
a:active {
	color: #386BA2;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.noline {
	text-decoration: none;
}
a.hoverline {
	text-decoration: none;
}
a.hoverline:hover {
	text-decoration: underline;
}

a.noeffects {
	background-color: transparent;
	border: 0px;
}

div.menu {
	border-top: solid 1px #386BA2;
	border-bottom: solid 1px #386BA2;
	margin-bottom: 36px;
}

div.menu a {
	display: block;
	float: left;
	padding: 4px 16px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	font-size: 10pt;
	text-transform: uppercase;
	color: #386BA2;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 8px 0px 0px;
}

div.menu a:hover {
	border: solid 1px #386BA2;
	background-color: #386BA2;
	color: #FFFFFF;
}

div.menu a:active {
	color: #386BA2;
	background-color: #FFFFFF;
}

/*
div.menu a.current {
	border: solid 1px #386BA2;
	background-color: #386BA2;
	color: #FFFFFF;
}
*/

div.content-box {
	padding: 0px 24px 24px;
	text-align: center;
}

table.content-box {
	width: 100%;
	margin: auto;
}

td.content-box-nw {
	width: 36px;
	height: 36px;
	background-image: url('/img/corner-nw.gif');
}

td.content-box-ne {
	width: 36px;
	height: 36px;
	background-image: url('/img/corner-ne.gif');
}

td.content-box-sw {
	width: 36px;
	height: 36px;
	background-image: url('/img/corner-sw.gif');
}

td.content-box-se {
	width: 36px;
	height: 36px;
	background-image: url('/img/corner-se.gif');
}

td.content-box-n {
	height: 36px;
	background-image: url('/img/edge-n.gif');
	background-repeat: repeat-x;
}

td.content-box-s {
	height: 36px;
	background-image: url('/img/edge-s.gif');
	background-repeat: repeat-x;
}

td.content-box-w {
	height: 36px;
	background-image: url('/img/edge-w.gif');
	background-repeat: repeat-y;
}

td.content-box-e {
	height: 36px;
	background-image: url('/img/edge-e.gif');
	background-repeat: repeat-y;
}

td.content-box-center {
  background-color: #FFFFFF;
  text-align: left;
}

table.login tr {
	vertical-align: middle;
}

table.login td {
	padding-top: 4px;
}

.site_header {
	font-family: "Arial Rounded MT", Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.site_header-old {
	font-size: 16pt;
	font-weight: bold;
	color: #386BA2;
	padding-bottom: 10px;
	margin-top: -12px;
}

.header_link {
	font-size: 9pt;
	font-weight: normal;
}

.stud_prof_name {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 16px;
}

.stud_prof_header {
	margin-top: 12px;
  margin-bottom: 4px;
  font-size: 11pt;
  font-weight: bold;
  border-bottom: solid 1px #000000;
}

.stud_prof_header2 {
	margin-top: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  border-bottom: solid 1px #000000;
}

.stud_prof_header3 {
  margin-bottom: 4px;
  font-weight: bold;
	text-decoration: underline;
}

.stud_prof_section {
  margin-bottom: 24px;
}

.stud_prof_section2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

td.stud_prof_left_col {
	width: 60%;
	padding: 0px 12px 12px 0px;
}

td.stud_prof_right_col {
  background-color: #EEEEEE;
  padding: 12px;
}

.stud_prof_contact_info {
  margin-bottom: 24px;
}

.stud_prof_files {
  background-color: #EEEEEE;
  padding: 12px;
}

.stud_prof_interests {
  background-color: #EEEEEE;
  padding: 12px;
}

table.checkboxlist td {
	padding: 2px 12px 2px 4px;
}

.cb_option {
	float:left;
	padding: 2px 8px 2px 4px;
}

.candidate1 {
	padding: 6px;
	margin: 16px 0px;
	border: solid 1px #5F737E;
	background-color: #D7E6EF;
}

a.candidate1 {
	display: block;
	text-decoration: none;
	color: #000000;
}

a.candidate1:hover, a.candidate1:active {
	border: solid 1px #5F737E;
	background-color: #A4C8DD;
	color: #000000;
}

.job1 {
	padding: 6px;
	margin: 16px 0px;
	border: solid 1px #5F737E;
	background-color: #D7E6EF;
}

a.job1 {
	display: block;
	text-decoration: none;
	color: #000000;
}

a.job1:hover, a.job1:active {
	border: solid 1px #5F737E;
	background-color: #A4C8DD;
	color: #000000;
}

.job2 {
	padding: 6px;
	margin: 16px 0px;
	border: solid 1px #7D7C4B;
	background-color: #F6F5A1;
}

a.job2 {
	display: block;
	text-decoration: none;
	color: #000000;
}

a.job2:hover, a.job2:active {
	border: solid 1px #7D7C4B;
	background-color: #DEDD76;
	color: #000000;
}

.job_title {
	font-size: 12pt;
	font-weight: bold;
	margin: 16px 0px;
}

table.job_details {
	border-collapse: separate;
}

td.job_details_label {
  background-color: #D7E6EF;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 8px;
  padding-left: 24px;
}
td.job_details_text {
  text-align: left;
  vertical-align: top;
  padding: 2px 8px;
}

div.job_details {
  margin-top: 12px;
  margin-left: 1px;
  padding: 8px;
  border: solid 1px #DDDDDD;
}

td.pright {
    padding-right: 20px;
}
td.ptop {
    padding-top: 5px;
}
div.header {
    margin: 12px 0px;
    border-bottom: solid 1px #386BA2;
    color: #386BA2;
}
span.header {
    font-weight: bold;
    font-size: 13pt;
}
td.vline {
    width: 0px;
    border-left: solid 1px #386BA2;
    padding: 0px 0px 0px 31px;
}
td.pright {
    padding-right: 31px;
}
td.shift_right {
    text-align: right;
}
input.text, select, textarea {
    border: solid 1px #386BA2;
    margin: 2px;
    color: #001122;
    padding: 1px;
}
input.button {
    border: outset 2px #666699;
    background-color: #003366;
    color: #EEEEFF;
    padding: 1px;
    font-weight: 700;
}
.full {
    text-align: justify;
}
.errors {
    color: #FF0000;
}
.error_box {
    background-color: #FF9999;
}
.boxhighlight {
    background-color: #FFAFA6;
}
.bold {
    font-weight: bold;
}
.color1 {
    color: #003366;
}
.message {
    color: #448844;
    font-weight: bold;
}
.tip {
    color: #555555;
}
.fade {
    color: #555555;
}

.ylwboxmsg {
  background-color: #FFEE33;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
}
.ylwboxmsgsm {
  background-color: #FFEE33;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
}
.ltylwboxmsg {
  background-color: #FFF699;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
}
.ltylwboxmsgsm {
  background-color: #FFF699;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
}
.redboxmsg {
  background-color: #EE0000;
  border: solid 1px #000000;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
}
.redboxmsgsm {
  background-color: #EE0000;
  border: solid 1px #000000;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

.redboxmsgsm a {
	color: #FFFFFF;
}

@media all and (max-width: 1100px) {

.img100 {
    width: 100%;
    max-width: 320px;
}

    .banner {
        max-width: 680px;
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .container {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 75vw;
    }

    .triCol {
        width: 100%!important;
    }
}