html

{
/*	scrollbar-base-color: #964600; 
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;*/
}

*
{
	padding:0;
	margin:0;
	border:0;

}

.clearing {
	height: 0;
	clear: both;
	}


body
{
	background: url(images/bolong_bg.jpg) repeat left #666666;   /*add background colour here */
	margin-left: auto; /* comment out if you don't want centering ie full screen */
	margin-right: auto;  /* comment out if you don't want centering ie full screen */
	text-align:center;  /* comment out if you don't want centering ie full screen */
	margin-top: 0;
	margin-bottom: 0;
}

a
{
	color:#F15259;
	font-size:11pt;
	text-align:left;
	font-family:arial;

}

p
{
	
	text-align:justify;
	font-family:arial;
	font-size:11pt;
	margin-top:15px;
	margin-bottom:15px;
	color:#000000;
	margin-left:10px;

}

h1 {
	margin-top: 0px;
	font-size:14pt;
	text-align:left;
	margin-left:10px;
	color:#F15259;
	font-family:arial;
}



ul
{


	font-family: Verdana;

	padding-left:   50px;

	padding-right:  20px;

	font-style: none;

	font-weight: none;

	text-decoration: none;
	
	padding-top: 5px;

	padding-bottom: 5px;
}

ol
{
	text-align:justify;
	font-family:arial;
	margin-top:15px;
	margin-bottom:15px;
	color:#ffffff;
}


li
{
	text-align:justify;
	font-family:arial;
	margin-top:15px;
	margin-bottom:15px;
	font-size:11pt;


}

table
{
	text-align:;left;
	font-family:arial;
	font-size:11pt;
	color:#000000;
	margin-left: 10px; 
	margin-right: 0px;  
	margin-top:0px;
	margin-bottom:0px;

}

tr
{
	text-align:;left;
	font-family:arial;
	font-size:11pt;
	color:#000000;
	margin-left: 10px; 
	margin-right: 0px;  
	margin-top:0px;
	margin-bottom:0px;

}

td
{
	text-align:;left;
	font-family:arial;
	font-size:11pt;
	color:#000000;
	margin-left: 10px; 
	margin-right: 0px;  
	margin-top:0px;
	margin-bottom:0px;

}


input
{
	border-color:#cccccc;
	border-top-width:2px;
	border-bottom-width:0px;
	border-left-width:2px;
	border-right-width:0px;
	border-style:solid;
	background-color:#ffffff;
	color:#342930;
}

input.btn
{
	
	background-color:#ffffff;
	width: 150px;
	height:25px;
	border:2px solid; 
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	color:#333333;
	font-weight:bold;	
}


.nomargins
{
	margin:0;
}

.bbmargin
{
	padding-bottom:200px;
}


.last {
	margin-bottom: 0;
}


