<!--
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColLiqHdr #container { 
	width: 100%;  /* this will create a container 100% of the browser width - change if you want but looks best at 100% */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColLiqHdr #sidebar1 {
	float: left;
	width: 180px;
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 0px;
	background: #fff;
	padding: 10px 0;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}


/* to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images). */

.thrColLiqHdr #mainContent { 
	margin: 15px 15px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#ddd1d3 1px solid;
	margin-top: 20px;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	width: 70%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
-->

/*end of essential*/
	
	/*=======================Just for looks===========================*/
		body {
			font-family: Arial, Helvetica, sans-serif;
			color: #432326;
		}
		.accessibility {
		position: absolute;
		width: 600px;
		left: -5000px;
		}
		/* Breadcrumbs ========================================================= */
		* {
			margin: 0;
			padding: 0;
		}
	
		ul li {
			list-style-type: none;
		}
	
		.thrColLiqHdr #bcumbs {
			background: #432326 url('../img/bcumbs_bg.gif') repeat-x;
			color: #fff;
			font-size: 1.1em
		}
		#bcumbs ul {
			padding: 6px 10px;
			float: left;
		}
		
		#bcumbs ul li {
			display: inline;
		}
		#bcumbs ul li a {
			text-transform: capitalize;
			color: #fff;
		}
		#bcumbs p#unilink {
		/*
			float: right; ========================================================= */
			color: fff;
			padding: 6px 10px;
			text-align: right;
		}
		#bcumbs p#unilink a:link, #bcumbs p#unilink a {
			text-decoration: underline;
			color: #775a5c;
		}
		#bcumbs p#unilink a:hover {
			text-decoration: none;
			color: #fff;
		}
		/*header ========================================================= */
		#header {
			background: #d90134;
			padding: 0 10px 10px 10px;
			 
		}
		#header #fac {
			background-image: url('../img/header.gif');
			background-repeat: no-repeat;
			height: 44px;
			width: 373px;
			float: left;
			margin-left:0; margin-right:0; margin-top:24px; margin-bottom:0
		}
		#header #log {
			width: 235px;
			height: 67px;
			background-image: url('../img/Logo-white.gif');
			background-repeat: no-repeat;
			float: right
		}
		#header #fac h1, #header #log h2, p#byline {
			position: absolute;
			left: -9999px;
			width: 500px;
		}
		#header #spacer {
			height: 50px;
		}
		
		/* Left Column ========================================================= */
		.thrColLiqHdr #sidebar1 {
			background: #fbf5e9;
			padding: 10px 10px 20px 10px;
			border-bottom: 1px solid #432326;
			margin-bottom: 20px;
		}
		.main_nav li, ul#quicklinks li {
			list-style-type: none;
			border-bottom: 1px solid #ddd1d3;
			padding: 1px 0 4px 0;
			font-size: 1.2em;
			margin-bottom: 5px;
			display: block;
		}
		.main_nav li a, ul#quicklinks li a {
		display: block;
		text-decoration: none;
		color: #432326;
		}
		.main_nav li a:hover, ul#quicklinks li a:hover {
			text-decoration: underline;
		}
		.main_nav li a em {
			text-decoration: underline;
			font-style: normal;
		}
		ul.main_nav, ul#quicklinks {
			margin: 0 0 20px 0;
		}
		ul#quicklinks {
			margin-top: 10px;
		}
		input#search {
			width: 130px;
			margin: 0 5px 0 0;
			border: 1px solid #ddd1d3;
			padding: 2px;
			color: #432326;
		}
		#searchbox label {
			display: none;
		}
		input#gobtn {
			border: none;
			background-color: #ddd1d3;
			color: #432326;
			padding: 1px;
		}
		#quickbtn a {
			width: 180px;
			height: 19px;
			background: url('../img/quicklinks.gif') no-repeat;
			margin-top: 16px;
			display: block
		}
		
		#quickbtn p {
			display: none;
		}
		#quickbtn a:hover {
			background: url('../img/quicklinks.gif') no-repeat 0 -19px;
			width: 180px;
			height: 19px;
			display: block
		}
		/* Right Column ========================================================= */
		.thrColLiqHdr #sidebar2 h4 {
			font-size: 1.3em;
			border-bottom: 1px solid #fbf5e9;
		}
		ul.r_men li {
			list-style-type: none;
			font-size: 1.2em;
			text-align: left;
			padding: 8px 0;
			margin-left: 5px;
			border-bottom: 1px dotted #ddd1d3;
			display: block;
		}
		#mainContent a, #mainContent a:link, ul.r_men li a, ul.r_men li a:link, #footer a, #footer a:link {
			color: #d90134;
			text-decoration: underline;
		}
		#mainContent a:visited, ul.r_men li a:visited, #footer a:visited {
			text-decoration: none;
			color: #d55;
		}
		
		#mainContent a:hover, ul.r_men li a:hover, #footer a:hover {
			text-decoration: underline;
		}
		#mainContent a:active, ul.r_men li a:active, #footer a:active {
			text-decoration: none;
			background-color: #d90134;
			color: #fff;}

		/* Centre Column ========================================================= */
		ul#courses  li {
			text-transform: uppercase;
			color: #ddd1d3;
			list-style-type: none;
			font-size: 2.3em;
			display: inline;
			text-align: justify;
		}
		ul#courses  li span {
			color: #432326;
		}
		ul#courses {
			margin: 0 0 15px 0;
		}
		#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p, #footer p {
		margin-bottom: 5px;
		}
		
		
		#mainContent p {
			font-size: 1.2em;
			line-height: 1.6em;
			margin-bottom: 1.6em;
		}
        	#maincontent td p {
            		font-size: 1.0em;
			line-height: 1.4em;
		}
        	#maincontent td {
            		font-size: 0.75em;
			line-height: 1.4em;
		}		 

		#mainContent h1 {
			font-size: 2.5em;
		}
		#mainContent h2 {
			font-size: 2.0em;
		}
		#mainContent h3 {
			font-size: 1.8em;
		}
		#mainContent h4 {
			font-size: 1.6em;
		}
		.floatimgleft {
			float:left;
			margin-top:10px;
			margin-right:10px;
			margin-bottom:10px;
		}
		
		.floatimgright {
			float:right;
			margin-top:10px;
			margin-left:10px;
			margin-bottom:10px;
		}
		
		/* search ========================================================= */
		ul.searchres {
			list-style-position: inside;
		}
		ul.searchres li h3 {
		display: inline;
		}
		
		/* ads ========================================================= */
		
		.home_ads_container {
		width: 27%;
		float: right;
		}
		div#mainContent .home_ads_container .home_ads a {
			float: right;
			width: 100%;
			background: #fbf5e9 url('../img/view.gif') no-repeat 95% -1px;
			clear: right;
			color: #d90134;
			display: inline;
			text-decoration: none;
			border-top: 2px solid #ddd1d3; margin-left:0; margin-right:0; margin-top:8px; margin-bottom:0; padding-left:7px; padding-right:1px; padding-top:12px; padding-bottom:3px
		}
		div#mainContent .home_ads_container .home_ads a:hover {
			color: #fbf5e9;
			border-top: 2px solid #432326;
			text-decoration: none;
			display: block;
			background: #d90134 url('../img/view2.gif') no-repeat 95% -1px;
			
		}
		
		div#mainContent .home_ads_container .home_ads p {
		line-height: 1.4em;
		margin-bottom: 3px;
		}
















