html,body, form {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #615796;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #615796;
}
a {
	color: #4e4678;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #4e4678;
	text-decoration: none;
	font-weight: bold;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 830px;
	background-image: url(../Images/container_bg.gif);
	background-repeat: repeat-y;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 553px;
	height: 33px;
	clear: both;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 99px 217px 0px 0px;
	margin: 0px 0px 0px 30px;
}
.menu {
	width: 768px;
	height: 24px;
	clear: both;
	margin: 0px 1px 0px 31px;
	
}
.content {
	padding: 0px 45px 60px 45px; /* bottom padding for footer */
}
.pagecontent {
	clear: both;
}
.userconsole {
	width: 760px;
	height: 23px;
	text-align: right;
	padding: 7px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #c985af;
	margin: 0px 0px 5px 0px;
}
.column1 {
	width: 160px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.column2 {
	width: 560px;
	float: left;
}
.quicklink {
	width: 160px;
	height: 74px;
	clear: both;
	margin: 0px 0px 15px 0px;
}
.footer {
	position: absolute;
	width: 740px;
	height: 53px;
	background-color: #e2e2f4;
	bottom: 0; /* stick to bottom */
	margin: 0px 0px 0px 45px;
	padding: 7px 0px 0px 0px;
	font-size: 85%;
	text-align: center;
}


/**********************
 * Menu inc *
 **********************/
 
 #nav {
		width: 768px;
		height: 24px;					/* main menu width and bg colour */
		background-color: #8c8cd2;
		font-size: 90%;
	}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav a {
		display: block;
		margin: 0;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #fff;
		background: #8c8cd2; /* menu bg colour */
		text-decoration: none;
		text-align: center;
	}
	
	#nav1 a {
		width: 51px;   /* Change this to what ever value you like and of course you can repeat this for all the different menus */
		height: 19px;
		padding: 5px 0px 0px 5px;
		border-right: 1px solid #fff;
	}
	#nav2 a {
		width: 81px;
		height: 19px; 
		padding: 5px 0px 0px 0px;
		border-right: 1px solid #fff; 
	}
	#nav3 a {
		width: 145px;
		height: 19px;
		padding: 5px 0px 0px 0px;
		border-right: 1px solid #fff;   
	}
	#nav4 a {
		width: 108px;
		height: 19px;
		padding: 5px 0px 0px 0px;
		border-right: 1px solid #fff;  
	}	
	#nav5 a {
		width: 117px;
		height: 19px; 
		padding: 5px 0px 0px 0px;
		border-right: 1px solid #fff;
	}
	#nav6 a {
		width: 78px;
		height: 19px; 
		padding: 5px 0px 0px 0px;
	}
	#nav6 ul li a{
		width: 100px;
	}
	#nav7 a {
		width: 120px;
		height: 19px; 
		padding: 5px 0px 0px 0px;
		border-right: 1px solid #fff;
	}
	#nav a.parent {
		background: #00FF00 url(../images/rightarrow.gif) center right no-repeat; /* dropdown arrow and colour if 3rd dropdown */
	}

	#nav a:hover {
		color: #ffffff;
		background-color: #615796; /* rollover colour top menu */

	}

	#nav li {
		float: left;
		padding: 0;
		margin: 0;
	}

	#nav li.last_menu_item {
		border: none;
	}

	/* Show/Hide second level menus */
	#nav li ul {
		position: absolute;
		width: 12em;
		left: -999em;
		height: auto;
		margin: 0;

	}

	#nav li li {
		width: 100px;
		margin: 0;
	}

	#nav li ul a {
			/* drop down width in pixels */
		background-color: #1e518a; /* drop down main menu colour */
		color: #FFFFFF;
		font-weight: 100;
		border: 0;
	}
	#nav li ul a:hover {
		   /* drop down width in pixels */
		background-color: #FFFFFF; /* drop down main menu colour */
		color: #1e518a;
		font-weight: 100;
		border: 0;
	}

	#nav li:hover ul {
		left: auto;
	}

	#nav li ul ul {
		margin: -24px 0 0 100px;
	}		
			

	/* Hide third level menus */
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}

	/* Show third lever menus */
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
	}

	/* Important this bit as we are floating the menu */
	#content {
		clear: both;
	}
 
 
 

