
a:visited { 
	color : #313CA2;
	text-decoration : none;
}

a:hover { 
	color: rgb(240,135,67);
	text-decoration : underline;
}

a.nohover {
	color : rgb(20,40,145);
	text-decoration : none;
}

a {
	color : rgb(20,40,145);
	text-decoration : none;
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  text-align:center;
  font-weight: Normal;
  padding-left: 140px;
  font-size:20pt;
}

h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  text-align:center;
}

h3 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight:bold;
  font-size:large;
}

h4 {
  font-family: times, serif;
  font-weight:bold;
  font-size:medium;
  margin-bottom:0px;
  margin-top:0.5em;
  padding-left:2em;
}

p.pub_body {
  font-family: times, serif;
  font-weight:normal;
  font-size:medium;
  margin-top: 0px; 
  margin-bottom: 0px;
  padding-left: 2em;
  padding-right:2em;
}

html, body, #holder {
	font-size: medium;
  min-height: 100%;
  width: 100%; 
  height: 100%;
}

html>body, html>body #holder {
  height: auto;
}

html {
  margin: 0px;
  padding: 0px;
  height:100%;
  width:100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width:100%;
}

#holder {
  position: absolute; 
  top: 0; 
  left: 0;
  background-color: rgb(0,20,45);
}

div.header {
  font-size:1pt;
  padding:0px;
  margin:0px;
  background-color: rgb(0,20,45);
  color: white;
}


div.bar {
	position: absolute;
	top : 0px;
	right: 0px;
	float: right;
	width: 10px;
	height: 100%;
  background-color: rgb(0,20,45);
}

div.title {
	position: relative;
	vertical-align: middle;
	padding-top: 0px;
	height: 33px;
	line-height: 33px;
	background-color: #313C52;
	color: white;
}

div.centre_area {
  padding-left: 140px;
  background-color: white;
}

div.footer { 
  position: relative; 
  width: 100%;
  background-color: rgb(0,20,45);
  color: white;
}

span.copy_txt{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size:x-small;
  text-align:right;
  width:140px;
  padding-right:20px;
  padding-top:7px;
  float:right;
  background-color: rgb(0,20,45);
}

span.addr_txt{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size:x-small;
  text-align:left;
  width:450px;
  padding-left:60px;
  padding-top:7px;
  float:right;
  background-color: rgb(0,20,45);
}


span.pub_links {
  font-size:medium;
}

div.navbar_cont {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  width:140px;
  background-color: rgb(0,20,45);
  color: white;
  height:100%;
  text-align: center;
}

div.unilogo {
  position: absolute;
  top: 10px;
  left: 10px;
}


div.navbar {
  position: absolute;
  top: 130px;
  left: 20px;
}

div.content {
  background-color: white;
  color: black;
  vertical-align: top;
  text-align:justify;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

img
{
 border-style: none;
}


img.logo_type {
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  float:right;
}

span.right_align {
  text-align:right;
  float:right;
}
