/* CSS Document */
	<style type="text/css" media="screen">
	
		.it
		{	font-size:10pt;
			font-family:Arial, Helvetica, sans-serif;
		
		}
		

		
		html, body {
	margin:0;
	padding:0;
	background-color:#fff;
	}


		
/* normal links */
		
		
		a:link { 
			color: #b8bbc0;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 600;
			text-decoration: none;
			display: block;
		}

		a:visited {
			color: #b8bbc0;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 600;
			text-decoration: none;
			display: block;
		}

		a:hover {
			color: #9999ff;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 700;
			text-decoration: none;
			display: block;
		}

		a:active { 
			color: #b8bbc0;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 600;
			text-decoration: none;
			display: block;
		}

/* normal fonts */
		
		p {
			color: #666666;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 500;
			text-decoration: none;
			margin-left:8px;
			margin-right:8px;
			margin-bottom:0px;
			margin-top:0px;
			text-align:justify;
			line-height: 110%;
		}
		

		li {
			font-size:10pt;
			font-weight:500;
			color:#000;
		}



		
		h1 {
			font-family: arial, sans-serif;
			font-size: 18pt;
			color: #94cd96;
			font-weight: 800;
			text-align:center;
			margin-bottom:5px;
			margin-top:1px;
			margin-left:8px;
			margin-right:8px;
			padding-top:5px;
			padding-bottom:5px;
			line-height:30px;
		}

		h2 {
			color: #375191;
			font-family: Arial, sans-serif;
			font-size: 13pt;
			font-weight: 800;
			margin-bottom:0px;
			margin-left:8px;
			margin-right:8px;
			margin-bottom:0px;
			line-height: 120%;
		}

		h3 {
			color: #666666;
			font-family: Arial, sans-serif;
			font-size: 10pt;
			font-weight: 500;
			margin-bottom:0px;
			margin-left:8px;
			margin-right:8px;
			margin-bottom:0px;
			line-height: 110%;
		}
		
		h4 {
			color: #666666;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 400;
			text-decoration: none;
			position: relative;
			margin:0px;
			text-align:left;
		}

		h5 {
			color: #000;
			font-size: 9pt;
			font-family: arial, sans-serif;
			font-weight: 400;
			text-decoration: none;
			position: relative;
			margin:0px;
			text-align:left;
		}
	
		.jl {
			color: #000;
			font-size: 10pt;
			font-family: arial, sans-serif;
			font-weight: 500;
			text-decoration: none;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
			margin-top:0px;
			text-align:right;
			line-height: 110%;
		}
	
/* banner */
	
		div#banner
		{
			width: 746px;
			height: 198px;
			background-color:#fff;
			margin-top:0px;
			margin-bottom:0px;
		}

/* navigationmap */


		map
		{
			font-family: arial, sans-serif;
			font-size: 8pt;
			color: #b8bbc0;
			font-weight: 200;
			text-align:left;

		}

	
		a.map:link 
		{
			font-family: arial, sans-serif;
			font-size: 8pt;
			color: #b8bbc0;
			font-weight: 200;
			text-align:left;

		}

		a.map:visited 
		{
			font-family: arial, sans-serif;
			font-size: 8pt;
			color: #b8bbc0;
			font-weight: 200;
			text-align:left;

		}

		a.map:hover 
		{
			font-family: arial, sans-serif;
			font-size: 8pt;
			color: #4a83d4;
			font-weight: 200;
			text-align:left;

		}


		a.map:active 
		{
			font-family: arial, sans-serif;
			font-size: 8pt;
			color: #b8bbc0;
			font-weight: 200;
			text-align:left;

		}


/* containers */

		div#container
		{
			background-color: #fff;
			width: 746px;
		}
		
		div#container2
		{
			background-color: #fff;
			width: 746px;
			background-image:url(images/nav_col_base3.gif);
			background-repeat:repeat-y;
			background-position:left;
		}




