body {
	margin : 5px;
	padding : 0;
	font : 73%  "lucida sans", helvetica, "Trebuchet MS", arial, sans-serif;
	line-height : 1.8em;
	background : #E0D0B3;
	color : #333;
}

#htmlBody {
	width: 100%;
}

#pageHeight {
	min-height:500px;
  	height:auto !important;
  	height:500px;
	overflow: auto;
	float: left;
}

#centreColumn {
	margin-left : 10px;
	margin-bottom : 1em;
	border-right : 0px solid #eee;
	padding-right : 10px;
	vertical-align: top;
}

#rightColumn {
	width : 300px;
	margin-left : 10px;
	margin-bottom : 1em;
}

h1 {
		margin: 0;
		padding: 2em 0 0 5em;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 15px;
		font-size: 250%;
		color: #333;
		background: inherit;
}

h2 {
	margin-top: 0;
	padding: 0.5em 0 0.5em 1em;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 140%;
	color: #682715;
	background: inherit;
}

a {
	text-decoration : none;
	color : #006699;
	background : inherit;
}

a:hover {
	text-decoration : underline;
	color : #a03719;
	background : inherit;
}

a img {
	border : 0;
}

.box {
	padding : 20px;
	color : #682715;
	background : inherit;
}

.roundcont, .general_article {
	margin : 10px;
	width : 90%;
	background : #E9DDC9;
	color : #333;
}

.roundcont p, .general_article p {
	margin : 0 15px;
	text-align: justify;
}

.roundtop {
	background : url(images/tr.gif) no-repeat top right;
}
.roundbottom {
	background : url(images/br.gif) no-repeat top right;
}

img.corner {
	width : 10px;
	height : 10px;
	border : none;
	display : block !important;
}

.img {
	float : left;
	padding : 4px;
	margin : 4px;
	border : 1px solid #556b2f;
}

form {
	margin: 0;
}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #E05222;
}

fieldset {
	background : #E9DDC9;
	background-image: url(images/fieldset-background.jpg);
	background-repeat: repeat-x;
}