a {
	text-decoration:none;
	color:#4e4892;
}
a:hover {
	color:#EC0089;
	text-decoration:underline;
}

div,ul,p {
	padding:0;
	margin:0;
}
p,ul {
	padding-bottom:3px;
}
ul {
	margin-left:20px;
}
body , p , li , h3 , h4 , th , td {
	color: black;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
}
input,textarea {
	font-size:8pt;
	font-family:verdana,arial,sans-serif;
}
.newsitem {
	padding:2px;
	margin:0;
	border-bottom:1px #C0C0C0 dotted;
}
.newsitem h4 {
	font-size:8pt;
	padding:0;
	margin:0;
}
.newsitem h4 a {
	/* THIS IS THE LINK */
}

.newsitem h4 span {
	/* THIS IS THE DATE */
}
#content h1 {
	font-size:12pt;
	font-weight:normal;
}
.bignewsitem {
	border-bottom:1px #C0C0C0 dotted;
}
#content div.bignewsitem h1.bignewsitemheading {
	font-size:8pt;
	font-weight:bold;
}
#content div.bignewsitem h1.bignewsitemheading span {
	font-weight:normal;
	font-size:8pt;
}
.largelight {
	font-size:12pt;
	color:#C0C0C0;
}
.largedark {
	font-size:12pt;
	color:#000;
}
.normallight {
	font-size:9pt;
	color:#C0C0C0;
}
.normaldark {
	font-size:9pt;
	color:#000;
}
.smalllight {
	font-size:8pt;
	color:#C0C0C0;
}
.smalldark {
	font-size:8pt;
	color:#000;
}
.pageurlindex #element {
	/* THIS WILL ONLY TARGET HOMEPAGE ITEMS */
}
.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
}
a img {
	border-width:0;
}
.error {
	font-weight:bold;
	color:red;
}
table , tr , th , td {
	border-collapse:collapse; /* THIS MAKES ALL TABLES HAVE THIN BORDERS */
}
.sectionmenu {
	list-style-type:none;
	margin-left:3px;
	border:2px #EFAA4A solid;
	margin:0 0 6px 0;
	padding:6px;
}
.sectionmenu li {
	line-height:17px;
}

.sectionmenu a {
	color:#4e4892;
	font-weight:normal;
	font-size:8pt;
	border-bottom:1px #C0C0C0 dotted;
	display:block;
}
.sectionmenu a:hover {
	color:#EC0089;
}

			body {
				text-align:center;
				background:#e7e7f5;
				padding:0;
				margin:0;
			}
			#container {
				text-align:left;
				margin:auto;
				width:950px;
				background:#6d67b0;
				border-left:1px black solid;
				border-right:1px black solid;
				border-bottom:1px black solid;
				border-top:1px #6D67B0 solid;
			}
			#banner {
				background:#6d67b0;
				border-bottom:2px white solid;
				background-image:url(/images/banner.jpg);
				height:110px;
				background-repeat:no-repeat;
				background-position:left center;
				text-indent:-999999px;
				border-top:2px white solid;
				margin-top:53px;
			}
			#main {
				background:#DEDBF7;
			}
			#left {
				background:#B5AADE;
				float:left;
				width:225px;
				text-align:center;
			}
			#right {
				border-left:2px white solid;
				margin-left:225px;
			}
			#page  , .mceContentBody {
				text-align:left;
				background:#DEDBF7;
				margin-right:205px;
			}
			#heading {
				background-color:#6d67b0;
				background-image:url(/images/cherwellsafe.jpg);
				height:98px;
				background-repeat:no-repeat;
				background-position:center center;
				text-indent:-999999px;
			}
			#content {
				border-top:2px white solid;
				background:#DEDBF7;
				padding:6px;
			}
			#news {
				float:right;
				width:200px;
			}
			#news div#news1 {
				margin-left:3px;
				border:2px #EFAA4A solid;
				margin:0 0 6px 0;
				padding:6px;
			}
			#news h3 {
				background:#EFAA4A;
				color:white;
				font-size:14pt;
				font-family:"courier new";
				padding:3px;
			}
			#footer {
				clear:both;
				border-top:2px white solid;
				background:#C6C3CE;
				color:black;
				padding:3px;
			}
			#pdfooter {
				font-size:8pt;
				color:black;
				padding:10px 3px;
			}
			#urh {
				border-top:2px white solid;
				background:#a9d13c;
				color:black;
				padding:3px;
			}
			#urh a , #urh a:hover {
				color:black;
			}
			h1,h2,h3,h4,h5,h6 {
				margin:0;
				padding:0;
			}
			#belowmenu {
				padding:13px;
			}
#loginbar a {
	display: block;
	width:221px;
	text-decoration: none;
	color: #FFFFFF;
	background: #6D67B0; /* IE6 Bug */
	padding: 2px;
	text-align:center;
	font-weight:normal;
	font-size:12pt;
	font-family:"vag rounded",verdana,sans-serif;
	min-height :44px;
	line-height:44px;
	border-bottom:2px white solid;
}
#loginbar a:hover {
	background:#EC0089;
	color:#fff;
}
#logos {
	padding:10px;
	padding-left:230px;
	background-image:url(/images/devious.jpg);
	text-align:center;
	background-repeat:repeat-y;
	background-color:#dedbf7;
}