/* CSS Document */

/* top left hand side page title */

.leftTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}

/* bottom footer information e.g. Bomark Studios */

.bottomFOOTER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

/* right hand side main content in the scrollable div field */

.rightMAINCONTENT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

/* upper navigation buttons with the drop down menu features attached */

.upperNAVIGATION {
	font-size: medium;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#lblTitle
{
	font-size: 24pt ;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-weight: normal ;
	text-decoration: none ;
	color: #ffffff ;
	position: absolute ;
	left: 190px ;
	top: 15px ;
}

#lblContentTitle
{
	font-size: 16pt ;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-weight: normal ;
	text-decoration: none ;
	color: #000000 ;
}

#divHeader
{
	top: 0px ;
	right: 0px ;
	left: 0px ;
	position: absolute ;
	height: 70px ;
	background-color: #000000 ;
}

#divContentHolder
{
	top: 70px ;
	right: 0px ;
	left: 0px ;
	bottom: 40px ;
	position: absolute ;
	background-color: #000000 ;
}

#divContent
{
	top: 0px ;
	right: 10px ;
	left: 10px ;
	bottom: 0px ;
	position: absolute ;
	background-color: #ffffff ;
}

#divFooter
{
	bottom: 0px ;
	right: 0px ;
	left: 0px ;
	position: absolute ;
	height: 40px ;
	background-color: #000000 ;
	color: #ffffff ;
}

#lblCopywrite
{
	font-family: Arial, Verdana, Tahoma, Sans-Serif ;
	position: absolute ;
	bottom: 12px ;
	width: 100% ;
	text-align: center ;
	font-size: 8pt ;
	font-weight: normal ;
}

#menuh-container
{
	position: absolute ;
	left: 410px ;
	top: 40px ;
}

/* Main Content Table Styles */

.contentTable
{
	width: 100% ;
	padding: 0px ;
}

.contentLeft
{
	width: 25px ;
	background-color: #000000 ;
}

.contentRight
{
	width: 25px ;
	background-color: #000000 ;
}