.center_content /* remove this to get rid of padding */
{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.spacergrey {
	width:900px;
	height:1px;
	background-color:#CCCCCC;
	overflow: hidden; /* needed for min 18px IE6 bug */
	margin-left: auto; 
	margin-right: auto;  
	text-align:center;  
}

.spacerdarkgrey {

	width:900px;
	height:1px;
	background-color:#666666;
	overflow: hidden; /* needed for min 18px IE6 bug */
	margin-left: auto; 
	margin-right: auto;  
	text-align:center;  

}


.spacerwhite {
	width:900px;
	height:20px;
	background-color:#FFFFFF;
	overflow: hidden; /* needed for min 18px IE6 bug */
}

#header_topbar 
{

	position:absolute;
	right:0px;
	text-align: right;
	border-color: #ffffff;
	width:100px;

}


/*************************************************************************************/

#main_outer_wrapper 
{ 

	width:900px; /* comment out this line if you want full-screen */
	background: url(images/logo-trans.gif) left no-repeat; /*add background colour here */
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/

}

#main_wrapper 
{

	background-color: #dddddd;
/*	background: url(images/background.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right;*/ /* do not add background colour here as it wipes out left strip */
}


#main_container 
{		
	background-color: #dddddd;
	width: 100%;
	float: left;
	margin-right: -210px;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right;*/ /* do not add background colour here as it wipes out left strip */
}

#main_content 
{

	background-color: #dddddd;
	margin-right: 210px;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00;*/ /*add background colour here */
}

#main_left 
{


	width: 0px;
	float: left;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00;*/ /*add background colour here */
}

#main_center 
{
	margin-left: 10px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:0px;
	background-color: #dddddd;

}


#main_right 
{
	width: 210px;
	float: right;
/*	background: url(images/background.gif) repeat-y right; */ /* do not add background colour here as it wipes out left strip */

	background-color: #dddddd;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-style:solid;
	border-color:#000000;
	margin-bottom:0px;
}

#main_right p
{
/*	font-weight:bold;*/
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

#main_right h1
{
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
	text-align:left;
}


#main_right a
{
	color:#000000;
/*	font-weight:bold;*/
	text-align:left;

}

#main_center a
{
	color:#F15259;
	font-weight:bold;
}

/*************************************************************************************/

#header_outer_wrapper 
{ 

	height:250px;
	width:900px; /* comment out this line if you want full-screen */
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/

}

#header_wrapper 
{
	height:250px;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */
}


#header_container 
{
	height:250px;
	width: 100%;
	float: left;
	margin-right: -0px;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */

}

#header_content 
{
	height:250px;
	margin-right: 0px;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
}

#header_left 
{
	height:250px;
	width: 0px;
	float: left;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
}

#header_center 
{
	margin-left: 0px;
	height:120px;
}

#header_right 
{
	height:250px;
	width: 0px;
	float: right;
	background: url(images/background-title.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */

}


/*************************************************************************************/

#menu_outer_wrapper 
{ 

	height:29px;
	width:900px; /* comment out this line if you want full-screen */
	background-color:#CCCCCC;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/

}

#menu_wrapper 
{
	height:29px;
	background-color:#CCCCCC;
}


#menu_container 
{
	height:29px;
	width: 100%;
	float: left;
	margin-right: -0px;
	background-color:#CCCCCC;

}

#menu_content 
{
	height:29px;
	margin-right: 0px;
	background-color:#CCCCCC;
}

#menu_left 
{

	height:29px;
	width: 0px;
	float: left;
/*	background: url(qmimages/gradient2.bmp) repeat-x left;*/ /* do not add background colour here as it wipes out left strip */
	
}

#menu_center 
{
	height:29px;
	margin-left: 0px;
	background-color:#CCCCCC;
	text-align:left;
	overflow: hidden; /* needed for min 18px IE6 bug */
}

#menu_right 
{
	height:29px;
	width: 0px;
	float: right;
	background-color:#CCCCCC;
}

/*************************************************************************************/
#displayer_outer_wrapper 
{ 

	height:222px;
	width:900px; /* comment out this line if you want full-screen */
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #EF3941; /*add background colour here */

	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/

}

#displayer_wrapper 
{
	height:222px;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */
}


#displayer_container 
{
	height:222px;
	width: 100%;
	float: left;
	margin-right: -300px;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */

}

#displayer_content 
{
	
	height:222px;
	margin-right: 300px;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
}

#displayer_left 
{
	height:222px;
	width: 0px;
	float: left;
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
}

#displayer_center 
{
	margin-left: 0px;
	height:220px;
	background-color:#EF3941;
}

#displayer_right 
{
	height:222px;
	width: 300px;
	float: right;
/*	background: url(images/colour-horizontal-strip-right.gif) repeat-y right; /* do not add background colour here as it wipes out left strip */
}


/*************************************************************************************/

#footer_outer_wrapper 
{ 

	width:900px; /* comment out this line if you want full-screen */
/*	background: url(images/colour-horizontal-strip.gif) repeat-y left #FFFF00; /*add background colour here */
	height:100px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/

}

#footer_wrapper 
{
	height:100px;

	background-color: #dddddd;
}


#footer_container 
{
	height:100px;
	width: 100%;
	float: left;
	margin-right: -0px;

	background-color: #dddddd;

}

#footer_content 
{
	height:100px;
	margin-right: 0px;

	background-color: #dddddd;
}

#footer_left 
{
	height:100px;
	width: 0px;
	float: left;

	background-color: #dddddd;
}

#footer_center 
{
	height:100px;
	margin-left: 0px;

	background-color: #dddddd;
}

#footer_right 
{
	height:100px;
	width: 0px;
	float: right;

	background-color: #dddddd;
}

#footer_center p
{
/*color:#ffffff;*/
text-align:center;
}

#footer_center a
{
color:#000000; 
}

