body {
	background-color:#fff;
	margin:0px;
	padding:0px;
}

body * {
	margin:0px;
	padding:0px;
}
a.linkColour2:link {
	text-decoration: none;
	}	
a.linkColour2:visited {
	text-decoration: none;
	}
a.linkColour2:hover {
	color:#999900;
	text-decoration: none;
	}
a.linkColour2:active {
	text-decoration: none;
	}	
a img {
	border:none;
	text-align: center;
}

	a {
		color:#006666;
	}
	
	a:hover {
		color:#999900;
	}
	
	strong {
		color:#006666;
		background-color:white;
	}
		.normalBold {
	font-weight: bold;
	}
	
	strong.custom {
		color:#600;
		background-color:#ffcf9e;
	}
	
	strong.soon {
		color:#006;
		background-color:#9ecfee;
	}
	
	#container {
		position:absolute;
		width:900px;
		top:25px;
		left:50%;
		margin-left:-400px;
	}
	
	#header {
		padding-bottom:15px;
		border-bottom:0px #ccc solid;
	}
	
	#content {
		float:left;
		width:800px;
	}
	
	#sidebar {
		float:right;
		width:180px;
		background-color:white;
	}
	
		#sidebar ul {
			list-style-type:none;
			margin-bottom:0px;
			padding:0px;
		}
	
	#footer {
		clear:both;
		margin-top:10px;
		border-top:0px #ccc solid;
		padding:10px 0px;
		font-size:75%;
	}
	
	.display_table {
		width:100%;
		border:none;
	}
	
	.display_table td {
		padding:5px;
		text-align:left;
		font-size:100%;
		vertical-align:top;
	}
	
	.display_table_left td {
		text-align:left !important;
	}
	
	
	.largerTextOrange {
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	}
	.smallerText {
	font-size: 12px;
	}
	h4, h5, h6, p, ul, ol, blockquote, .display_table, content {
	color:#121212;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	}
	h1  {
	font-family: Verdana, Geneva, sans-serif;
	color:#006666;
	font-size: 30px;
	font-weight: normal;
	}
	h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#999900;
	}
	h3  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#006666;
	display: inline;
	}
	
	ol, ul {
		padding-left:1.5em;
	}
	
	ul > ul {
		margin-bottom:0px;
		padding-left:.5em !important;
	}
	
	.inside {
		padding:10px;
	}
	.Orange  {
	color: #F60;
	}
		.largerText {
	font-size: 16px;
	}
