/* The following code was taken from
   http://www.cs.swan.ac.uk/~csmarkus/ProcessesAndData/ */

body
{
  margin: 8px;
  font-family: Arial, Sans-Serif;
  text-align: left;
}

.titleBar
{
  display: block;
  text-align: left;
  background-image: url(../Images/cswave.png);	
  background-repeat: no-repeat;
  max-width: 1600px; 
  height: 115px;
}

.titleBarFloatLeft
{
  float: left;
}

.mainContainer
{
  margin: 0px 10px 0 0;
  min-height: 400px;
}

.center
{
  text-align: center;
}

.footer
{
  clear: both;
  text-align: center;
  background-color: #e66e00;
  width: 100%;
  font-size: 0.8em;
}

.indented
{
  margin-left:40px;
}

/* The following code was copied from http://www.swan.ac.uk/compsci/CSS/all.css
   but has since been heavily modified 
*/

.pictureholder
{
  text-align: center;
  width: 100%;
  margin: 0px 0px 15px 0px;
}

div#personal_data
{
  float: right;
  width: 260px;
} 

div#my_content
{
  margin-right: 280px;
}


/* Navlist code was copied directly from http://www.swan.ac.uk/compsci/CSS/navbar.css 
   I have copied and not linked, as i want a valid xhtml site with no
   hacks. This style sheet and the main computer science website is
   created with adobe GoLive, my code has been done by hand. These may
   not be compatible, so if the style sheet changes in future it may be
   incompatible with my hand written site. So i decided to copy the style
   sheet and store it locally.

   I have now modified it slightly. In the nav list the 0.85em has replaced 14px in
   the original version.
*/


#navlist
{
  text-align: center;
  padding: 4px;
  margin-left: 0px;
  font: bold 0.85em verdanna, arial, sans-serif;
  background: #ffffff;
  list-style: none;
  color: #006;
}

#navlist ul
{
  margin-left: 0;
  padding-left: 0;
}

#navlist li
{
  display: inline;
  list-style-type: none;
  margin-right: 16px;
}

#navlist li a
{
  text-decoration: none;
}

#navlist li a:link
{
  color: #000;
  background-color: #ffffff;
}

#navlist li a:visited
{
  color: #006;
  background-color: #ffffff;
}

#navlist li a:hover
{
  color: #000080;
  background-color: #e6e6e6;
}

