body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	height:100%;
	position:relative;
}
html {
	text-align: center;
	height:100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-container {
	width: 800px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#main-container p.copyright {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	bottom: 0px;
}
#main-container p.copyright em {
	float: right;
	width: 400px;
	text-align: right;
	font-style: normal;
}
#main-container p.copyright a {
	color: #999;
	text-decoration: none;
}
#main-container p.copyright a:hover {
	color: #DA6D39;
	text-decoration: underline;
}
.LHS {
	position:absolute;
	width:30%;
	border-spacing:0;
	border-collapse: collapse;
	left:0;
	line-height:180%;
	}
.RHS {
	position:relative;
	width:70%;
/*	border-spacing:2px 3px; */
	left:240px;
	text-align:left;
/*	font-family: Verdana; */
/*	font-size: 10pt; */
/*	color: #000000;					/* text colour (black) */
/*    font-weight: bold; */
	}
.RHS tr{ line-height: 20px; 
	}	
#top {
	height: 170px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/backgr-top2.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	position: relative;
	font-size: 18px;
	Text-Align:Center;
	color:#fff;
}
#pagehead {
	font-size:15px; 
	text-align:center;
	font-weight: bold;
}
#page-cms {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	min-height:80%;
}

#page-cms table {
	font-size: 13px;
}
#page-cms h1 {
	font-size: 24px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page-cms h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#page-cms hr {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	clear: left;
}
#page-cms h5 {
	font-size: 12px;
	line-height: 12px;
	color: #da6d39;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page-cms h5 img {
	margin-top: 10px;
}
#page-cms p {
	font-size: 13px;
}
#content h1 {
	font-size: 15px;
	line-height: 20px;
	color: #821a4c;
	margin: 10px;
}

.editor {
/* for TinyMCE */
}
