
body {
   text-align: center;
}

#amlogo {
    border: 0px solid ; 
    width: 280px;
    height: 68px;
}
.banner {
   width: 100%;
   margin-bottom: 120px;
display: block;
}
.banner-content {
  width: 1000px;
  margin: 0 auto;
 padding: 10px;
}
.banner-left {
    background-color: inherit;
    width: 20%;
    float: left;
}
.banner-right{
    background-color: inherit;
    width: 20%;
    float: right;
}
.banner-center{  
    background-color: inherit;
    font-size: 200%;
    font-weight: bold;
    color: black;
    font-style: italic;
    width: 60%;
    float: left;
}
#cms-logo{
    border: 0px;
    width: 138px;
    height: 125px;
}

  .heading{
   font-size: 150%;
   padding: 1em;
}
.heading .primary {
   font-weight: bold;
}
.heading .secondary{
  font-style: italic;
}

.center-table {
    background-color:white;
/*    background-color: rgb(0,0,0);*/
    width: 1047px; 
    text-align: initial; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; 
    border-spacing: 2px;
    border-collapse: separate;
    border: 3px solid rgb(100,0,0);
    border-radius: 8px;
}
.center-table td,th {
     padding: 2px;
     width: 328px;
     color: rgb(0, 0,0);
     vertical-align: top;
     background: linear-gradient(to bottom right, rgb(51, 255, 255), rgb(10,150,255));
     text-align: center;
}
.center-table th{
  text-align: center;
  font-size: 130%;
}
.center-table td a {

 color: rgb(0,0,255);
}

.td-title{
   font-size: 100%;
   font-style: italic;
   text-align:left;
}
.col-title {
    font-weight: bold;
    text-decoration: underline;
    font-size: 150%;
    text-align: center;
    padding: 0px;
    margin: 0%;
}
li {
    text-align: left;
}
.link-description {
}
 .link-text {
    color: rgb(255, 255, 0);
    font-weight: bold;
    font-size: 125%;
}
.news .link-text{
 font-weight: normal;
 font-size: 85%;
}
 .link-text2 {
    color: maroon;
    font-weight: bold;
    font-size: .85em;
    margin-bottom:.2em;
}
.link-text2 a{
  text-decoration: none;
color: maroon;
    font-weight: bold;
    font-size: .85em;
    margin-bottom:.2em;
}
.center-table a {
    color: rgb(255,255,0);
}
.description {
    font-size: 115%;
}
.news-date{
    font-size: 85%;
}
.container{
  color: rgb(255,255,255);
  float:left;
  background: rgb(102,0,0);
  width: 30%;
  height: 1200px;
  border: 1px solid white;
}
.sidebar {
    -webkit-flex: 1;
    -ms-flex: 1;
    padding: 10px;
}
.main-area{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background: rgb( 102, 0,0);
}
#topbar{
   border-top: 3px solid white;
   border-right: 3px solid white;
   border-left: 3px solid white;
padding: 10px;
}
.sidebars {
    display: -webkit-flex;
    display: -ms-flex;
    display: -flex-box;
    border: 3px solid white;
}

.footer {
  font-family: Arial; color: rgb(104, 104, 104);
  clear: both;
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
}
.footer p {
  padding: 0px;
  margin: 0px;
}
.link-description a {
	color: rgb(255,255,0);
}
#content {
    background: rgb( 102, 0,0);
    padding: 10px;
}
#left{
  border-right: 3px solid white;
}
#right{
	border-left: 3px solid white;
}
.author .author-name {
  font-weight: bold;
  font-size: 125%;
  padding: 0;
  margin: 0;
}
.author .author-education{
  font-size: 110%;
  padding: 0;
  margin: 0;
}
.author .author-advisor {
  font-style: italic;
  font-size: 110%;
  font-weight: normal;
}
.physics-list{
  float: left;
}
.physics-list a, .physics-list-horizontal a{
 text-decoration: none;
    color: rgb(0,0,0);

}
.physics-list li:first-child{
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.physics-list li{
   border-left: 1px solid gray;
   border-right: 1px solid gray;
   border-top: 1px solid gray;
    list-style-type: none;
    padding: 5px;
}
.physics-list li:hover, .physics-list-horizontal li:hover{

  background-color: rgb(82,158,255);

}
.physics-list li:last-child{
   border: 1px solid gray;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}
.physics-list-horizontal{
    float: left;
}

.physics-list-horizontal li:first-child{
 border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;

}
.physics-list-horizontal li{
   border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    list-style-type: none;
    padding: 5px;
   float: left;
}
.physics-list-horizontal li:last-child{
   border: 1px solid gray;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
}

#link-list{
    margin-left:10%;
}

#news-list{

    margin-left:30%;
}
