/* CSS Document */
body {
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
	background-repeat: no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	font-size: 10px;
}

#mainContent {
	margin: auto;
	width: 768px;
	padding:20px;
	height:95%;
	text-align: left;
	max-height: 88%;
}

.standardBackground {
	background-image: url(background_images/onsight.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#centreContent {
	margin-top: 35px;
	width: 728px;
	margin-bottom: 15px;
}

#leftColumn {
	width:50%;
	height:400px;
	float: left;
}

.mainBackground {
	background-image: url(background_images/homepage_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#homeImagePlacement {
	margin-left:262px;
	margin-top: 8px;
	margin-bottom: 50px;
}

#clickMessage a {
	color: #8E8E8E;
	text-decoration: none;
	font-weight:bold;
}

#header a {
	color: #8E8E8E;
	text-decoration: none;
	margin-left:6px;
	margin-right:6px;
}

#header a:hover {
	color: #000000;
}

#footer {
	margin-top: 15px;
	width: 768px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	font-size: 9px;
	color: #8E8E8E;
	position: relative;
}

#header div {
	width: 40%;
	float:left;
}

a { 
	color: #8E8E8E;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

.sampleImage {
	display:none;
	height: 300px;
}

.navA {
	margin-left:5px;
	margin-right:5px;
}

h2 {
	font-size:14px;
	margin-bottom: 0px;
}

ul {
	display: block;
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
	_width:300px;
}

li {
	padding-left: 12px;
	background-image: url(background_images/ul.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#imageNav {
	position: relative;
	top: 380px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	font-size: 10px;
}

#textTable {
	width: 300px;
}

input,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	font-size: 10px;
}