/* Style Sheet for Christine English's website */
/* Author - Lindsy Anderson */
/* Created 9 March 2009*/


/* This specifies the background colour for the page*/
body {
			background-color: #ffffff;
		}

/* This section specifies the layout for the page*/

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 1000px;
	margin-top: 20px;
	left: 50%;
	background-color:  #ffffff;
	position: absolute;
	margin-left: -500px;
	
}

/* This specifies the layout for the main content*/

.contentwrapper {
	position: relative;
	width: 1000px;
	background-color: #ffffff;
}

/* The banner is the top images and naviagtion bars*/

.banner {
	width: 1000px;
	background-color: #ffffff;
}


/* This specifies the layout for the menu bar across the top*/

.menubar {
	position: absolute;
	width: 150px;
	left: 40px;
	top: 10px;
	
}

.footer
{
	clear: both;
}


div.figure {
  float: right;
  border: none;
   margin: 0.5em;
  padding: 0.5em;
}

div.figure p

{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 0.8em;
	  text-align: center;
}

div.figureleft {
  float: left;
  border: none;
   margin: 0.5em;
  padding: 0.5em;
}

div.figureleft p

{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 0.8em;
	  text-align: center;
}

/* This ensures that the text in the centre is correctly positioned*/
.maincontent {
		position: relative;
		margin-left: 230px;
		margin-right: 100px;
		margin-top: 40px;
		min-height: 500px;

	}
	

/*End of layout specification*/

/* Navigation */


td
{		width: 140px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 1em;
		text-align: center;
		color: #4169e1;
		text-decoration: none;
		padding: 3px 3px 3px 3px;
		border-right: thin outset #4169e1;
		border-bottom: thin outset #4169e1;
 	}
 
td:hover { background: #ccccff;
			 } 



/* This section describes the fonts, colours and formats used within the design*/


/* This specifies the default settings for all the fonts.*/
	a:link {	
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		text-align: center;
		color: #330066;
		text-decoration: none;
				}
	a:visited {	
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		text-align: center;
		color: #330066;
		text-decoration: none;
				}
p
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.footer p

{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

h1
{
	font-size: 0.8em; 
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	color: #4169e1; 			
}	

h2
{
	font-size: 1.1em; 
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000; 			
}	

ul

{
	line-height: 2.4;
}		
/* This specifies the formatting for the main body text.*/
.maintext {
	font-size: 0.9em; 
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000; 
}

.listtext {
	font-size: 0.9em; 
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	color:#cc0000; 
}

.blacktext {
	font-size: 0.9em; 
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000; 
}

.quotetext {
	font-size: 1.2em; 
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000;
	font-style: italic; 
 
}

div.passphrasebox {

  margin: 3px 0 3px 0;
  width: 120px;
  background-color: #C6EAFB;
  border: 1px solid #19B3E3;

}



div.passphrasetext {

  font-size: 1.2em;
  width: 100%;
  text-align: center;

}


/* End of formatting specification.*/

