* {
	color:#002244;
	margin:0;
	padding:0;
	
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	
	font-weight:normal;
}

h3, h4, h5, h6, li.header
{
	font-weight:bold;
}

p, li
{
	color:#002244;
	text-indent: 1em;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, li.header, div#footer p
{
	color:#0066cc;
}

p, h3, h4, h5, h6
{
	margin: 0.2em 0em 0.2em 0em;
}

body
{
	background-color:#cccccc;
}

hr
{
	color: #0066cc;
	background-color: #0066cc;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 2px;
}

/*a
{
	text-decoration:none;
}*/


/* consider changing link colours for colour blind users */
a:link
{
	color:#0000cc;
}

a:visited
{
	color:#000099;
}

a:hover
{
	color:#008000;
}

a:active
{
	color:#00cc00;
}

a.largethumbnail
{
	display:block;
	
	margin:0 auto;
}

img.large
{
	display:block;
	
	margin:0 auto;
}

.fixed, .clear {
	clear:both;
}



div#wrap
{
	background-image:url('light.jpg');
	background-position:50% 0%;
	background-repeat:repeat-y;
	max-width:1280px;
	
	margin:0 auto;
}

div#container
{
	padding:10px 16px 4px 16px;
	background-color:#408000;
	background-image:url('vines.jpg');
	width:864px;
	
	margin:0 auto;
}

div#header, div#menu, div#linkbox, div#content, div#footer, div#unity, div.individualbox
{
	border:16px solid #ffffff;

	-o-border-image: url('border.png') 16 repeat repeat;
	-icab-border-image: url('border.png') 16 repeat repeat;
	-khtml-border-image: url('border.png') 16 repeat repeat;
	-moz-border-image: url('border.png') 16 repeat repeat;
	-webkit-border-image: url('border.png') 16 repeat repeat;
	border-image: url('border.png') 16 fill repeat repeat;
}

div.individualbox
{
    padding:4px 8px 8px 8px;
    margin:0px 0px 8px 0px;
}

div#unity
{
	padding:16px 16px 16px 16px;
}

/* header styles */
div#header
{
	padding:12px 24px 16px 24px;
	margin:0px 0px 8px 0px;
}

div#header h1
{
	text-indent:2em;
}

div#header h2
{
	text-indent:5em;
}

/* sidebar styles*/
div#sidebar
{
	float:left;
	max-width:184px;
	margin:8px 8px 8px 0px;
}

/* menu styles */
div#menu
{
	width:160px;
	
	margin-left:8px;
	padding:4px 6px 8px 10px;
	
	overflow:hidden;
}

div#menu li
{
	font-size:80%;
	text-indent:1em;
	list-style:none;
	line-height:1.5em;
}

div#menu li.header
{
	font-size:90%;
	font-weight:bold;
	text-indent:0em;
}

ul
{
	padding-left: 0;
}

/* linkbox styles */
div#linkbox
{
	width:176px;
	height:110px;
	
	margin-top:16px;
	padding:8px;
	
	overflow:hidden;
}

div#linkbox img
{
	border:0;
}

/* content styles */
div#content
{
	max-width:576px;
	
	float:right;
	
	padding:6px 16px 16px 16px;
	margin:8px 0px 8px 8px;
}

div#content dd
{
	margin:0;
	border:0;
	padding:0;
	
	text-indent:1.25em;
}

div#content dt
{
	margin:0;
	border:0;
	padding:0;
}

div#content dl p
{
	margin:0;
	border:0;
	padding:0;
}

div#content dl h4
{
	margin:0;
	border:0;
	padding:0;
}

/* footer styles */
div#footer
{
	font-size:80%;
	padding:4px 18px 6px 18px;
	
	margin:8px 0px 8px 0px;
}

div#footer h2
{
	text-indent:2em;
}