/* General */

body {
	margin-bottom: 50px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
		color: #000000;
}


td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bolder;
			color: #000000;
}


.pagetitle {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
}

/* customise H1 to h4*/
h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
}

h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
}

h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
}

h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}

/* General Link Formatting */

a:link {
	color: #483B67;
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #483B67;
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #9486B9;
	text-decoration: none;
	font-weight: bolder;
}

a:active {
	color: #9486B9;
	text-decoration: none;
	font-weight: bolder;
}

/* custom links for footer*/

a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
}

a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
		font-size:12px;
}

a.foot:hover {
	color: #FFFFFF;
	text-decoration: none;
		font-size:12px;

}

a.foot:active {
	color: #FFFFFF;
	text-decoration: none;
		font-size:12px;
}

.foot {
color:#FFFFFF;}


.description {
font-size:12px;
font-style:normal;
}



/* ------------------------------------------------------------------------------
VERTICAL DROPDOWN FORMATTING


THE FOLLOWING CSS MUST BE IN YOUR STYLESHEET IF YOU ARE USING
VERTICAL DROPDOWN MENUS
(you can change the values etc)


DELETE THE FOLLOWING CSS IF YOU ARE NOT USING VERTICAL DROPDOWN MENUS
    
------------------------------------------------------------------------------- */


#nav, #nav ul {
  margin:0;
  padding:0;
  list-style:none;
  width:200px; /* Width of Menu Items */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  	text-transform: capitalize;
		color: #000000;
		line-height: 150%;

}

#nav li {
  position:relative;
}
  
#nav li ul {
  position:absolute;
  width:200px;
  left:199px; /* Set 1px less than menu width */
  top:0;
  display:none;
}

/* Styles for level 1 Menu Items */
#nav li a {
  display:block;
  text-decoration:none;
  color:#000000;
background-image:; /* IE6 Bug */
  padding:5px;
  padding-left:15px;
  border-bottom:0px;
}
#nav li a:link {color:#483B67; background-color:transparent; } /* Link Styles */

#nav li a:visited { color:#483B67; background-color:transparent;} /* Visited Styles */

#nav li a:hover { color:#FFFFFF; background-color:#d1a67b;} /* Hover Styles */
    
#nav li a:active { color:#483B67;background-color:transparent} /* Active Styles */


/* Styles for level 2 Menu Items */
#nav li ul li a {
  display:block;
  text-decoration:none;
  color:#FFFFFF;
  background:#f6ece3;
background:#000000; /* IE6 Bug */
  padding:5px;
  border-bottom:0px;
    border:0px solid #333366;
	line-height: 150%;
}

#nav li ul li a:link {  color:#483B67; background-color:#f6ece3} /* Link Styles */

#nav li ul li a:visited {  color:#483B67; background-color:#f6ece3;/* IE6 Bug */} /* Visited Styles */

#nav li ul li a:hover {  color:#FFFFFF; background-color:#d1a67b; /* IE6 Bug */} /* Hover Styles */
    
#nav li ul li a:active {  color:#483B67; background-color:#f6ece3; /* IE6 Bug */} /* Active Styles */



    
#nav li:hover ul, #nav li.over ul { display:block; } /* The magic */



/* Fix IE. Hide from IE Mac \*/
* html #nav li { float:left; height:1%; }
* html #nav li a { height:1%; }
/* End */