/* nav in lhc */

		#nav, #nav ul { /* all lists */
			padding:0px;
			margin-left: 0px;
			list-style: none;
			float : left;
			width : 202px;
		}	
	
		#nav li { /* all list items */
			position : relative;
			float : left;
			line-height : 120%;
			margin-bottom : 0px;
			width: 202px;
			margin-left:0px;
			padding-left:0px;
		}
	
		#nav li ul { /* second-level lists */
			position : absolute;
			left: -999em;
			margin-left : 205px;
			margin-top : -20px;
		}
	
		#nav li ul ul { /* third-and-above-level lists */
			left: -999em;
		}
	
		#nav li a {
			width: 202px;
			w\idth : 202px;
			display : block;
			color : #85b988;
			font-size: 11pt;
			font-weight : 600;
			text-decoration : none;
			background-color : #ddebff;
			border : 2px solid #ddebff;
			margin-left:5px;
		}
	
		#nav li a:hover {
			color : #ffffff;
			background-color : #b2cbeb;
		}
	
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}
	
		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}
		
		div#nav h3 {
			color: #fff;
			font-family: Arial, sans-serif;
			font-size: 10pt;
			font-weight: 800;
			margin-bottom:0px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
			line-height: 110%;
		}
		
/* nav2 dropdown links */
		
		#nav2 {
			padding-left:0px;
			padding-top: 5px;
			margin-bottom:0px;
			margin-top:5px;
			margin-right:0px;
			margin-left:0px;
			list-style: none;
			line-height: 100%;
			background-color:#637963;
		}

		#nav2 ul { /* all lists */
			padding-left:0px;
			margin:0;
			margin-bottom:0px;
			margin-top:0px;
			margin-right:0px;
			margin-left:0px;
			padding-left:0;
			list-style: none;
			line-height: 100%;
			background-color:#1f505e;
		}

		#nav2 li a {
			width: 450px;
			w\idth : 450px;
			padding-left:0px;
			margin:0;
			margin-bottom:0px;
			margin-top:0px;
			margin-right:0px;
			margin-left:0px;
			display : block;
			color : #ffffff;
			font-weight : 700;
			text-decoration : none;
			background-color : #1f505e;
			border : 1px solid #1f505e;
		}

		#nav2 li { /* all list items */
			float: left;
			padding:0px;
			width: 450px; /* width needed or else Opera goes nuts */
		}

		#nav2 li a:hover {
			color : #000000;
			background-color : #1f505e;
		}


		#nav2 li ul { /* second-level lists */
			position: absolute;
			background: #637963;
			width: 400px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}

		#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}


		
/* options */

    #options {
      float:left;
      width:450px;
      background:#637963;
      font-size:93%;
      line-height:normal;
      }
    #options ul {
	  margin:0;
	  padding:10px 5px 0 5px;
	  list-style:none;
      }
    #options li {
      display:inline;
      margin:0;
      padding:0;
      }
    #options a {
      float:left;
      background:url("http://revise4finals.co.uk/images/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #options a span {
      float:left;
      display:block;
      background:url("http://revise4finals.co.uk/images/tabrightG.gif") no-repeat right top;
      padding:5px 10px 4px 2px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #options a span {float:none;}
    /* End IE5-Mac hack */
    #options a:hover span {
      color:#FFF;
      }
    #options a:hover {
      background-position:0% -42px;
      }
    #options a:hover span {
      background-position:100% -42px;
      } 

		
/* center */
		
		div#center
		{
			margin-left: 220px;
			margin-right: 0px;
			background-color: #fff;
			border-left: 0px solid #fff;
			border-right: 1px solid #aecbeb;
			padding-top:5px;
		}
		
		div#center { line-height: 120%; }
		
		div#center li {
			font-size:10pt;
			font-weight:500;
			color:#fff;
			margin-left:5px;
		}
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			text-align: left;
			padding-top:0px;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}

		div#topbarsearch
		{
			height: 30px;
			background-#000000;
		}

		div#topbar
		{
			clear: both;
			height: 18px;
			text-align: left;
			padding-bottom:0px;
		}
		
		div#topbar ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#topbar li
		{
			display: inline;
			margin-right: 1em;
		}
		

		div#topbar a:link
		{
			color: #000099;
		}

		div#topbar a:visited
		{
			color: #000099;
		}

		div#topbar a:hover
		{
			color: #bad986;
		}







#fp
{background:#000000;
color:#000000;
}








</style>

