/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
* {
	margin: 0px;
	padding: 0px;
}
body,html {
	overflow: auto;
	overflow-x: hidden;
}
body {
	background: #FFFFFF;
}
body,p,td,th,li,textarea,input,select {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
input {
	padding-left: 1px;
	padding-right: 1px;
}
option {
	padding: 0px 4px 0px 4px;
}
textarea {
	overflow: auto;
}
ol {
	padding: 0px 0px 0px 24px;
}
ul {
	padding: 15px 0px 0px 17px;
}
li {
	padding: 0px;
	padding-top: 3px;
}
ol li {
	padding-bottom: 10px;
}
h1 {
	font-size: 19pt;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
hr {
	border: 1px;
	height: 1px;
	color: #999999;
	background-color: #999999;
}
img {
	border: 0px;
}
.action {
	color: #E00000;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ****************************************************************************** */

/* COLOURS */
.red {
	color: #ff0000;
}

/* ****************************************************************************** */

/* DIVS */
#outer {
	border: 3px solid #E0E0E0;
}
#topstrip {
	background: url(images/topstrip.gif) top left repeat-x;
	height: 94px;
}
#leftbg {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: url(images/leftbg.gif) top left repeat-y;
}
#rightbg {
	background: url(images/rightbg.gif) top right repeat-y;
}
#nav {
	width: 239px;
	float: left;
}
#nav a {
	color: #444444;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav a.red {
	color: #E00000;
}
#nav .item {
	padding: 5px 10px;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F0F0F0;	/* Wierdly this is needed for IE7 to obey cursor pointer */
	cursor: pointer;
}
#nav .item.active, #nav .item.active:hover {
	background-color: #FCC9C9;
}
#nav .item:hover {
	background-color: #FFE6E6;
}
#nav .subitem {
	padding: 2px 0px 0px 0px;
}
#nav .nc {
	cursor: default;
}
#nav .nc:hover {
	background-color: #F0F0F0;
}
#logos {
	width: 164px;
	float: right;
	text-align: center;
	padding-top: 15px;
	color: #A0A0A0;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logos img {
	margin: 20px 0px 20px 0px;
}
#main {
	margin: 0px 164px 0px 239px;
	padding: 15px 25px;
	text-align: justify;
}
#main.nologos {
	margin-right: 0px;
}
div#thumbs img {
	margin: 0px 15px 15px 0px;
}
table#thumbs td {
	padding: 0px 15px 15px 0px;
}
#cleaner {
	clear: both;
}
#footer {
	text-align: center;
	padding: 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#footer span.bigger {
	font-size: 12pt;
}
#builtby {
	color: #9A9A74;
	text-align: center;
	font-size: 7pt;
	padding: 10px 0px;
}
#builtby a {
	color: #4A4AE9;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}
table.padded td {
	padding: 1px 8px 1px 0px;
}
table.padded2 td {
	padding: 2px 8px 2px 0px;
}

/* ****************************************************************************** */

/* LINKS */
a {
	color: #0000CB;
}
a.hide {
	color: #000000;
}
a.underline:link, a.underline:visited {
	text-decoration: underline;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
