.paraheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF3300;
	word-spacing: .1em;
	letter-spacing: .1em;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	}
	/*this positions the right-hand column */
#rightcolumn {
	visibility: visible;
	padding: 8px 8px 8px 12px;
	background-image: none;
	float: right;
	width: 520px;
}

#leftcolumn {
	width: 180px;
	color: #687b12;/*themecolour1;*/
	float: left;
}
#content {
	width: 770px;
}
#heading {
	top: 250px;
}
#logo {
	position: absolute;
	z-index: 1;
	height: 218px;
	left: 12px;
	top: 39px;
}

#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00;/*themecolour2;*/
	margin-bottom: 3px;
	width: 750px;
}
/**Redefined html tags**/
/*defines the font and page background image */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.imagepad {
	padding-top: 170px;
}

h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 120%;
	color: #687b12;/*themecolour1;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    margin-top: 1px;
    font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	margin-top: 1px;
	font-size: 100%;
	color: #8D9C4C;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;	
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #202704;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(proven_page3_files/proven_page3_bullet.gif);
	color: #666666;/*themecolour4%0;*/
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #687b12;
	text-decoration: none;
}
 a:visited {
	color: #333333;
	text-decoration: none;
}
 a:link:hover {
	color: #ff7f00;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #687b12;/*themecolour1;*/
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
