/* Reset CSS */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* Structure */
#wrapper {
	width: 640px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-bottom: 120px;
}
#header {
	height: 240px;
}
#header.long {
	height: 320px;
}
#header #menu {
	padding-top: 22px;
	
}
.menuitem {
	width: 80px;
	height: 30px;
}
#menu_01 {
	position: relative;
	left: 0px;
	top: 0px;
}
#menu_02 {
	position: relative;
	left: 80px;
	top: -30px;
}
#menu_03 {
	position: relative;
	left: 160px;
	top: -60px;
}
#menu_04 {
	position: relative;
	left: 240px;
	top: -90px;
}
#menu_05 {
	position: relative;
	left: 400px;
	top: -120px;
}
#menu_06 {
	position: relative;
	left: 480px;
	top: -150px;
}
#menu_07 {
	position: relative;
	left: 560px;
	top: -180px;
}
#headingtext {
	display:none;
}
#content {
	margin-top: 5px;
}
#column_01 {
	float:left;
	width: 300px;
	padding-right: 20px;
}
#column_02 {
	float: left;
	width: 155px;
	padding-right: 5px;
}
#column_03 {
	float:left;
	width: 155px;
	padding-right: 5px;
}
.clear {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	padding-bottom: 8px;
}
#decoration {
	float:right;
	width: auto;
	padding-top: 40px;
}
/* End Structure */

/* Colours & Type */
body.black {
	background-color: black;
	color: white;
}
body {
	background-color: white;
	color: black;
}
body.black #header {
	background-image: url(images/header_black.gif)
}
#header {
	background-image: url(images/header_white.gif)
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-variant: normal;
	line-height: 16px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: gray;
}
#content p, #content ul {
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}
#column_02, #column_03 {
	font-size: 11px;
	line-height: 14px;
}
#column_02 p, #column_03 p{
	margin-bottom: 8px;
	letter-spacing: 0.05em;
}
#column_02 h2, #column_03 h2 {
	font-size: 11px;
	line-height: 14px;
}
.menuitem {
	color: gray;
	font-size: 10px;
	line-height: 12px;
}
a, a:link, a:visited {
	color: gray;
	text-decoration: none;
}
body.black a.current {
	color: white;
}
a.current {
	color: black;
}
body.black a:hover {
	color: white;
}
body a:hover {
	color: black;
}
#content ul {
	padding-left: 15px;
	list-style: square;
}
strong{
	font-weight: bold;
}
em {
	font-style: italic;
}
/* End Colours & Type */