
/* css start */
/*Aber Physoc Main CSS */


/* #### Universal DIVS #### */
body.body {
  background-color:#000000;
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
  background-image:url(../images/background2.jpg);
  font-family:Verdana, Geneva, sans-serif;
  margin top:10px
}

div.switchbar{
  background-color:#F30;
  position:static;
  padding:0;
  margin bottom:10px;
  width:100%;
  text-align:center;
  z-index:10;
}

div#header{
  height:200px;
  color:#ffffff;
  background-image:url(/images/header/head4.jpg);
  background-repeat:no-repeat;
  position:static;
  z-index:5;
  float:left;
  margin-bottom:10px;
  padding:0px;
}

div.content{
  height:auto;
  position:static;
  top:220px;
  margin-left:3px;
  padding-left:5px;
  padding-right:5px
  ;
}
div.content p {
  padding-left:5px;
  padding-right:10px;
}
div.footer{
  position:static;
    top:220px;
}
.centre {
  text-align:center;
  image-align:center;
}
span.form {
  height:20px;
}
.border {
  border:thick #000
}

/* ### Home Page DIVS and TAGS #### */
div.news{
  border:outset;
  height:auto;
  border-color:#00C;
  padding:10px;
}
div.newsitem {
  width:70%;
  margin: 0 auto;
  display:block;
}
div.rss{
  border:outset;
  height:auto;
  border-color:#00C;
  padding:10px;
}

h1.title{
  text-align:center;
  font-weight:bold;

}
h2.news {
  text-align:center;
}

div.rssitem h4 {
  font-weight:bold;
}
img.logo1 {
  display:none;
}
div.newsdate {
  float:right;
}

span.title {
  text-align: centre;
  border: 1px;
}


/* ### Committe Page ### */
div.toppic {
  margin: 0 auto;
    display:block;
    width:400px;
    padding-bottom:10px;
}
div.bio {
  clear:both;
  padding:5px;
}

ul.committee {
  list-style:none;
}

ul.committee li {
  margin-left:5px;
}

div.committee {
  display:block;
}

/* ### Admin ### */
div#login-form {
  background-color:#CCC;
  width:30%;
  margin: 0 auto;
  display:block;
  margin-bottom:30px;
  padding:10px;
}
span#message {
  background-color:#F00;
  color:#000;
  font-weight:bold;
  text-align:center;
  width:100%;
}
