/* Keith Stout & Co Main Stylesheet
   Created: 19/11/2004
   Updated: 03/12/2005
   Author: John C R Small for smallwonder web works ( www.smallwww.net )
*/
body {
	margin: 0;
	padding: 0;
	background: url( "../pics/new_bg6.png" ) no-repeat #000080;  
	/* background: url( "../pics/ksand_xmas_bg.jpg" ) no-repeat #000080; -- xmas change */
}

strong {
	font-weight: bold;
	color: #ccf;
}

acronym {
	cursor: help;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
}

h2 {
	color: #ccf;
}

address {
	margin: 1.5em 0;
	font-style: normal;
	}

td {
	padding: 10px;
	width: 25%;
	vertical-align: top;
	background-color: #fff;
	color: #99C;
	font-size: 85%;
}

td strong {
	color: #f63;
}

img {
	display: block;
	border: 0;
}

ul {
	margin-top: 0;
	padding-right: 0.2em;
}

form {
	margin: 2em 0;
}

input {
	margin-left: 40px;
}

/* *** Classes  start *** */

.hide {
	display: none;
}

/* *** Classes  end *** */

/* *** Divisions start ***/

#wrapper {
	float: left;
	font-family: arial, sans-serif;
	color: #fff; 
	font-size: 100.1%;
}

#header {
	float: left;
	border-bottom: 2px solid #ccf;
	margin-bottom: 0.8em;
}

/* Header image styling */
#cca, #name, #ra {
	position: absolute;
	left: 40px;
}

#cca {
	top: 85px;
}

#name {
	top: 75px; /* 140 orig 160px -- xmas change */
}

#ra {
	top: 200px;
	left: 479px;
}
/* Header image styling end */

/* Main navigation styling */
#current {
		font-weight: bold;
		color: #ccf;
		}

#menu {
	margin: 0 0 20px 0;
	width: 728px;
}

#menu ul{
	text-align: right;
	margin-top: 0;
	padding-left: 0;
}

#menu li {
	padding: 0 12px;
	list-style-type: none;
	display: inline;
	border-right: 2px solid #fff;
}

#menu a:link, #menu a:visited {
	color: #f63;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Main navigation styling end */

/* Anchor styling */
a {
	color: #f63;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}
/* Anchor styling end */

#content {
	clear: both;
	position: relative;
	margin: 370px 0 0 284px;
	width: 450px;
}

/* Service page styling */
#list1 {
	float: left;
	width: 50%;
}
/* Service page styling end */

/* Link page styling */
#linklst li {
	list-style-type: none;
	margin-bottom: 0.3em;
}

#reset_button {
	margin-left: 20px;
}
/* Link page styling end */

#docs{
	width: 672px;
	border-top: 1px solid #ccf;
	border-bottom: 1px solid #ccf;
}

/* Download page list styling */
#pdflist {
	margin-left: 50px;
}

#pdflist ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#pdflist li{
	height: 38px;
	/*width: 100px;*/
	line-height:38px;
	margin-bottom:10px;
	background: url('../pics/pdficon_trans.gif') left no-repeat;
	font-weight: bold;
}

#pdflist li a{
	height: 100%;
	width: 100%;
	display: block;
	padding-left: 45px;
/*	text-decoration: none;*/
}
/* End of Download page list styling */

#footer {
	margin: 10px 0px;
	padding-top: 0.3em;
	width: 729px;
	border-top: 2px solid #ccf;
	text-align: right;
	font-size: 80%
}

#footer strong {
	color: #fff;
}

/* ACCA logo styling */
#acca {
	display: inline;
	float: left;
	margin-left: 53px;
}

/* ACCA logo styling end */

/* *** Division styling end *** */






