body {
	margin:0;
	padding:0;
	width:780px;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#7C4D86;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	line-height:1.3em;
}
img {
	margin:10px 0 5px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height:220px;
	background-image:url("../images/HeaderBackground.jpg");
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/* Left Column Background */
	background-color:#004080;
	background-image:url("../images/HeaderBottom.JPG");
	background-repeat:no-repeat;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:198px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-380px;
	background:#ead2ec;    	/* Right column background colour */
	padding-bottom:3em;
}
#contentwrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#contentpad {
	margin:0 5px 0 385px;
	overflow:hidden;
}
#content {
	width:100%;
	overflow:hidden;
	font-size:0.9em;
}
#menu {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:190px;
	overflow:visible;
	padding-top:60px;
	padding-left:8px;
	color:#FFF;
}
#news {
	float:left;
	width:175px;
	position:relative;
	/*left:15px;*/
	overflow:hidden;
	font-size:0.7em;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height:50px;
}
#footer p {
	font-size:0.7em;
}

#menu ul {
	list-style-type:circle;
	margin-top:3em;
	list-style-image: url('../images/list_item.bmp');
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active {
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	background:#369;
}

#menu li {
	margin-bottom:1.2em;
}


#menu ul li ul a, #menu ul li ul a:visited, #menu ul li ul a:active {background-color:#369; height:auto; line-height:1em; padding:10px 10px; width:200px; border-width:0 1px 1px 1px;}

#menu ul li ul {visibility:hidden; position:absolute;height:0; top: 228px; left:125px; width:200px;}

#menu ul li:hover ul,

#menu ul li a:hover ul{visibility:visible;}


p {
	color:#7c4d86;
}

p.center {
	text-align:center;
	margin:0 auto;
}

#news p {
	margin:1em;
}

#news p.center {
	line-height:2em;
}

a, a:link {
	color:#7c4d86;
}

hr {
	margin:1.5em auto;
}

ul li {
	margin:1em 0;
}

ul.condensed li {
	margin:0.15em 0;
}

img {
	display:block;
	margin:auto;
}

.bold {
	font-weight:bold;
}



