body { 
	margin: 0 auto;
	background-image:url('bgtop.jpg'); 
	background-repeat:repeat-x; 
	background-color: #000000;
	color: #FFF;
	font-family: Verdana;
}
.contenthandler
{
/*	padding-left: 20px;*/
	padding-top: 50px;
}

.content
{ 
	margin: 0 auto;
	align: center;
	color:white;
	width: 1000; 
	height: 500; 
	left: 0; top: 61; 
	background-image: url('background1.jpg'); 
	background-repeat:no-repeat; 
	position:absolute;
	z-index:1;
	font-size: 10pt;
	/* background-color: #FFFFFF; */
	/* border: 1px solid #FFFFFF; */
}
/**** KSW Start ****/
/* for home page (default.asp) */
.maincontent
{ 
	margin: 0 auto;
	align: center;
	color: white;
	width: 1000; 
	height: 500; 
	left: 0; top: 61; 
	/*background-image: url('background1.jpg'); 
	background-repeat:no-repeat;  */
	position: absolute;
	z-index:1;
	font-size: 10pt;
	vertical-align: top;
	/* border: 1px solid #FFFFFF; */
	/* background-color: #FFFFFF; */
}
/**** KSW End ****/
H1
{
	font-weight: bold;
	font-size: 20pt;
	margin-bottom: 2px;
	font-family: Bradley Hand ITC;
	color: #3595fb;	
}

H2
{
	font-weight: bold;
	font-size: 12pt;
	line-height: 20px;
		margin-bottom: 2px;
	color: #FFF;
}




A:link  {
	COLOR : #FFF;
	text-decoration: none;
}

A:visited  {
	COLOR : #444455;
	text-decoration: none;
}

A:hover  {
	COLOR : #2451A6;
}

A:active  {
	COLOR : #006699;
}

.smaller
{
	font-size:10;
	font-family:Arial;
}

/***************** Used for stuff when printing *******************************/
@media screen {
	.hideprint
	{			
	align: center;
	margin: 0px;
	text-align: center;
	}
}

@media print {
	.hideprint
	{	
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
		margin: 0px;
	text-align: center;	
	}
}

.lefted{
	position:relative;
}

/***************** Used for general Links in the Site *******************************/
A.imagelink:visited IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:link IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:hover IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

A.imagelink:active IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}



/**************************SITE ADMIN STYLE ******************************************/

TD.normal  {
	FONT-SIZE : 11px;
	COLOR : #FFF;
	FONT-FAMILY : Arial;
}

TD.tablemainheader
{
    BORDER-RIGHT: #6782a6 thin ridge;
    BORDER-TOP: #6782a6 thin ridge;
    FONT-SIZE: 11px;
    BORDER-LEFT: #6782a6 thin ridge;
    COLOR: black;
    BORDER-BOTTOM: #6782a6 thin ridge;
	FONT-FAMILY : Tahoma;
    BACKGROUND-COLOR: transparent
}
TD.tableheader  {
	FONT-SIZE : 11px;
	COLOR : white;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #6699cc;
}
.tabledata  {
	FONT-SIZE : 12px;
	COLOR : black;
	BACKGROUND-COLOR : #e9f0ff;
	
}
.tabledata2  {
	FONT-SIZE : 11px;
	COLOR : black;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #e9ecf9;
}


INPUT.smallbutton
{
	font-size: 10px;
}

TEXTAREA.textfield
{
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


TEXTAREA.editable /* source code edit box */
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

Table.main  {
	MARGIN : 1em auto;
}

.footer  {
	FONT-SIZE : 11px;
	COLOR : #cccccc;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
	font-weight: bold;
}
#divContent { 
	color:white;
	width: 1000; 
	height: 500; 
	left: 0; top: 0; 
	position:absolute;
	z-index:1;
	/* border: 1px solid #32CD32; */
}
/* for other pages */
#divContentRightLarge {
	z-index: 100; 
	color: #CCCCCC;
	margin-top: 130;
	margin-right: 120;
	margin-bottom: 0;
	margin-left: 480;
	width: 480;
	/* background-color: #87CEFA;  */
}
/**** KSW Start ****/
/* for home page of administrator (index.asp) */
#divAdminContent { 
   z-index:1;
	color:white;
	width: 1000; 
	height: 500; 
	left: 0; top: 0; 
	position:absolute;
	/* border: 1px solid #32CD32; */
	/* background-color: Fuchsia; */
}
/* for home page (index.asp) */
#divContentLeftLarge {
	z-index: 100; 
	color: #CCCCCC;
	/* margin-top: -13 !important;  */
	/* margin-top: 30; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
	width: 900;
	/* border: 1 solid #EE82EE;  */
   /* background-color: #697785; */
}
/* for home page of administrator (index.asp) */
#divAdminContentLeftLarge {
	z-index: 100; 
	color: #CCCCCC;
	margin-top: -13 !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
	width: 900;
	/* border: 1 solid #00BFFF;  */
   /* background-color: #697785;  */
}
/* for edit home page of administrator (index.asp?edit=true) */
#divAdminEditContentLeftLarge{
	z-index: 100; 
	color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
	width: 900;
	/* border: 1 solid #00BFFF;  */
   /* background-color: #697785; */
}
/* for gallery page */
#divGalContentRightLarge {
	font-size: 10px;
	z-index: 101; 
	color: #CCCCCC;
	top: 180;
	right: 120;
	bottom: 0;
	left: 480;
	width: 480;
	position: absolute;
	/* margin-right: 120; */
	/* margin-bottom: 0; */
	/* margin-left: 480; */
	/* background-color: #87CEFA; */
	/* border: 1 solid #00BFFF; */
}
/* for edit gallery page of administrator (default.asp?edit=true) */
#divEditGalContentRightLarge {
	z-index: 101; 
	color: #CCCCCC;
	top: 700;
	right: 120;
	bottom: 0;
	left: 480;
	width: 480;
	position: absolute;
	/* margin-right: 120; */
	/* margin-bottom: 0; */
	/* margin-left: 480; */
	/* background-color: #87CEFA; */
	/* border: 1 solid #00BFFF; */
}
/**** KSW  End ****/

H6 {
	color: #ccc;
	width: 300;
	position:absolute; 
	left:100; 
	top:110;
	right:103;
}

H5 {
	position:absolute; 
	left: 0; top: 0; 
	width: 1000;
	color: #FFFFFF;
	padding-left:100px; padding-top:0; 
	background-image:url('main1.jpg'); 
	background-repeat:repeat-x; 
	background-color:#000; 
	z-index:100; 
	text-decoration: none;
}



/*-- START CUSTOMISED STYLES  --*/
/* info combo */
