html {
	overflow: scroll;
}
html, body {
	color: #333;
	background: #333;
	text-align: center;
	margin: 0;
}
html, body, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	margin: 10px 10px 20px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h2, h3, h4, h5, p {
	margin: 10px;
}
img {
	border: none;
}
a {
	text-decoration: none
}
a:hover {
	color: #F00;
}
a.selected {
	color: #333;
}
ul {
	margin: 0 10px 0 40px;
	padding: 0;
}
li {
	margin: 10px 0;
}
body.noscript #noscript {
	display: none;
}
#pFix p {
	margin: 10px 0;
}
form {
	margin: 0px;
}
.verySmall {
	font-size: 8px;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 14px;
}
.veryLarge {
	font-size: 16px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#container {
	text-align: left;
	margin: 10px auto;
	width: 955px;
}
#wrapper {
	overflow: hidden;
}
#header {
	background: #333 url(../images/header.jpg) no-repeat;
	height: 100px;
	width: 955px;
}
#left {
	background: #FFF;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	float: left;
	width: 150px;
}
#centre {
	background: #FFF;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	float: left;
	width: 655px;
}
#right{
	background: #FFF;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	float: left;
	width: 150px;
}
#footer {
	background: #FFF;
	text-align: center;
	padding: 1px;
}
#menu {
	padding: 10px;
	width: 130px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0 0 1px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	background: #707173;
	display: block;
	padding: 4px;
	width: 122px;
}
#menu a:hover {
	color: #000;
	background: #808080;
}
#menu a:active {
	color: #FFF;
	background: #808080;
}
#menu a.selected {
	color: #000;
	background: #989898;
}
#noscript {
	margin: 10px;
}
.warning {
	margin-top: 0;
	border: 0;
}
.problem {
	color: #F00;
}
.photo {
	text-align: center;
	height: 500px;
}
.form {
	background: #EEE;
	margin: 10px;
	border: 1px solid #666;
}
.info2 {
	font-size: 11px;
	font-style: italic;
}
.getFlash {
	margin-top: 10px;
}
/* Overides style 1 & 3 and adds style 2 to default cftooltip CSS: C:\ColdFusion8\wwwroot\CFIDE\scripts\ajax\resources\yui\yui.css */
.yui-tt {
	font-size: 12px;
	text-align: left;
	width: 250px;
}
#search {
	float: right
}
#cse-search-results {
	margin-left: 10px;
}