/*  =============================
Swatch Colours
==============
a4bf91 - pastel green
98a8ca - pastel purple [logo]
dee3ef - light purple [bkg]
============================== */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #dee3ef;
}

#container {
	margin: 50px auto;
	height: 470px;
	width: 762px;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #fff;
}

#content {
	width: 762px;
	height: 449px;
}

/* Column A Content */

#colA {
	background: #fff url(images/sidebkg.gif) no-repeat 0 0;
	width: 147px;
	height: 449px;
	float: left;
	display: inline;
	text-decoration:none;
}

#colA a {
	text-decoration:none;
}

#logo {
	width: 118px;
	height: 73px;
	margin: 5px auto 0;
}

#nav {
	margin: 50px 5px 0 0;
	text-align: right;
	color: #98a8ca;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	
}

#nav li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul {
	list-style: none;
}

/* Column A Content End */

/* Column B Content */

#colB {
	width: 474px;
	height: 449px;
	float: left;
	display: inline;
}

#top {
	width: 474px;
	height: 128px;
}

#copy {
	background-color: #a4bf91;
	width: 454px;
	height: 301px;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}

#copy a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#copy a:hover {
	color: #628557;
	font-weight: bold;
	text-decoration: none;
}



/* Column B Content End */

/* Column C Content */

#colC {
	background: #fff;
	width: 141px;
	height: 449px;
	float: left;
	display: inline;
}

#small {
	margin-left: 1px;
	width: 139px;
	height: 128px;
	overflow: hidden;
}

#side {
	margin-left: 1px;
	width: 139px;
	height: 321px;
}

/* Column C Content End */

/* General */

h1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

td {
	padding: 5px;
}

blockquote {
	margin-left: 20px;
}

.newsreel {
	padding: 2px;
	margin: 3px;
	}